messages from 2023-06-01 13:54:47 to 2023-06-02 01:17:36 UTC [more...]
[PATCH RFC 0/3] migration: switchover-hold flag
2023-06-02 1:16 UTC (3+ messages)
` [PATCH RFC 1/3] migration: switchover-hold parameter
` [PATCH RFC 3/3] qtest/migration: Use switchover-hold to speedup
[ANNOUNCE] KVM Microconference at LPC 2023
2023-06-02 0:23 UTC (3+ messages)
[PULL 0/6] Migration 20230601 patches
2023-06-01 23:44 UTC (7+ messages)
` [PULL 1/6] runstate: add runstate_get()
` [PULL 2/6] migration: never fail in global_state_store()
` [PULL 3/6] runstate: drop unused runstate_store()
` [PULL 4/6] migration: switch from .vm_was_running to .vm_old_state
` [PULL 5/6] migration: restore vmstate on migration failure
` [PULL 6/6] migration: stop tracking ram writes when cancelling background migration
[PATCH v3 0/9] tests/qtest: make migration-test massively faster
2023-06-01 23:43 UTC (23+ messages)
` [PATCH v3 8/9] tests/qtest: make more migration pre-copy scenarios run non-live
` [PATCH v3 9/9] tests/qtest: massively speed up migration-test
[PATCH 0/4] target/riscv: Fix mstatus related problems
2023-06-01 23:03 UTC (5+ messages)
` [PATCH 2/4] target/riscv: Remove check on mode for MPRV
[PATCH v4 00/10] tests/qtest: make migration-test massively faster
2023-06-01 22:52 UTC (18+ messages)
` [PATCH v4 01/10] tests/qtest: add various qtest_qmp_assert_success() variants
` [PATCH v4 02/10] tests/qtest: add support for callback to receive QMP events
` [PATCH v4 03/10] tests/qtest: get rid of 'qmp_command' helper in migration test
` [PATCH v4 04/10] tests/qtest: get rid of some 'qtest_qmp' usage "
` [PATCH v4 05/10] tests/qtest: switch to using event callbacks for STOP event
` [PATCH v4 06/10] tests/qtest: replace wait_command() with qtest_qmp_assert_success
` [PATCH v4 07/10] tests/qtest: capture RESUME events during migration
` [PATCH v4 08/10] tests/qtest: distinguish src/dst migration VM stop/resume events
` [PATCH v4 09/10] tests/qtest: make more migration pre-copy scenarios run non-live
` [PATCH v4 10/10] tests/qtest: massively speed up migration-test
` [PATCH] qtest/migration: Document live=true cases
[PATCH v4 0/2] target/arm: allow DC CVA[D]P in user mode emulation
2023-06-01 22:34 UTC (4+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] tests/tcg/aarch64: add DC CVA[D]P tests
[PATCH 0/2] target/s390x: Fix MXDB and MXDBR
2023-06-01 22:30 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tests/tcg/s390x: Test "
[PULL 00/21] NBD and miscellaneous patches for 2023-06-01
2023-06-01 22:03 UTC (22+ messages)
` [PULL 01/21] iotests: Fix test 104 under NBD
` [PULL 02/21] qcow2: Explicit mention of padding bytes
` [PULL 03/21] test-cutils: Avoid g_assert in unit tests
` [PULL 04/21] test-cutils: Use g_assert_cmpuint where appropriate
` [PULL 05/21] test-cutils: Test integral qemu_strto* value on failures
` [PULL 06/21] test-cutils: Test more integer corner cases
` [PULL 07/21] cutils: Fix wraparound parsing in qemu_strtoui
` [PULL 08/21] cutils: Document differences between parse_uint and qemu_strtou64
` [PULL 09/21] cutils: Adjust signature of parse_uint[_full]
` [PULL 10/21] cutils: Allow NULL endptr in parse_uint()
` [PULL 11/21] test-cutils: Add coverage of qemu_strtod
` [PULL 12/21] test-cutils: Prepare for upcoming semantic change in qemu_strtosz
` [PULL 13/21] test-cutils: Refactor qemu_strtosz tests for less boilerplate
` [PULL 14/21] cutils: Allow NULL str in qemu_strtosz
` [PULL 15/21] numa: Check for qemu_strtosz_MiB error
` [PULL 16/21] test-cutils: Add more coverage to qemu_strtosz
` [PULL 17/21] cutils: Set value in all qemu_strtosz* error paths
` [PULL 18/21] cutils: Set value in all integral qemu_strto* "
` [PULL 19/21] cutils: Use parse_uint in qemu_strtosz for negative rejection
` [PULL 20/21] cutils: Improve qemu_strtod* error paths
` [PULL 21/21] cutils: Improve qemu_strtosz handling of fractions
[PATCH v2] pc: q35: Bump max_cpus to 1024
2023-06-01 21:54 UTC (5+ messages)
[PATCH v3 00/19] Fix qemu_strtosz() read-out-of-bounds
2023-06-01 21:46 UTC (4+ messages)
` [PATCH v3 19/19] cutils: Improve qemu_strtosz handling of fractions
[PULL 0/8] Block patches
2023-06-01 21:29 UTC (10+ messages)
` [PULL 1/8] block: add blk_io_plug_call() API
` [PULL 2/8] block/nvme: convert to "
` [PULL 3/8] block/blkio: "
` [PULL 4/8] block/io_uring: "
` [PULL 5/8] block/linux-aio: "
` [PULL 6/8] block: remove bdrv_co_io_plug() API
` [PULL 7/8] block/blkio: use qemu_open() to support fd passing for virtio-blk
` [PULL 8/8] qapi: add '@fdset' feature for BlockdevOptionsVirtioBlkVhostVdpa
[PATCH] qcow2: Explicit mention of padding bytes
2023-06-01 21:25 UTC (3+ messages)
[PATCH 0/6] qemu-img: rebase: add compression support
2023-06-01 21:18 UTC (8+ messages)
` [PATCH 1/6] qemu-img: rebase: stop when reaching EOF of old backing file
` [PATCH 2/6] qemu-iotests: 024: add rebasing test case for overlay_size > backing_size
` [PATCH 3/6] qemu-img: rebase: use backing files' BlockBackend for buffer alignment
` [PATCH 4/6] qemu-img: rebase: avoid unnecessary COW operations
` [PATCH 5/6] qemu-img: add compression option to rebase subcommand
` [PATCH 6/6] iotests: add test 314 for "qemu-img rebase" with compression
Big TCG slowdown when using zstd with aarch64
2023-06-01 21:06 UTC
[PATCH v2 0/2] qemu-img: fix getting stuck in infinite loop on in-chain rebase
2023-06-01 20:54 UTC (2+ messages)
[PATCH v2] target/ppc: Fix nested-hv HEAI delivery
2023-06-01 20:42 UTC (2+ messages)
[PATCH v3 0/3] hw/{i2c, nvme}: mctp endpoint, nvme management interface model
2023-06-01 20:34 UTC (4+ messages)
` [PATCH v3 1/3] hw/i2c: add smbus pec utility function
[PATCH v4] target/ppc: Fix PMU hflags calculation
2023-06-01 20:30 UTC (2+ messages)
[PATCH] pnv/xive2: Quiet down some error messages
2023-06-01 20:30 UTC (2+ messages)
[PATCH v2 0/5] Various xive fixes
2023-06-01 20:30 UTC (2+ messages)
[PATCH v3 00/48] tcg: Build once for system, once for user
2023-06-01 20:23 UTC (11+ messages)
` [PATCH v3 12/48] target/arm: Fix test of TCG_OVERSIZED_GUEST
` [PATCH v3 18/48] tcg: Remove outdated comments in helper-head.h
` [PATCH v3 21/48] tcg: Move temp_idx and tcgv_i32_temp debug out of line
` [PATCH v3 28/48] tcg: Split tcg/tcg-op-gvec.h
` [PATCH v3 32/48] tcg: Spit out exec/translation-block.h
[PATCH v5 0/9] migration: Add switchover ack capability and VFIO precopy support
2023-06-01 20:22 UTC (3+ messages)
` [PATCH v5 8/9] vfio/migration: Add x-allow-pre-copy VFIO device property
[PATCH] hvf: Handle EC_INSNABORT
2023-06-01 19:21 UTC (6+ messages)
[PATCH v2 0/8] misc AHCI cleanups
2023-06-01 19:17 UTC (2+ messages)
[PATCH 0/6] tests: enable meson test timeouts to improve debuggability
2023-06-01 19:15 UTC (14+ messages)
` [PATCH 1/6] qtest: bump min meson timeout to 60 seconds
` [PATCH 2/6] qtest: bump migration-test timeout to 5 minutes
` [PATCH 3/6] qtest: bump qom-test timeout to 7 minutes
` [PATCH 4/6] qtest: bump aspeed_smc-test timeout to 2 minutes
` [PATCH 5/6] qtest: bump bios-table-test timeout to 6 minutes
` [PATCH 6/6] mtest2make: stop disabling meson test timeouts
[PATCH v5 00/11] *** Add allwinner-r40 support ***
2023-06-01 18:47 UTC (2+ messages)
[PULL v2 00/11] Tracing patches
2023-06-01 18:47 UTC (13+ messages)
` [PULL v2 01/11] *-user: remove the guest_user_syscall tracepoints
` [PULL v2 02/11] trace-events: remove the remaining vcpu trace events
` [PULL v2 03/11] trace: remove vcpu_id from the TraceEvent structure
` [PULL v2 04/11] scripts/qapi: document the tool that generated the file
` [PULL v2 05/11] docs/deprecated: move QMP events bellow QMP command section
` [PULL v2 06/11] qapi: make the vcpu parameters deprecated for 8.1
` [PULL v2 07/11] trace: remove code that depends on setting vcpu
` [PULL v2 08/11] trace: remove control-vcpu.h
` [PULL v2 09/11] tcg: remove the final vestiges of dstate
` [PULL v2 10/11] hw/9pfs: use qemu_xxhash4
` [PULL v2 11/11] accel/tcg: include cs_base in our hash calculations
[PATCH 0/1] hw/arm/sbsa-ref: use XHCI to replace EHCI
2023-06-01 18:07 UTC (11+ messages)
` [PATCH 1/1] "
[PATCH 0/2] Implement PMULL using host intrinsics
2023-06-01 17:13 UTC (6+ messages)
` [PATCH 1/2] target/arm: Use x86 intrinsics to implement PMULL.P64
` [PATCH 2/2] target/i386: Implement PCLMULQDQ using AArch64 PMULL instructions
[PATCH 0/1] hw/ide/core.c: fix handling of unsupported commands
2023-06-01 16:39 UTC (9+ messages)
` [PATCH 1/1] "
[PATCH 0/4] linux-user: Emulate /proc/cpuinfo on s390x
2023-06-01 16:25 UTC (5+ messages)
` [PATCH 1/4] s390x/tcg: Fix CPU address returned by STIDP
` [PATCH 2/4] linux-user/elfload: Expose get_elf_hwcap() on s390x
` [PATCH 3/4] linux-user/elfload: Introduce elf_hwcap_str() "
` [PATCH 4/4] linux-user: Emulate /proc/cpuinfo "
[PATCH 00/11] block: Re-enable the graph lock
2023-06-01 16:05 UTC (3+ messages)
` [PATCH 02/11] qdev-properties-system: Lock AioContext for blk_insert_bs()
[PATCH] SDL: OpenGL 3 window context
2023-06-01 15:47 UTC (2+ messages)
[PATCH v5 0/4] Add gdbstub support to HVF
2023-06-01 15:31 UTC (5+ messages)
` [PATCH v5 1/4] arm: move KVM breakpoints helpers
` [PATCH v5 2/4] hvf: handle access for more registers
` [PATCH v5 3/4] hvf: add breakpoint handlers
` [PATCH v5 4/4] hvf: add guest debugging handlers for Apple Silicon hosts
[PATCH v13 00/10] TCG code quality tracking
2023-06-01 15:26 UTC (10+ messages)
` [PATCH v13 04/10] accel/tcg: add jit stats and time to TBStatistics
[PATCH v3 0/1] Add vpd data for Rainier machine
2023-06-01 14:36 UTC (9+ messages)
` [PATCH v3 1/1] hw/arm/aspeed:Add "
[RFC] linux-user/riscv: Add syscall riscv_hwprobe
2023-06-01 15:15 UTC (2+ messages)
[PATCH v14 00/10] TCG code quality tracking
2023-06-01 15:10 UTC (14+ messages)
` [PATCH v14 03/10] accel: collecting TB execution count
` [PATCH v14 04/10] accel/tcg: add jit stats and time to TBStatistics
` [PATCH v14 06/10] monitor: adding tb_stats hmp command
[PATCH v5 0/2] block/blkio: support fd passing for virtio-blk-vhost-vdpa driver
2023-06-01 15:08 UTC (2+ messages)
[PATCH] vfio: Implement a common device info helper
2023-06-01 15:01 UTC (2+ messages)
[PATCH 0/2] bulk: Remove pointless QOM casts
2023-06-01 15:00 UTC (2+ messages)
[PATCH] hvf: Report HV_DENIED error
2023-06-01 14:56 UTC (2+ messages)
[PATCH v2 0/1] hw/arm/sbsa-ref: add XHCI controller on PCIe
2023-06-01 14:50 UTC (3+ messages)
` [PATCH v2 1/1] "
[PATCH v2 0/6] Vhost-vdpa Shadow Virtqueue Offloads support
2023-06-01 14:37 UTC (6+ messages)
` [PATCH v2 4/6] virtio-net: expose virtio_net_supported_guest_offloads()
[PATCH v3 0/6] Vhost-vdpa Shadow Virtqueue Offloads support
2023-06-01 14:37 UTC (13+ messages)
` [PATCH v3 1/6] include/hw/virtio: make some VirtIODevice const
` [PATCH v3 2/6] vdpa: reuse virtio_vdev_has_feature()
` [PATCH v3 3/6] hw/net/virtio-net: make some VirtIONet const
` [PATCH v3 4/6] virtio-net: expose virtio_net_supported_guest_offloads()
` [PATCH v3 5/6] vdpa: Add vhost_vdpa_net_load_offloads()
` [PATCH v3 6/6] vdpa: Allow VIRTIO_NET_F_CTRL_GUEST_OFFLOADS in SVQ
[PATCH v3 0/3] Trivial cleanups
2023-06-01 14:37 UTC (5+ messages)
[PATCH 00/12] block: more fixes to coroutine_fn marking
2023-06-01 14:22 UTC (4+ messages)
` [PATCH 01/12] file-posix: remove incorrect coroutine_fn calls
[ANNOUNCE] QEMU 8.0.2 Stable released
2023-06-01 14:00 UTC
[ANNOUNCE] QEMU 7.2.3 Stable released
2023-06-01 13:51 UTC
[PATCH 0/9] misc AHCI cleanups
2023-06-01 13:56 UTC (3+ messages)
[PULL 01/11] *-user: remove the guest_user_syscall tracepoints
2023-06-01 13:54 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).