messages from 2020-04-23 09:06:08 to 2020-04-23 20:29:04 UTC [more...]
[PATCH for 5.1 v1 00/14] guest_base, gdbstub and Travis
2020-04-23 20:27 UTC (18+ 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
[PATCH] elf_ops: Don't try to g_mapped_file_unref(NULL)
2020-04-23 20:24 UTC (2+ messages)
[PATCH 0/7] chardev: Reduce system emulation specific code
2020-04-23 20:21 UTC (8+ messages)
` [PATCH 1/7] monitor/misc: Remove unused "chardev/char-mux.h" include
` [PATCH 2/7] tests/test-char: "
` [PATCH 3/7] chardev: Restrict msmouse / wctablet / testdev to system emulation
` [PATCH 4/7] chardev: Reduce "char-mux.h" scope, rename it "chardev-internal.h"
` [PATCH 5/7] chardev: Extract system emulation specific code
` [PATCH 6/7] stubs: Split machine-init-done as machine-init and machine-notify
` [PATCH 7/7] multi-process: Refactor machine_init and exit notifiers
[RFC PATCH v1 0/7] vhost-user reconnect issues during vhost initialization
2020-04-23 20:10 UTC (10+ messages)
` [RFC PATCH v1 1/7] contrib/vhost-user-blk: add option to simulate disconnect on init
` [RFC PATCH v1 2/7] char-socket: return -1 in case of disconnect during tcp_chr_write
` [RFC PATCH v1 3/7] char-socket: initialize reconnect timer only if close is emitted
` [RFC PATCH v1 4/7] vhost: introduce wrappers to set guest notifiers for virtio device
` [RFC PATCH v1 5/7] vhost-user-blk: add mechanism to track the guest notifiers init state
` [RFC PATCH v1 6/7] vhost: check vring address before calling unmap
` [RFC PATCH v1 7/7] vhost: add device started check in migration set log
[PATCH] linux-user/riscv: fix up struct target_ucontext definition
2020-04-23 19:45 UTC (5+ messages)
[PATCH 00/13] qapi: Spring cleaning
2020-04-23 18:40 UTC (28+ 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 v3 0/9] misc: Trivial static code analyzer fixes
2020-04-23 18:11 UTC (5+ messages)
` [PATCH v3 1/9] block: Avoid dead assignment
` [PATCH v3 2/9] blockdev: Remove "
[PATCH v6 00/10] block: Fix resize (extending) of short overlays
2020-04-23 18:05 UTC (19+ 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 RFC] target/arm: Implement SVE2 SPLICE, EXT
2020-04-23 18:03 UTC
[Bug 1874504] [NEW] VFIO passthrough spits out thousands of messages
2020-04-23 17:49 UTC
[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
[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 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 (10+ 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 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 (4+ messages)
` [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 (3+ messages)
` [PATCH v2 07/14] bochs-display: Fix vgamem=SIZE error handling
[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 (6+ messages)
` [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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).