qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-12 10:15:16 to 2021-10-12 22:27:03 UTC [more...]

[RFC PATCH v2 00/16] Initial support for machine creation via QMP
 2021-10-12 22:25 UTC  (8+ messages)
` [RFC PATCH v2 02/16] qapi: Implement query-machine-phase QMP command
` [RFC PATCH v2 03/16] qapi: Implement x-machine-init "
` [RFC PATCH v2 06/16] qapi: Allow device_add to execute in machine initialized phase

[PATCH 0/1] util: Make some iova_tree functions parameters const
 2021-10-12 22:21 UTC  (4+ messages)
` [PATCH 1/1] util: Make some iova_tree "

[PATCH 00/12] block: 64bit blk io
 2021-10-12 21:46 UTC  (6+ messages)
` [PATCH 10/12] block-backend: convert blk_aio_ functions to int64_t bytes paramter

[PULL 00/10] Python patches
 2021-10-12 21:41 UTC  (11+ messages)
` [PULL 01/10] python/aqmp: add greeting property to QMPClient
` [PULL 02/10] python/aqmp: add .empty() method to EventListener
` [PULL 03/10] python/aqmp: Return cleared events from EventListener.clear()
` [PULL 04/10] python/aqmp: add send_fd_scm
` [PULL 05/10] python/aqmp: Add dict conversion method to Greeting object
` [PULL 06/10] python/aqmp: Reduce severity of EOFError-caused loop terminations
` [PULL 07/10] python/aqmp: Disable logging messages by default
` [PULL 08/10] python/qmp: clear events on get_events() call
` [PULL 09/10] python/qmp: add send_fd_scm directly to QEMUMonitorProtocol
` [PULL 10/10] python, iotests: remove socket_scm_helper

[PATCH v2 00/23] tcg: singlestep reorg
 2021-10-12 21:35 UTC  (26+ messages)
` [PATCH v2 01/23] accel/tcg: Handle gdb singlestep in cpu_tb_exec
` [PATCH v2 02/23] target/alpha: Drop checks for singlestep_enabled
` [PATCH v2 03/23] target/avr: "
` [PATCH v2 04/23] target/cris: "
` [PATCH v2 05/23] target/hexagon: "
` [PATCH v2 06/23] target/arm: "
` [PATCH v2 07/23] target/hppa: "
` [PATCH v2 08/23] target/i386: Check CF_NO_GOTO_TB for dc->jmp_opt
` [PATCH v2 09/23] target/i386: Drop check for singlestep_enabled
` [PATCH v2 10/23] target/m68k: Drop checks "
` [PATCH v2 11/23] target/microblaze: Check CF_NO_GOTO_TB for DISAS_JUMP
` [PATCH v2 12/23] target/microblaze: Drop checks for singlestep_enabled
` [PATCH v2 13/23] target/mips: Fix single stepping
` [PATCH v2 14/23] target/mips: Drop exit checks for singlestep_enabled
` [PATCH v2 15/23] target/openrisc: Drop "
` [PATCH v2 16/23] target/ppc: Drop exit "
` [PATCH v2 17/23] target/riscv: Remove dead code after exception
` [PATCH v2 18/23] target/riscv: Remove exit_tb and lookup_and_goto_ptr
` [PATCH v2 19/23] target/rx: Drop checks for singlestep_enabled
` [PATCH v2 20/23] target/s390x: Drop check "
` [PATCH v2 21/23] target/sh4: "
` [PATCH v2 22/23] target/tricore: "
` [PATCH v2 23/23] target/xtensa: "

[PATCH v4 0/3] virtio: Add vhost-user based RNG
 2021-10-12 21:18 UTC  (4+ messages)
` [PATCH v4 3/3] docs: Add documentation for vhost based RNG implementation

[PATCH v5 0/3] virtio: Add vhost-user based RNG
 2021-10-12 20:59 UTC  (4+ messages)
` [PATCH v5 1/3] vhost-user-rng: Add vhost-user-rng implementation
` [PATCH v5 2/3] vhost-user-rng-pci: Add vhost-user-rng-pci implementation
` [PATCH v5 3/3] docs: Add documentation for vhost based RNG implementation

[PULL 0/1] target/hppa update
 2021-10-12 19:05 UTC  (3+ messages)
` [PULL 1/1] pc-bios: Update hppa-firmware.img

[PATCH v1] libvhost-user: fix VHOST_USER_REM_MEM_REG not closing the fd
 2021-10-12 18:38 UTC 

[PATCH 0/9] nios2: Enable cross compile and fix signals
 2021-10-12 18:33 UTC  (5+ messages)
` [PATCH 1/9] tests/docker: Add debian-nios2-cross image

[PATCH v2 00/24] configure->meson queue for 6.2
 2021-10-12 18:15 UTC  (35+ messages)
` [PATCH v2 01/24] configure: remove --oss-lib
` [PATCH v2 02/24] audio: remove CONFIG_AUDIO_WIN_INT
` [PATCH v2 03/24] configure, meson: move audio driver detection to Meson
` [PATCH v2 04/24] meson: define symbols for all available audio drivers
` [PATCH v2 05/24] configure: add command line options for "
` [PATCH v2 06/24] kconfig: split CONFIG_SPARSE_MEM from fuzzing
` [PATCH v2 07/24] configure, meson: move fuzzing configuration to Meson
` [PATCH v2 08/24] trace: simple: pass trace_file unmodified to config-host.h
` [PATCH v2 09/24] trace: move configuration from configure to Meson
` [PATCH v2 10/24] configure, meson: move CONFIG_HOST_DSOSUF "
` [PATCH v2 11/24] configure, meson: get HOST_WORDS_BIGENDIAN via the machine object
` [PATCH v2 12/24] configure, meson: remove CONFIG_GCOV from config-host.mak
` [PATCH v2 13/24] configure, meson: move remaining HAVE_* compiler tests to Meson
` [PATCH v2 14/24] configure, meson: move pthread_setname_np checks "
` [PATCH v2 15/24] configure, meson: move libaio check to meson.build
` [PATCH v2 16/24] configure, meson: move vde detection to meson
` [PATCH v2 17/24] configure, meson: move netmap "
` [PATCH v2 18/24] configure, meson: move Spice configure handling "
` [PATCH v2 19/24] configure: remove obsolete Solaris ar check
` [PATCH v2 20/24] configure, meson: move more compiler checks to Meson
` [PATCH v2 21/24] configure: remove deprecated --{enable, disable}-git-update
` [PATCH v2 22/24] configure: accept "internal" for --enable-capstone/slirp/fdt
` [PATCH v2 23/24] configure: prepare for auto-generated option parsing
` [PATCH v2 24/24] configure: automatically parse command line for meson -D options

Storage controller access to data
 2021-10-12 17:52 UTC 

[PATCH] gdbstub: Switch to the thread receiving a signal
 2021-10-12 17:10 UTC  (2+ messages)

[PATCH] ebpf: really include it only in system emulators
 2021-10-12 16:41 UTC  (2+ messages)

[PATCH v2 00/17] Switch iotests to using Async QMP
 2021-10-12 16:38 UTC  (9+ messages)
` [PATCH v2 11/17] python/machine: remove has_quit argument
` [PATCH v2 12/17] python/machine: Handle QMP errors on close more meticulously
` [PATCH v2 13/17] iotests: Accommodate async QMP Exception classes

[PULL 0/1] target/hppa update
 2021-10-12 16:30 UTC  (2+ messages)
` [PULL 1/1] pc-bios: Update hppa-firmware.img

[PATCH v2] meson.build: don't include libbpf in the common source set
 2021-10-12 16:25 UTC 

[PATCH 00/15] hw/nvme: SR-IOV with Virtualization Enhancements
 2021-10-12 16:06 UTC  (4+ messages)
` [PATCH 04/15] pcie: Add callback preceding SR-IOV VFs update

[PULL v2 00/13] some testing and plugin updates
 2021-10-12 15:47 UTC  (2+ messages)

[RFC PATCH] target/s390x: don't double ld_code() when reading instructions
 2021-10-12 15:38 UTC  (5+ messages)

[PATCH V5] block/rbd: implement bdrv_co_block_status
 2021-10-12 15:22 UTC 

[PATCH] MAINTAINERS: update location of microvm docs
 2021-10-12 15:14 UTC 

[PATCH] hw/elf_ops.h: switch to ssize_t for elf loader return type
 2021-10-12 15:08 UTC  (2+ messages)

[PATCH 0/3] s390x: reduce my maintainership duties
 2021-10-12 14:40 UTC  (4+ messages)
` [PATCH 1/3] vfio-ccw: step down as maintainer
` [PATCH 2/3] s390x/kvm: "
` [PATCH 3/3] s390x virtio-ccw machine: "

[PATCH v3 6/6] tests/qapi-schema: Test cases for aliases
 2021-10-12 14:36 UTC  (19+ messages)

[PATCH 0/2] hw/core/machine: An an unit test for smp_parse
 2021-10-12 14:36 UTC  (7+ messages)
` [PATCH 1/2] hw/core/machine: Split out smp_parse as an inline API
` [PATCH 2/2] tests/unit: Add an unit test for smp parsing

[PATCH 0/1] s390x:clp: implementing CLP immediate commands
 2021-10-12 14:26 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v3 0/3] vdpa: Check iova range on memory regions ops
 2021-10-12 14:07 UTC  (4+ messages)
` [PATCH v3 1/3] vdpa: Skip protected ram IOMMU mappings
` [PATCH v3 2/3] vdpa: Add vhost_vdpa_section_end
` [PATCH v3 3/3] vdpa: Check for iova range at mappings changes

[PATCH 0/2] hw/arm/virt: Fix qemu booting failure on device-tree
 2021-10-12 13:53 UTC  (12+ messages)
` [PATCH 1/2] numa: Set default distance map if needed

[RFC PATCH v4 00/20] vDPA shadow virtqueue
 2021-10-12 13:48 UTC  (12+ messages)
` [RFC PATCH v4 05/20] vhost: Add x-vhost-enable-shadow-vq qmp
` [RFC PATCH v4 08/20] vhost: Route guest->host notification through shadow virtqueue
` [RFC PATCH v4 15/20] vhost: Shadow virtqueue buffers forwarding

[PULL 00/18] aspeed queue
 2021-10-12 13:15 UTC  (2+ messages)

[PATCH] hw/qdev-core: Add compatibility for (non)-transitional devs
 2021-10-12  8:36 UTC  (2+ messages)

[PATCH] hw/qdev-core: Add compatibility for (non)-transitional devs
 2021-10-12  7:49 UTC 

[PATCH v2 0/5] qapi: Add feature flags to enum members
 2021-10-12 12:39 UTC  (7+ messages)
` [PATCH v2 2/5] "
` [PATCH RFC v2 5/5] block: Deprecate transaction type drive-backup

[PATCH 0/5] trace: inroduce qmp: trace namespace
 2021-10-12 11:49 UTC  (2+ messages)

[PATCH] qapi: Improve input_type_enum()'s error message
 2021-10-12 12:06 UTC  (3+ messages)

[RFC PATCH] block/vpc: Support probing of fixed-size VHD images
 2021-10-12 11:55 UTC  (3+ messages)

[PATCH 0/2] target/i386/sev: Replace malloc with local variables
 2021-10-12 11:02 UTC  (2+ messages)

[PATCH 0/6] SGX NUMA support
 2021-10-12 11:01 UTC  (9+ messages)
` [PATCH 3/6] numa: Add SGXEPCSection list for multiple sections
` [PATCH 4/6] monitor: numa support for 'info sgx' command
` [PATCH 5/6] numa: Enable numa for libvirt interface

[PATCH v3 0/6] Add vmnet.framework based network backend
 2021-10-12 10:55 UTC  (7+ messages)
` [PATCH v3 1/6] net/vmnet: dependencies setup, initial preparations
` [PATCH v3 2/6] net/vmnet: create common netdev state structure
` [PATCH v3 3/6] net/vmnet: implement shared mode (vmnet-shared)
` [PATCH v3 4/6] net/vmnet: implement host mode (vmnet-host)
` [PATCH v3 5/6] net/vmnet: implement bridged mode (vmnet-bridged)
` [PATCH v3 6/6] net/vmnet: update qemu-options.hx

[PATCH v3 00/25] block layer: split block APIs in global state and I/O
 2021-10-12 11:07 UTC  (7+ messages)
` [PATCH v3 08/25] block: introduce assert_bdrv_graph_writable
` [PATCH v3 13/25] include/sysemu/blockdev.h: move drive_add and inline drive_def
` [PATCH v3 14/25] include/systemu/blockdev.h: global state API

[PATCH] contrib/plugins: add a drcov plugin
 2021-10-12 10:36 UTC  (2+ messages)

[PATCH v3 00/12] vfio-user server in QEMU
 2021-10-12 10:44 UTC  (3+ messages)
` [PATCH v3 01/12] configure, meson: override C compiler for cmake

[PATCH v4 00/30] Hexagon HVX (target/hexagon) patch series
 2021-10-12 10:11 UTC  (29+ messages)
` [PATCH v4 01/30] Hexagon HVX (target/hexagon) README
` [PATCH v4 03/30] Hexagon HVX (target/hexagon) register names
` [PATCH v4 04/30] Hexagon HVX (target/hexagon) instruction attributes
` [PATCH v4 05/30] Hexagon HVX (target/hexagon) macros
` [PATCH v4 06/30] Hexagon HVX (target/hexagon) import macro definitions
` [PATCH v4 08/30] Hexagon HVX (target/hexagon) semantics generator - part 2
` [PATCH v4 09/30] Hexagon HVX (target/hexagon) C preprocessor for decode tree
` [PATCH v4 10/30] Hexagon HVX (target/hexagon) instruction utility functions
` [PATCH v4 11/30] Hexagon HVX (target/hexagon) helper functions
` [PATCH v4 12/30] Hexagon HVX (target/hexagon) TCG generation
` [PATCH v4 13/30] Hexagon HVX (target/hexagon) helper overrides infrastructure
` [PATCH v4 14/30] Hexagon HVX (target/hexagon) helper overrides for histogram instructions
` [PATCH v4 15/30] Hexagon HVX (target/hexagon) helper overrides - vector assign & cmov
` [PATCH v4 16/30] Hexagon HVX (target/hexagon) helper overrides - vector add & sub
` [PATCH v4 17/30] Hexagon HVX (target/hexagon) helper overrides - vector shifts
` [PATCH v4 18/30] Hexagon HVX (target/hexagon) helper overrides - vector max/min
` [PATCH v4 19/30] Hexagon HVX (target/hexagon) helper overrides - vector logical ops
` [PATCH v4 20/30] Hexagon HVX (target/hexagon) helper overrides - vector compares
` [PATCH v4 21/30] Hexagon HVX (target/hexagon) helper overrides - vector splat and abs
` [PATCH v4 22/30] Hexagon HVX (target/hexagon) helper overrides - vector loads
` [PATCH v4 23/30] Hexagon HVX (target/hexagon) helper overrides - vector stores
` [PATCH v4 24/30] Hexagon HVX (target/hexagon) import semantics
` [PATCH v4 25/30] Hexagon HVX (target/hexagon) instruction decoding
` [PATCH v4 26/30] Hexagon HVX (target/hexagon) import instruction encodings
` [PATCH v4 27/30] Hexagon HVX (tests/tcg/hexagon) vector_add_int test
` [PATCH v4 28/30] Hexagon HVX (tests/tcg/hexagon) hvx_misc test
` [PATCH v4 29/30] Hexagon HVX (tests/tcg/hexagon) scatter_gather test
` [PATCH v4 30/30] Hexagon HVX (tests/tcg/hexagon) histogram test

[PATCH v2 0/6] Add vmnet.framework based network backend
 2021-10-12 10:14 UTC  (4+ messages)
` [PATCH v2 1/6] net/vmnet: dependencies setup, initial preparations


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).