qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-28 17:49:20 to 2020-04-29 08:07:27 UTC [more...]

[PATCH 0/4] block: Do not call BlockDriver.bdrv_make_empty() directly
 2020-04-29  7:58 UTC  (7+ messages)
` [PATCH 1/4] block: Add bdrv_make_empty()
` [PATCH 4/4] block: Use blk_make_empty() after commits

[PATCH 00/17] qom: Spring cleaning
 2020-04-29  7:35 UTC  (20+ messages)
` [PATCH 04/17] qom: Change object_property_get_uint16List() to match its doc
` [PATCH 05/17] qom: Make all the object_property_add_FOO() return the property
` [PATCH 06/17] qom: Drop object_property_set_description() parameter @errp
` [PATCH 07/17] tests/check-qom-proplist: Improve iterator coverage
` [PATCH 13/17] qom: Drop parameter @errp of object_property_add() & friends
` [PATCH 14/17] Drop more @errp parameters after previous commit
` [PATCH 16/17] spapr_pci: Drop some dead error handling
` [PATCH 17/17] qom: Drop @errp parameter of object_property_del()

[PATCH] virtiofsd: Show submounts
 2020-04-29  7:59 UTC  (6+ messages)
    ` [Virtio-fs] "

[PATCH] s390x/kvm: help valgrind in several places
 2020-04-29  7:32 UTC  (4+ messages)

[PATCH v3] audio/jack: add JACK client audiodev
 2020-04-29  5:53 UTC 

[PATCH v3 0/6] colo-compare bugfixes
 2020-04-29  7:51 UTC  (6+ messages)
` [PATCH v3 3/6] net/colo-compare.c: Fix deadlock in compare_chr_send

[PATCH V2] Add a new PIIX option to control PCI hot unplugging of devices on non-root buses
 2020-04-29  7:43 UTC  (20+ messages)

[PATCH v1 00/11] hw/arm: versal: Add SD and the RTC
 2020-04-29  7:36 UTC  (25+ messages)
` [PATCH v1 01/11] hw/arm: versal: Remove inclusion of arm_gicv3_common.h
` [PATCH v1 02/11] hw/arm: versal: Move misplaced comment
` [PATCH v1 03/11] hw/arm: versal-virt: Fix typo xlnx-ve -> xlnx-versal
` [PATCH v1 04/11] hw/arm: versal: Embedd the UARTs into the SoC type
` [PATCH v1 05/11] hw/arm: versal: Embedd the GEMs "
` [PATCH v1 06/11] hw/arm: versal: Embedd the ADMAs "
` [PATCH v1 07/11] hw/arm: versal: Embedd the APUs "
` [PATCH v1 08/11] hw/arm: versal: Add support for SD
` [PATCH v1 09/11] hw/arm: versal: Add support for the RTC
` [PATCH v1 10/11] hw/arm: versal-virt: Add support for SD
` [PATCH v1 11/11] hw/arm: versal-virt: Add support for the RTC

[PATCH for-5.1 0/5] qobject: Minor spring cleaning
 2020-04-29  7:46 UTC  (2+ messages)

[PATCH v2] s390x/kvm: help valgrind in several places
 2020-04-29  7:44 UTC  (2+ messages)

[PATCH 00/11] More miscellaneous error handling fixes
 2020-04-29  7:27 UTC  (14+ messages)
` [PATCH 02/11] xen: Fix and improve handling of device_add usb-host errors
` [PATCH 03/11] s390x/cpumodel: Fix harmless misuse of visit_check_struct()
` [PATCH 07/11] mips/malta: Fix create_cps() error handling
` [PATCH 08/11] mips/boston: Fix boston_mach_init() "

[PATCH v2] audio/jack: add JACK client audiodev
 2020-04-29  5:53 UTC 

[PULL 00/32] Miscellaneous patches for 2020-04-29
 2020-04-29  7:20 UTC  (33+ messages)
` [PULL 01/32] various: Remove suspicious '\' character outside of #define in C code
` [PULL 02/32] tests-qemu-opts: Cover has_help_option(), qemu_opt_has_help_opt()
` [PULL 03/32] qemu-options: Factor out get_opt_name_value() helper
` [PULL 04/32] qemu-option: Fix sloppy recognition of "id=..." after ", , "
` [PULL 05/32] qemu-option: Fix has_help_option()'s sloppy parsing
` [PULL 06/32] test-qemu-opts: Simplify test_has_help_option() after bug fix
` [PULL 07/32] qemu-option: Avoid has_help_option() in qemu_opts_parse_noisily()
` [PULL 08/32] qemu-img: Factor out accumulate_options() helper
` [PULL 09/32] qemu-img: Move is_valid_option_list() to qemu-img.c and rewrite
` [PULL 10/32] qemu-img: Reject broken -o ""
` [PULL 11/32] cryptodev: Fix cryptodev_builtin_cleanup() error API violation
` [PULL 12/32] block/file-posix: Fix check_cache_dropped() error handling
` [PULL 13/32] cpus: Fix configure_icount() error API violation
` [PULL 14/32] cpus: Proper range-checking for -icount shift=N
` [PULL 15/32] arm/virt: Fix virt_machine_device_plug_cb() error API violation
` [PULL 16/32] fdc: Fix fallback=auto error handling
` [PULL 17/32] bochs-display: Fix vgamem=SIZE "
` [PULL 18/32] virtio-net: Fix duplex=... and speed=... "
` [PULL 19/32] xen/pt: Fix flawed conversion to realize()
` [PULL 20/32] io: Fix qio_channel_socket_close() error handling
` [PULL 21/32] migration/colo: Fix qmp_xen_colo_do_checkpoint() "
` [PULL 22/32] tests/test-logging: Fix test for -dfilter 0..0xffffffffffffffff
` [PULL 23/32] qga: Fix qmp_guest_get_memory_blocks() error handling
` [PULL 24/32] qga: Fix qmp_guest_suspend_{disk, ram}() "
` [PULL 25/32] sam460ex: Suppress useless warning on -m 32 and -m 64
` [PULL 26/32] smbus: Fix spd_data_generate() error API violation
` [PULL 27/32] bamboo, sam460ex: Tidy up error message for unsupported RAM size
` [PULL 28/32] smbus: Fix spd_data_generate() for number of banks > 2
` [PULL 29/32] Makefile: Drop unused, broken target recurse-fuzz
` [PULL 30/32] fuzz: Simplify how we compute available machines and types
` [PULL 31/32] libqos: Give get_machine_allocator() internal linkage
` [PULL 32/32] qemu-option: pass NULL rather than 0 to the id of qemu_opts_set()

[PATCH v5 0/4] introduction of migration_version attribute for VFIO live migration
 2020-04-29  7:26 UTC  (11+ messages)

[PATCH 0/3] fuzz: Probably there is a better way to do this
 2020-04-29  7:15 UTC  (2+ messages)

[PATCH v2 0/4] smbus: SPD fixes
 2020-04-29  7:14 UTC  (2+ messages)

[PATCH v2 00/14] Miscellaneous error handling fixes
 2020-04-29  7:14 UTC  (2+ messages)

[PATCH v2 for-5.1 0/9] qemu-option: Fix corner cases and clean up
 2020-04-29  7:12 UTC  (2+ messages)

[PATCH v2 0/3] fetch the alignment of device dax
 2020-04-29  7:03 UTC  (7+ messages)
` [PATCH v2 2/3] docs/nvdimm: add description of alignment requirement "
` [PATCH v2 3/3] configure: add libdaxctl support

[PATCH] audio/jack: add JACK client audiodev
 2020-04-29  6:59 UTC  (2+ messages)

[PATCH-for-5.1 v3 4/7] migration/colo: Add missing error-propagation code
 2020-04-29  6:38 UTC  (3+ messages)
` [PATCH-for-5.1 v3 5/7] hw/mips/boston: "

[PATCH v3] target/arm: Use correct variable for setting 'max' cpu's MIDR_EL1
 2020-04-29  6:17 UTC  (2+ messages)

[PATCH-for-5.1 v3 2/7] various: Use &error_abort in instance_init()
 2020-04-29  6:12 UTC  (2+ messages)

[PATCH 0/2] virt: Set tpm-tis-device ppi property to off by default
 2020-04-29  6:11 UTC  (10+ messages)
` [PATCH 1/2] tpm: tpm-tis-device: set PPI to false "
` [PATCH 2/2] hw/arm/virt: Remove the compat forcing tpm-tis-device PPI to off

[PATCH v3 0/5] block-copy: use aio-task-pool
 2020-04-29  6:10 UTC  (6+ messages)
` [PATCH v3 1/5] block/block-copy: rename in-flight requests to tasks
` [PATCH v3 2/5] block/block-copy: alloc task on each iteration
` [PATCH v3 3/5] block/block-copy: add state pointer to BlockCopyTask
` [PATCH v3 4/5] block/block-copy: refactor task creation
` [PATCH v3 5/5] block/block-copy: use aio-task-pool API

[PATCH-for-5.1 v3 00/24] various: Fix error-propagation with Coccinelle scripts (part 1)
 2020-04-29  6:03 UTC  (3+ messages)
` [PATCH-for-5.1 v3 01/24] various: Remove suspicious '\' character outside of #define in C code

[PATCH 0/4] Subject: [PATCH 0/4] smbus: SPD fixes
 2020-04-29  5:42 UTC  (13+ messages)
` [PATCH 1/4] sam460ex: Revert change to SPD memory type for <= 128 MiB
` [PATCH 2/4] smbus: Fix spd_data_generate() error API violation

[PATCH v4 00/18] nvme: factor out cmb/pmr setup
 2020-04-29  5:40 UTC 

[PATCH v2 00/17] 64bit block-layer
 2020-04-29  5:24 UTC  (6+ messages)
` [PATCH v2 01/17] block/throttle-groups: throttle_group_co_io_limits_intercept(): 64bit bytes

[Bug 1875139] [NEW] Domain fails to start when 'readonly' device not writable
 2020-04-29  5:08 UTC  (2+ messages)
` [Bug 1875139] "

[PATCH] qemu-option: pass NULL rather than 0 to the id of qemu_opts_set()
 2020-04-29  4:53 UTC  (2+ messages)

[RFC][PATCH v2 0/3] IVSHMEM version 2 device for QEMU
 2020-04-29  4:22 UTC  (6+ messages)
` [RFC][PATCH v2 1/3] hw/misc: Add implementation of ivshmem revision 2 device
` [RFC][PATCH v2 3/3] contrib: Add server for ivshmem revision 2

[Bug 1862986] [NEW] qemu-s390x crashes when run on aarch64
 2020-04-29  4:17 UTC  (2+ messages)
` [Bug 1862986] "

[PATCH for-5.1 1/7] configure: Add KVM target support for MIPS64
 2020-04-29  3:51 UTC  (18+ messages)
` [PATCH for-5.1 3/7] hw/mips: Add CPU IRQ3 delivery for KVM
` [PATCH for-5.1 4/7] target/mips: Add Loongson-3 CPU definition
` [PATCH for-5.1 5/7] target/mips: Add more CP0 register for save/restore
` [PATCH for-5.1 6/7] hw/mips: Add Loongson-3 machine support (with KVM)

[PATCH v2 0/2] Fix QEMU crashes when passing IGD to a guest VM under XEN
 2020-04-29  3:04 UTC  (3+ messages)
` [PATCH v2 1/2] Fix undefined behaviour
` [PATCH v2 2/2] Improve legacy vbios handling

[PATCH 0/9] More truncate improvements
 2020-04-29  2:24 UTC  (12+ messages)
` [PATCH 1/9] gluster: Drop useless has_zero_init callback
` [PATCH 2/9] file-win32: Support BDRV_REQ_ZERO_WRITE for truncate
` [PATCH 3/9] nfs: "
` [PATCH 4/9] rbd: "
` [PATCH 5/9] sheepdog: "
` [PATCH 6/9] ssh: "
` [PATCH 7/9] parallels: Rework truncation logic
` [PATCH 8/9] vhdx: "
` [PATCH 9/9] block: Drop unused .bdrv_has_zero_init_truncate

[PATCH v2] migration/xbzrle: add encoding rate
 2020-04-29  1:00 UTC  (3+ messages)

[Bug 1875762] [NEW] Poor disk performance on sparse VMDKs
 2020-04-28 22:45 UTC 

[PATCH] block: Comment cleanups
 2020-04-28 22:14 UTC  (2+ messages)

[ANNOUNCE] QEMU 5.0.0 is now available
 2020-04-28 22:00 UTC 

[PATCH v22 0/4] implement zstd cluster compression method
 2020-04-28 21:08 UTC  (7+ messages)
` [PATCH v22 1/4] qcow2: introduce compression type feature
` [PATCH v22 2/4] qcow2: rework the cluster compression routine
` [PATCH v22 3/4] qcow2: add zstd cluster compression
` [PATCH v22 4/4] iotests: 287: add qcow2 compression type test

[RFC PATCH] plugins: new lockstep plugin for debugging TCG changes
 2020-04-28 20:31 UTC  (2+ messages)

[RFC patch v1 0/3] qemu-file writing performance improving
 2020-04-28 20:25 UTC  (6+ messages)
` [RFC patch v1 2/3] qemu-file: add buffered mode

[PATCH RFC v2 0/9] KVM: Dirty ring support (QEMU part)
 2020-04-28 20:20 UTC  (11+ messages)
` [PATCH RFC v2 1/9] KVM: Fixup kvm_log_clear_one_slot() ioctl return check
` [PATCH RFC v2 2/9] linux-headers: Update
` [PATCH RFC v2 3/9] memory: Introduce log_sync_global() to memory listener
` [PATCH RFC v2 4/9] KVM: Create the KVMSlot dirty bitmap on flag changes
` [PATCH RFC v2 5/9] KVM: Provide helper to get kvm dirty log
` [PATCH RFC v2 6/9] KVM: Provide helper to sync dirty bitmap from slot to ramblock
` [PATCH RFC v2 7/9] KVM: Cache kvm slot dirty bitmap size
` [PATCH RFC v2 8/9] KVM: Add dirty-gfn-count property
` [PATCH RFC v2 9/9] KVM: Dirty ring support

[PATCH RFC 0/4] vl: Sync dirty bitmap when system resets
 2020-04-28 19:42 UTC  (5+ messages)
` [PATCH RFC 1/4] migration: Export migration_bitmap_sync_precopy()
` [PATCH RFC 2/4] migration: Introduce migrate_is_precopy()
` [PATCH RFC 3/4] vl: Sync dirty bits for system resets during precopy
` [PATCH RFC 4/4] kvm: No need to sync dirty bitmap before memslot removal any more

backing chain & block status & filters
 2020-04-28 19:44 UTC  (8+ messages)

[PATCH v4 0/3] qcow2: Allow resize of images with internal snapshots
 2020-04-28 19:26 UTC  (4+ messages)
` [PATCH v4 1/3] block: Add blk_new_with_bs() helper
` [PATCH v4 2/3] qcow2: Allow resize of images with internal snapshots
` [PATCH v4 3/3] qcow2: Tweak comment about bitmaps vs. resize

[PATCH v3 0/4] Introduce Xilinx ZynqMP CAN controller
 2020-04-28 19:20 UTC  (5+ messages)
` [PATCH v3 1/4] hw/net/can: "
` [PATCH v3 2/4] xlnx-zynqmp: Connect "

[PATCH v7 00/10] block: Fix resize (extending) of short overlays
 2020-04-28 18:58 UTC  (5+ messages)
` [PATCH v7 04/10] qcow2: Support BDRV_REQ_ZERO_WRITE for truncate

[PATCH RESEND v6 00/36] Initial support for multi-process qemu
 2020-04-28 18:58 UTC  (8+ messages)
` [PATCH RESEND v6 08/36] multi-process: Add stub functions to facilitate build of multi-process

[PATCH 0/2] m68k fpu fixes
 2020-04-28 18:43 UTC  (3+ messages)
` [PATCH 1/2] softfloat: m68k: infinity is a valid encoding

[PATCH v3 0/3] qcow2: Allow resize of images with internal snapshots
 2020-04-28 18:24 UTC  (3+ messages)

[PATCH v2 0/2] hw/pci/pcie: Forbid hot-plug if it's disabled on the slot
 2020-04-28 18:10 UTC  (3+ messages)

[PATCH RFC 0/3] target/arm: Implement SVE2 fp conversion
 2020-04-28 17:43 UTC  (3+ messages)
` [PATCH RFC 1/3] target/arm: Implement SVE2 FCVTNT
` [PATCH RFC 3/3] target/arm: Implement SVE2 FCVTXNT


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