qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-12 05:20:31 to 2021-10-12 13:47:18 UTC [more...]

[RFC PATCH v4 00/20] vDPA shadow virtqueue
 2021-10-12 13:45 UTC  (14+ 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

[PATCH v2 00/24] configure->meson queue for 6.2
 2021-10-12 13:35 UTC  (29+ 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

[PULL 00/18] aspeed queue
 2021-10-12 13:15 UTC  (20+ messages)
` [PULL 01/18] aspeed/smc: Add watchdog Control/Status Registers
` [PULL 02/18] aspeed/smc: Introduce aspeed_smc_error() helper
` [PULL 03/18] aspeed/smc: Stop using the model name for the memory regions
` [PULL 04/18] aspeed/smc: Drop AspeedSMCController structure
` [PULL 05/18] aspeed/smc: Remove the 'flash' attribute from AspeedSMCFlash
` [PULL 06/18] aspeed/smc: Remove the 'size' "
` [PULL 07/18] aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs'
` [PULL 08/18] aspeed/smc: QOMify AspeedSMCFlash
` [PULL 09/18] aspeed/smc: Add default reset values
` [PULL 10/18] aspeed/smc: Introduce a new addr_width() class handler
` [PULL 11/18] aspeed/smc: Remove unused attribute 'irqline'
` [PULL 12/18] aspeed/i2c: QOMify AspeedI2CBus
` [PULL 13/18] hw: aspeed_gpio: Fix pin I/O type declarations
` [PULL 14/18] hw: aspeed_gpio: Fix GPIO array indexing
` [PULL 15/18] hw/adc: Add basic Aspeed ADC model
` [PULL 16/18] hw/arm: Integrate ADC model into Aspeed SoC
` [PULL 17/18] aspeed/wdt: Add trace events
` [PULL 18/18] aspeed/smc: Dump address offset in "

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

[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  (9+ messages)
` [PATCH v2 1/5] qapi: Enable enum member introspection to show more than name
` [PATCH v2 2/5] qapi: Add feature flags to enum members
` [PATCH RFC v2 5/5] block: Deprecate transaction type drive-backup

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

[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  (29+ messages)
` [PATCH v3 01/25] main-loop.h: introduce qemu_in_main_thread()
` [PATCH v3 02/25] include/block/block: split header into I/O and global state API
` [PATCH v3 03/25] assertions for block "
` [PATCH v3 04/25] include/sysemu/block-backend: split header into I/O and global state (GS) API
` [PATCH v3 05/25] block/block-backend.c: assertions for block-backend
` [PATCH v3 06/25] include/block/block_int: split header into I/O and global state API
` [PATCH v3 07/25] assertions for block_int "
` [PATCH v3 08/25] block: introduce assert_bdrv_graph_writable
` [PATCH v3 09/25] include/block/blockjob_int.h: split header into I/O and GS API
` [PATCH v3 10/25] assertions for blockjob_int.h
` [PATCH v3 11/25] include/block/blockjob.h: global state API
` [PATCH v3 12/25] assertions for blockob.h "
` [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 v3 15/25] assertions for blockdev.h "
` [PATCH v3 16/25] include/block/snapshot: global state API + assertions
` [PATCH v3 17/25] block/copy-before-write.h: "
` [PATCH v3 18/25] block/coroutines: I/O API
` [PATCH v3 19/25] block_int-common.h: split function pointers in BlockDriver
` [PATCH v3 20/25] block_int-common.h: assertion in the callers of BlockDriver function pointers
` [PATCH v3 21/25] block_int-common.h: split function pointers in BdrvChildClass
` [PATCH v3 22/25] block_int-common.h: assertions in the callers of BdrvChildClass function pointers
` [PATCH v3 23/25] block-backend-common.h: split function pointers in BlockDevOps
` [PATCH v3 24/25] job.h: split function pointers in JobDriver
` [PATCH v3 25/25] job.h: assertions in the callers of JobDriver funcion pointers

[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  (31+ messages)
` [PATCH v4 01/30] Hexagon HVX (target/hexagon) README
` [PATCH v4 02/30] Hexagon HVX (target/hexagon) add Hexagon Vector eXtensions (HVX) to core
` [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 07/30] Hexagon HVX (target/hexagon) semantics generator
` [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

[PATCH v1 0/2] memory: Update description of memory_region_is_mapped()
 2021-10-12 10:09 UTC  (11+ messages)
` [PATCH v1 1/2] machine: Use host_memory_backend_is_mapped() in machine_consume_memdev()
` [PATCH v1 2/2] memory: Update description of memory_region_is_mapped()

[PULL v2 00/13] some testing and plugin updates
 2021-10-12  9:36 UTC 

[PATCH 0/2] Hexagon (target/hexagon) cleanup and bug fix
 2021-10-12  9:31 UTC  (4+ messages)
` [PATCH 1/2] Hexagon (target/hexagon) more tcg_constant_*
` [PATCH] Hexagon (target/hexagon) put writes to USR into temp until commit
` [PATCH 2/2] "

[PATCH V3] net/colo: check vnet_hdr_support flag when using virtio-net
 2021-10-12  9:31 UTC  (2+ messages)

[PATCH v4] VNC-related HMP/QMP fixes
 2021-10-12  9:24 UTC  (3+ messages)
` [PATCH v4 2/2] monitor: refactor set/expire_password and allow VNC display id

[PATCH] monitor/qmp: fix race with clients disconnecting early
 2021-10-12  9:27 UTC  (7+ messages)

[PATCH] block/vpc: Add a sanity check that fixed-size images have the right type
 2021-10-12  8:27 UTC 

[PATCH v7 0/8] hmp,qmp: Add commands to introspect virtio devices
 2021-10-12  7:49 UTC  (7+ messages)
` [PATCH v7 1/8] virtio: drop name parameter for virtio_init()
` [PATCH v7 7/8] qmp: add QMP command x-debug-virtio-queue-element

[PATCH] target/riscv: line up all of the registers in the info register dump
 2021-10-12  7:39 UTC  (2+ messages)

[PATCH] qcow2: Silence clang -m32 compiler warning
 2021-10-12  7:37 UTC  (3+ messages)

[PATCH v1] virtio-mem: Don't skip alignment checks when warning about block size
 2021-10-12  7:27 UTC  (2+ messages)

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

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

[PATCH v3 00/19] monitor: explicitly permit QMP commands to be added for all use cases
 2021-10-12  7:12 UTC  (3+ messages)
` [PATCH v3 13/19] qapi: introduce x-query-skeys QMP command

[PATCH 0/6] RfC: try improve native hotplug for pcie root ports
 2021-10-12  7:01 UTC  (10+ messages)
` [PATCH 5/6] pcie: fast unplug when slot power is off
` [PATCH 6/6] pcie: expire pending delete

[RFC PATCH v1 0/2] Improvements to SIGP handling [QEMU]
 2021-10-12  6:58 UTC  (2+ messages)

[PATCH] s390x/ipl: check kernel command line size
 2021-10-12  6:53 UTC  (4+ messages)

[PATCH v2 0/3] vdpa: Check iova range on memory regions ops
 2021-10-12  6:44 UTC  (5+ messages)
` [PATCH v2 3/3] vdpa: Check for iova range at mappings changes

[PATCH] target/s390x: move tcg_gen_insn_start to s390x_tr_insn_start
 2021-10-12  6:41 UTC  (2+ messages)

[PATCH v2 0/2] hw/arm/virt: Fix qemu booting failure on device-tree
 2021-10-12  6:39 UTC  (4+ messages)
` [PATCH v2 1/2] numa: Set default distance map if needed
` [PATCH v2 2/2] hw/arm/virt: Don't create device-tree node for empty NUMA node

[PATCH 0/9] nios2: Enable cross compile and fix signals
 2021-10-12  6:29 UTC  (7+ messages)
` [PATCH 4/9] linux-user/elfload: Rename ARM_COMMPAGE to HI_COMMPAGE
` [PATCH 7/9] linux-user/nios2: Fix sigmask in setup_rt_frame
` [PATCH 8/9] linux-user/nios2: Use set_sigmask in do_rt_sigreturn

[PATCH v4 00/23] target/i386/sev: Housekeeping SEV + measured Linux SEV guest
 2021-10-12  6:15 UTC  (4+ messages)
` [PATCH v4 12/23] target/i386/sev: Use g_autofree in sev_launch_get_measure()

[PATCH v4 0/3] MSG_ZEROCOPY for multifd
 2021-10-12  5:53 UTC  (5+ messages)
` [PATCH v4 3/3] multifd: Implement zerocopy write in multifd migration (multifd-zerocopy)

MMIO/PIO dispatch file descriptors (ioregionfd) design discussion
 2021-10-12  5:34 UTC 


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).