qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-23 04:32:12 to 2020-04-23 17:56:29 UTC [more...]

[Bug 1874504] [NEW] VFIO passthrough spits out thousands of messages
 2020-04-23 17:49 UTC 

[PATCH 00/13] qapi: Spring cleaning
 2020-04-23 17:53 UTC  (21+ messages)
` [PATCH 01/13] qapi: Belatedly update visitor.h's big comment for QAPI modules
` [PATCH 02/13] qapi: Fix the virtual walk example in visitor.h's big comment
` [PATCH 03/13] qapi: Fix typo in visit_start_list()'s contract
` [PATCH 04/13] qapi: Document @errp usage more thoroughly in visitor.h
` [PATCH 05/13] qapi: Polish prose "
` [PATCH 06/13] qapi: Assert incomplete object occurs only in dealloc visitor
` [PATCH 07/13] qapi: Fix Visitor contract for start_alternate()
` [PATCH 08/13] qapi: Assert output visitors see only valid enum values
` [PATCH 09/13] qapi: Assert non-input visitors see only valid narrow integers
` [PATCH 10/13] qapi: Clean up visitor's recovery from input with invalid type
` [PATCH 11/13] qapi: Assert non-input visitors see only valid alternate tags
` [PATCH 12/13] qapi: Only input visitors can actually fail
` [PATCH 13/13] qom: Simplify object_property_get_enum()

[PATCH v21 QEMU 0/5] virtio-balloon: add support for free page reporting
 2020-04-23 17:49 UTC  (6+ messages)
` [PATCH v21 QEMU 4/5] virtio-balloon: Implement support for page poison tracking feature

[PATCH 0/5] QEMU Gating CI
 2020-04-23 17:50 UTC  (12+ messages)

[PATCH] qcow2: Allow resize of images with internal snapshots
 2020-04-23 17:41 UTC  (5+ messages)

[PATCH v2 00/36] tcg 5.1 omnibus patch set
 2020-04-23 17:24 UTC  (19+ messages)
` [PATCH v2 09/36] tcg: Consolidate 3 bits into enum TCGTempKind
` [PATCH v2 25/36] tcg: Remove tcg_gen_dup{8,16,32,64}i_vec
` [PATCH v2 26/36] tcg: Add load_dest parameter to GVecGen2
` [PATCH v2 27/36] tcg: Fix integral argument type to tcg_gen_rot[rl]i_i{32, 64}
  ` [PATCH v2 27/36] tcg: Fix integral argument type to tcg_gen_rot[rl]i_i{32,64}
` [PATCH v2 28/36] tcg: Implement gvec support for rotate by immediate
` [PATCH v2 29/36] tcg: Implement gvec support for rotate by vector
` [PATCH v2 31/36] tcg: Implement gvec support for rotate by scalar

[PATCH v4 00/30] Add subcluster allocation to qcow2
 2020-04-23 15:50 UTC  (12+ messages)
` [PATCH v4 20/30] qcow2: Add subcluster support to discard_in_l2_slice()
` [PATCH v4 21/30] qcow2: Add subcluster support to check_refcounts_l2()
` [PATCH v4 22/30] qcow2: Fix offset calculation in handle_dependencies()

ARM SVE issues with non "standard" vector lengths
 2020-04-23 16:24 UTC 

[PATCH for 5.1 v1 00/14] guest_base, gdbstub and Travis
 2020-04-23 17:05 UTC  (15+ messages)
` [PATCH v1 01/14] linux-user: completely re-write init_guest_space
` [PATCH v1 02/14] exec/cpu-all: Use bool for have_guest_base
` [PATCH v1 03/14] accel/tcg: Relax va restrictions on 64-bit guests
` [PATCH v1 04/14] .gitignore: include common build sub-directories
` [PATCH v1 05/14] configure: favour gdb-multiarch if we have it
` [PATCH v1 06/14] gdbstub: Introduce gdb_get_float64() to get 64-bit float registers
` [PATCH v1 07/14] tests/tcg: better trap gdb failures
` [PATCH v1 08/14] tests/tcg: drop inferior.was_attached() test
` [PATCH v1 09/14] gdbstub: eliminate gdbserver_fd global
` [PATCH v1 10/14] gdbstub/linux-user: support debugging over a unix socket
` [PATCH v1 11/14] tests/guest-debug: use the unix socket for linux-user tests
` [PATCH v1 12/14] tests/tcg: add a multiarch linux-user gdb test
` [PATCH v1 13/14] .travis.yml: show free disk space at end of run
` [PATCH v1 14/14] .travis.yml: drop MacOSX

[RFC 0/3] 64bit block-layer part I
 2020-04-23 15:43 UTC  (4+ messages)
` [PATCH 1/3] block: use int64_t as bytes type in tracked requests

[PATCH RFC] target/arm: Implement SVE2 TBL, TBX
 2020-04-23 16:42 UTC 

[Bug 1874486] [NEW] Bug in qemu-img when converting to streamOptimized vmdk images
 2020-04-23 16:37 UTC 

Warnings with GCC 9.3
 2020-04-23 16:53 UTC  (2+ messages)

[PATCH v6 00/10] block: Fix resize (extending) of short overlays
 2020-04-23 16:15 UTC  (17+ messages)
` [PATCH v6 01/10] block: Add flags to BlockDriver.bdrv_co_truncate()
` [PATCH v6 02/10] block: Add flags to bdrv(_co)_truncate()
` [PATCH v6 03/10] block-backend: Add flags to blk_truncate()
` [PATCH v6 04/10] qcow2: Support BDRV_REQ_ZERO_WRITE for truncate
` [PATCH v6 05/10] raw-format: "
` [PATCH v6 06/10] file-posix: "
` [PATCH v6 07/10] block: truncate: Don't make backing file data visible
` [PATCH v6 08/10] iotests: Filter testfiles out in filter_img_info()
` [PATCH v6 09/10] iotests: Test committing to short backing file
` [PATCH v6 10/10] qcow2: Forward ZERO_WRITE flag for full preallocation

[PATCH v9 0/9] virtio-iommu: VFIO integration
 2020-04-23 16:09 UTC  (3+ messages)
` [PATCH v9 8/9] virtio-iommu: Implement probe request

[PATCH RESEND v6 00/36] Initial support for multi-process qemu
 2020-04-23 15:58 UTC  (18+ messages)
` [PATCH RESEND v6 02/36] multi-process: Refactor machine_init and exit notifiers
` [PATCH RESEND v6 06/36] monitor: destaticize HMP commands
` [PATCH RESEND v6 08/36] multi-process: Add stub functions to facilitate build of multi-process
` [PATCH RESEND v6 11/36] multi-process: define mpqemu-link object
` [PATCH RESEND v6 12/36] multi-process: add functions to synchronize proxy and remote endpoints
` [PATCH RESEND v6 14/36] multi-process: setup a machine object for remote device process
` [PATCH RESEND v6 17/36] multi-process: introduce proxy object
` [PATCH RESEND v6 24/36] multi-process: Retrieve PCI info from remote process
` [PATCH RESEND v6 26/36] multi-process: add parse_cmdline in "
` [PATCH RESEND v6 28/36] multi-process: send heartbeat messages to remote
` [PATCH RESEND v6 36/36] multi-process: add configure and usage information

[PATCH 0/1] KVM support for VMD devices
 2020-04-23 15:18 UTC  (3+ messages)

Need BT support in qemu for Zephyr
 2020-04-23 14:55 UTC  (5+ messages)

[PATCH 0/3] colo-compare bugfixes
 2020-04-23 14:03 UTC  (10+ messages)
` [PATCH 1/3] net/colo-compare.c: Create event_bh with the right AioContext
` [PATCH 3/3] net/colo-compare.c: Fix deadlock

[PATCH v2 1/2] virtio-vga: fix virtio-vga bar ordering
 2020-04-23 14:03 UTC  (6+ messages)
` [PATCH v2 2/2] virtio-pci: update virtio pci bar layout documentation

[PATCH v5 0/9] block: Fix resize (extending) of short overlays
 2020-04-23 13:59 UTC  (28+ messages)
` [PATCH v5 1/9] block: Add flags to BlockDriver.bdrv_co_truncate()
` [PATCH v5 2/9] block: Add flags to bdrv(_co)_truncate()
` [PATCH v5 3/9] block-backend: Add flags to blk_truncate()
` [PATCH v5 4/9] qcow2: Support BDRV_REQ_ZERO_WRITE for truncate
` [PATCH v5 5/9] raw-format: "
` [PATCH v5 6/9] file-posix: "
` [PATCH v5 7/9] block: truncate: Don't make backing file data visible
` [PATCH v5 8/9] iotests: Filter testfiles out in filter_img_info()
` [PATCH v5 9/9] iotests: Test committing to short backing file

[PATCH] target/arm: Use correct variable for setting 'max' cpu's MIDR_EL1
 2020-04-23 13:29 UTC  (7+ messages)

[PATCH] target/arm: Use correct variable for setting 'max' cpu's ID_AA64DFR0
 2020-04-23 13:28 UTC  (4+ messages)

[PATCH v2 0/4] hw/arm: xlnx-zcu102: Disable unsupported FDT firmware nodes
 2020-04-23 12:11 UTC  (5+ messages)
` [PATCH v2 1/4] device_tree: Allow name wildcards in qemu_fdt_node_path()
` [PATCH v2 2/4] device_tree: Constify compat "
` [PATCH v2 3/4] hw/arm: xlnx-zcu102: Move arm_boot_info into XlnxZCU102
` [PATCH v2 4/4] hw/arm: xlnx-zcu102: Disable unsupported FDT firmware nodes

[PATCH v2 0/2] hw/arm/virt: dt: add kaslr-seed property
 2020-04-23 11:59 UTC  (2+ messages)

[PATCH v1 0/3] hw/arm: xlnx-zcu102: Disable unsupported FDT firmware nodes
 2020-04-23 11:46 UTC  (5+ messages)
` [PATCH v1 3/3] "

[PATCH 0/5] ramfb: a bunch of reverts and fixes
 2020-04-23 11:41 UTC  (4+ messages)
` [PATCH 4/5] ramfb: add sanity checks to ramfb_create_display_surface

[PATCH] target/arm: Vectorize integer comparison vs zero
 2020-04-23 11:39 UTC  (2+ messages)

[PATCH v2 00/14] Miscellaneous error handling fixes
 2020-04-23 11:30 UTC  (8+ messages)
` [PATCH v2 07/14] bochs-display: Fix vgamem=SIZE error handling
` [PATCH v2 14/14] qga: Fix qmp_guest_suspend_{disk, ram}() "

[PATCH] virtio-vga: fix virtio-vga bar ordering
 2020-04-23 11:30 UTC  (4+ messages)

[PATCH v3] hw/char/pl011: Enable TxFIFO and async transmission
 2020-04-23 11:05 UTC  (2+ messages)

Integration of qemu-img
 2020-04-23 11:03 UTC  (5+ messages)
        ` AW: "

[PATCH v2] qemu-sockets: add abstract UNIX domain socket support
 2020-04-23 10:51 UTC  (3+ messages)

[PATCH] Makefile: Let the 'help' target list the helper targets
 2020-04-23 10:43 UTC 

[PATCH] qemu-sockets: add abstract UNIX domain socket support
 2020-04-23 10:37 UTC  (2+ messages)

[PATCH QEMU v2 0/5] Add a GPIO backend
 2020-04-23 10:08 UTC  (16+ messages)
` [PATCH QEMU v2 1/5] ARM: PL061: Move TYPE_PL061 to hw/gpio/pl061.h
` [PATCH QEMU v2 2/5] ARM: PL061: Extract pl061_create_fdt()
` [PATCH QEMU v2 3/5] Add a GPIO backend using libgpiod
` [PATCH QEMU v2 4/5] ARM: PL061: Add gpiodev support
` [PATCH QEMU v2 5/5] hw/arm/virt: Add dynamic PL061 GPIO support

[PATCH 00/11] accel: Allow targets to use Kconfig, disable semihosting by default
 2020-04-23  9:51 UTC  (10+ messages)
` [PATCH 01/11] MAINTAINERS: Fix KVM path expansion glob
` [PATCH 09/11] target/mips: Always enable CONFIG_SEMIHOSTING

[PATCH 0/2] net/colo-compare.c: Expose "max_queue_size" to users and clean up
 2020-04-23  9:07 UTC  (5+ messages)

[PATCH v3 00/19] Support disabling TCG on ARM (part 2)
 2020-04-23  8:36 UTC  (3+ messages)
` [PATCH v3 10/19] target/arm: Restrict ARMv4 cpus to TCG accel

[PATCH] accel/tcg: Add stub for probe_access()
 2020-04-23  8:17 UTC  (5+ messages)

[PATCH v2 0/5] target/arm: Restrict TCG cpus to TCG accel
 2020-04-23  7:33 UTC  (6+ messages)
` [PATCH v2 1/5] target/arm: Restric the Address Translate write operation "
` [PATCH v2 2/5] target/arm: Make cpu_register() available for other files
` [PATCH v2 3/5] target/arm/cpu: Use ARRAY_SIZE() to iterate over ARMCPUInfo[]
` [PATCH v2 4/5] target/arm/cpu: Update coding style to make checkpatch.pl happy
` [PATCH v2 5/5] target/arm: Restrict TCG cpus to TCG accel

[PATCH 0/6] target/arm: Restrict TCG cpus to TCG accel
 2020-04-23  7:23 UTC  (3+ messages)
` [PATCH 2/6] target/arm: Make set_feature() available for other files


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