messages from 2020-04-23 17:52:19 to 2020-04-24 14:30:03 UTC [more...]
[PATCH v7 00/10] block: Fix resize (extending) of short overlays
2020-04-24 14:28 UTC (16+ messages)
` [PATCH v7 01/10] block: Add flags to BlockDriver.bdrv_co_truncate()
` [PATCH v7 02/10] block: Add flags to bdrv(_co)_truncate()
` [PATCH v7 03/10] block-backend: Add flags to blk_truncate()
` [PATCH v7 04/10] qcow2: Support BDRV_REQ_ZERO_WRITE for truncate
` [PATCH v7 05/10] raw-format: "
` [PATCH v7 06/10] file-posix: "
` [PATCH v7 07/10] block: truncate: Don't make backing file data visible
` [PATCH v7 08/10] iotests: Filter testfiles out in filter_img_info()
` [PATCH v7 09/10] iotests: Test committing to short backing file
` [PATCH v7 10/10] qcow2: Forward ZERO_WRITE flag for full preallocation
[PATCH] iotests/041: Fix NBD socket path
2020-04-24 14:27 UTC (2+ messages)
[PATCH v6 00/10] block: Fix resize (extending) of short overlays
2020-04-24 14:27 UTC (17+ messages)
` [PATCH v6 04/10] qcow2: Support BDRV_REQ_ZERO_WRITE for truncate
` [PATCH v6 05/10] raw-format: "
` [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
[RFC PATCH 0/3] hw/net/tulip: Fix LP#1874539
2020-04-24 14:26 UTC (7+ messages)
` [RFC PATCH 1/3] hw/net/tulip: Fix 'Descriptor Error' definition
` [RFC PATCH 2/3] hw/net/tulip: Log descriptor overflows
` [RFC PATCH 3/3] hw/net/tulip: Set descriptor error bit when lenght is incorrect
[PATCH v2 0/3] qcow2: Allow resize of images with internal snapshots
2020-04-24 14:25 UTC (15+ messages)
` [PATCH v2 1/3] block: Add blk_new_with_bs() helper
` [PATCH v2 2/3] qcow2: Allow resize of images with internal snapshots
` [PATCH v2 3/3] qcow2: Tweak comment about bitmaps vs. resize
[PATCH v9 0/9] virtio-iommu: VFIO integration
2020-04-24 14:17 UTC (10+ messages)
` [PATCH v9 1/9] hw/vfio/common: Remove error print on mmio region translation by viommu
` [EXT] "
` [PATCH v9 8/9] virtio-iommu: Implement probe request
[PATCH v2 00/15] qapi: Spring cleaning
2020-04-24 14:06 UTC (22+ messages)
` [PATCH v2 01/15] qapi: Belatedly update visitor.h's big comment for QAPI modules
` [PATCH v2 02/15] qapi: Fix the virtual walk example in visitor.h's big comment
` [PATCH v2 03/15] qapi: Fix typo in visit_start_list()'s contract
` [PATCH v2 04/15] qapi: Document @errp usage more thoroughly in visitor.h
` [PATCH v2 05/15] qapi: Polish prose "
` [PATCH v2 06/15] qapi: Assert incomplete object occurs only in dealloc visitor
` [PATCH v2 07/15] qapi: Fix Visitor contract for start_alternate()
` [PATCH v2 08/15] qapi: Assert output visitors see only valid enum values
` [PATCH v2 09/15] qapi: Assert non-input visitors see only valid narrow integers
` [PATCH v2 10/15] qapi: Clean up visitor's recovery from input with invalid type
` [PATCH v2 11/15] qapi: Assert non-input visitors see only valid alternate tags
` [PATCH v2 12/15] qapi: Only input visitors can actually fail
` [PATCH v2 13/15] qom: Simplify object_property_get_enum()
` [PATCH v2 14/15] qapi: Disallow qmp_marshal_FOO(NULL, ...)
` [PATCH v2 15/15] qapi: Generate simpler marshalling code when no arguments
[PATCH RESEND v6 00/36] Initial support for multi-process qemu
2020-04-24 13:47 UTC (19+ messages)
` [PATCH RESEND v6 03/36] command-line: refractor parser code
` [PATCH RESEND v6 05/36] multi-process: Refactor monitor functions out of vl.c
` [PATCH RESEND v6 08/36] multi-process: Add stub functions to facilitate build of multi-process
` [PATCH RESEND v6 09/36] multi-process: Add config option for multi-process QEMU
` [PATCH RESEND v6 36/36] multi-process: add configure and usage information
[PATCH 0/4] Subject: [PATCH 0/4] smbus: SPD fixes
2020-04-24 13:52 UTC (9+ messages)
` [PATCH 2/4] smbus: Fix spd_data_generate() error API violation
[PATCH] virtiofsd: Show submounts
2020-04-24 13:35 UTC
[RFC PATCH v1 0/7] vhost-user reconnect issues during vhost initialization
2020-04-24 10:17 UTC (13+ 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 v2 00/36] tcg 5.1 omnibus patch set
2020-04-24 13:23 UTC (12+ messages)
` [PATCH v2 09/36] tcg: Consolidate 3 bits into enum TCGTempKind
` [PATCH v2 13/36] tcg: Use tcg_constant_{i32, i64} with tcg int expanders
` [PATCH v2 13/36] tcg: Use tcg_constant_{i32,i64} "
[PATCH 0/7] chardev: Reduce system emulation specific code
2020-04-24 13:19 UTC (16+ 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
[PATCH v4 0/2] target/arm: kvm: Support for KVM DABT with no valid ISS
2020-04-24 12:51 UTC (6+ messages)
` [PATCH v4 1/2] target/arm: kvm: Handle "
[PATCH v4 0/6] hyperv: VMBus implementation
2020-04-24 12:34 UTC (7+ messages)
` [PATCH v4 1/6] hyperv: expose API to determine if synic is enabled
` [PATCH v4 2/6] vmbus: add vmbus protocol definitions
` [PATCH v4 3/6] vmbus: vmbus implementation
` [PATCH v4 4/6] i386:pc: whitelist dynamic vmbus-bridge
` [PATCH v4 5/6] i386: Hyper-V VMBus ACPI DSDT entry
` [PATCH v4 6/6] vmbus: add infrastructure to save/load vmbus requests
[PATCH v21 QEMU 0/5] virtio-balloon: add support for free page reporting
2020-04-24 11:23 UTC (13+ messages)
` [PATCH v21 QEMU 3/5] virtio-balloon: Replace free page hinting references to 'report' with 'hint'
` [PATCH v21 QEMU 4/5] virtio-balloon: Implement support for page poison tracking feature
` [PATCH v21 QEMU 5/5] virtio-balloon: Provide an interface for free page reporting
[PATCH] hw: add compat machines for 5.1
2020-04-24 11:03 UTC (2+ messages)
[PATCH v2] lockable: Replace locks with lock guard macros
2020-04-24 10:51 UTC (2+ messages)
[PATCH v5 0/2] Replaced locks with lock guard macros
2020-04-24 10:50 UTC (2+ messages)
[PATCH v1 0/2] Migration xbzrle changes
2020-04-24 10:47 UTC (5+ messages)
` [PATCH v1 1/2] migration/xbzrle: replace transferred xbzrle bytes with encoded bytes
[PATCH v4 00/13] migrate/ram: Fix resizing RAM blocks while migrating
2020-04-24 10:25 UTC (3+ messages)
` [PATCH v4 09/13] migration/ram: Consolidate variable reset after placement in ram_load_postcopy()
[PATCH v2 00/16] nvme: refactoring and cleanups
2020-04-24 10:13 UTC (7+ messages)
` [PATCH v2 13/16] nvme: factor out namespace setup
[Bug 1874676] [NEW] [Feature request] MDIO bus
2020-04-24 9:55 UTC
[Bug 1874678] [NEW] [Feature request] python-qemu package
2020-04-24 9:59 UTC
[Bug 1874674] [NEW] [Feature request] acceptance test class to run user-mode binaries
2020-04-24 9:51 UTC
[PATCH] migration/rdma: fix a memleak on error path in rdma_start_incoming_migration
2020-04-24 9:46 UTC (2+ messages)
[PATCH 0/5] QEMU Gating CI
2020-04-24 9:39 UTC (15+ messages)
[PATCH 0/3] fuzz: Probably there is a better way to do this
2020-04-24 8:31 UTC (6+ messages)
` [PATCH 1/3] Makefile: Drop unused, broken target recurse-fuzz
` [PATCH 2/3] fuzz: Simplify how we compute available machines and types
` [PATCH 3/3] libqos: Give get_machine_allocator() internal linkage
[PATCH] elf_ops: Don't try to g_mapped_file_unref(NULL)
2020-04-24 8:02 UTC (4+ messages)
[PATCH 00/13] qapi: Spring cleaning
2020-04-24 7:44 UTC (22+ messages)
` [PATCH 05/13] qapi: Polish prose in visitor.h
` [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 0/3] colo-compare bugfixes
2020-04-24 4:36 UTC (8+ messages)
` [PATCH 1/3] net/colo-compare.c: Create event_bh with the right AioContext
[RFC PATCH v1 1/7] contrib/vhost-user-blk: add option to simulate disconnect on init
2020-04-24 2:44 UTC
[RFC PATCH v1 5/7] vhost-user-blk: add mechanism to track the guest notifiers init state
2020-04-24 2:38 UTC
[PATCH 0/2] net/colo-compare.c: Expose "max_queue_size" to users and clean up
2020-04-24 2:19 UTC (7+ messages)
[PATCH] spapr_nvdimm.c: make 'label-size' mandatory
2020-04-24 1:45 UTC (5+ messages)
[PATCH RFC 0/3] target/arm: Implement SVE2 Crypto Extensions
2020-04-23 22:37 UTC (4+ messages)
` [PATCH RFC 1/3] target/arm: Implement SVE2 AESMC, AESIMC
` [PATCH RFC 2/3] target/arm: Implement SVE2 AESE, AESD, SM4E
` [PATCH RFC 3/3] target/arm: Implement SVE2 SM4EKEY, RAX1
[Bug 1874539] [NEW] tulip driver broken in v5.0.0-rc4
2020-04-23 21:36 UTC (2+ messages)
` [Bug 1874539] "
Need BT support in qemu for Zephyr
2020-04-23 20:44 UTC (4+ messages)
[PATCH for 5.1 v1 00/14] guest_base, gdbstub and Travis
2020-04-23 20:30 UTC (11+ messages)
` [PATCH v1 05/14] configure: favour gdb-multiarch if we have it
` [PATCH v1 09/14] gdbstub: eliminate gdbserver_fd global
` [PATCH v1 13/14] .travis.yml: show free disk space at end of run
` [PATCH v1 14/14] .travis.yml: drop MacOSX
[PATCH] linux-user/riscv: fix up struct target_ucontext definition
2020-04-23 19:45 UTC (5+ messages)
[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 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
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).