qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-01 16:33:00 to 2023-06-02 12:17:59 UTC [more...]

RFC: target/riscv: Add support for Zacas extension
 2023-06-02 12:16 UTC 

[PATCH v3 0/6] Vhost-vdpa Shadow Virtqueue Offloads support
 2023-06-02 12:05 UTC  (9+ messages)
` [PATCH v3 4/6] virtio-net: expose virtio_net_supported_guest_offloads()
` [PATCH v3 5/6] vdpa: Add vhost_vdpa_net_load_offloads()

[PATCH 0/4] linux-user: Emulate /proc/cpuinfo on s390x
 2023-06-02 12:03 UTC  (3+ messages)
` [PATCH 1/4] s390x/tcg: Fix CPU address returned by STIDP

[PATCH] hvf: Handle EC_INSNABORT
 2023-06-02 11:57 UTC  (8+ messages)

[PATCH v4 0/6] Vhost-vdpa Shadow Virtqueue Offloads support
 2023-06-02 11:52 UTC  (7+ messages)
` [PATCH v4 1/6] include/hw/virtio: make some VirtIODevice const
` [PATCH v4 2/6] vdpa: reuse virtio_vdev_has_feature()
` [PATCH v4 3/6] hw/net/virtio-net: make some VirtIONet const
` [PATCH v4 4/6] virtio-net: expose virtio_net_supported_guest_offloads()
` [PATCH v4 5/6] vdpa: Add vhost_vdpa_net_load_offloads()
` [PATCH v4 6/6] vdpa: Allow VIRTIO_NET_F_CTRL_GUEST_OFFLOADS in SVQ

[PATCH v3 00/48] tcg: Build once for system, once for user
 2023-06-02 11:33 UTC  (22+ messages)
` [PATCH v3 06/48] tcg: Widen CPUTLBEntry comparators to 64-bits
` [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 30/48] exec-all: Widen tb_page_addr_t for user-only
` [PATCH v3 32/48] tcg: Spit out exec/translation-block.h
` [PATCH v3 33/48] include/exec: Remove CODE_GEN_AVG_BLOCK_SIZE
` [PATCH v3 35/48] accel/tcg: Introduce translator_io_start
  ` [PATCH 35.5] target/pcc: Inline gen_icount_io_start()
` [PATCH v3 36/48] accel/tcg: Move translator_fake_ldb out of line

[PATCH v4 0/2] Move ASID test to vhost-vdpa net initialization
 2023-06-02 11:29 UTC  (2+ messages)

[PATCH RFC 0/3] migration: switchover-hold flag
 2023-06-02 11:14 UTC  (6+ messages)
` [PATCH RFC 1/3] migration: switchover-hold parameter
` [PATCH RFC 2/3] Revert "tests/qtest: massively speed up migration-test"
` [PATCH RFC 3/3] qtest/migration: Use switchover-hold to speedup

[PULL 00/10] Migration 20230602 patches
 2023-06-02 10:49 UTC  (11+ messages)
` [PULL 01/10] tests/qtest: add various qtest_qmp_assert_success() variants
` [PULL 02/10] tests/qtest: add support for callback to receive QMP events
` [PULL 03/10] tests/qtest: get rid of 'qmp_command' helper in migration test
` [PULL 04/10] tests/qtest: get rid of some 'qtest_qmp' usage "
` [PULL 05/10] tests/qtest: switch to using event callbacks for STOP event
` [PULL 06/10] tests/qtest: replace wait_command() with qtest_qmp_assert_success
` [PULL 07/10] tests/qtest: capture RESUME events during migration
` [PULL 08/10] tests/qtest: distinguish src/dst migration VM stop/resume events
` [PULL 09/10] tests/qtest: make more migration pre-copy scenarios run non-live
` [PULL 10/10] qtest/migration: Document live=true cases

[PATCH 0/6] qemu-img: rebase: add compression support
 2023-06-02 10:47 UTC  (9+ 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-02 10:41 UTC  (11+ messages)

[PATCH v4 0/2] target/arm: allow DC CVA[D]P in user mode emulation
 2023-06-02 10:27 UTC  (5+ messages)
` [PATCH v4 1/2] "
  ` [PATCH v4 2/2] tests/tcg/aarch64: add DC CVA[D]P tests

[PATCH v3 0/2] Support for print to log vector extension registers
 2023-06-02 10:20 UTC  (5+ messages)
` [PATCH v3 2/2] target/riscv: Add RVV registers to log

[PATCH] e1000e: Add ICR clearing by corresponding IMS bit
 2023-06-02  9:49 UTC  (3+ messages)
` [Intel-wired-lan] "

[RFC v2] linux-user/riscv: Add syscall riscv_hwprobe
 2023-06-02  9:41 UTC 

[PATCH] Use named constants in BCM props
 2023-06-02  9:30 UTC 

[PATCH] hw/ppc/openpic: Do not open-code ROUND_UP() macro
 2023-06-02  9:29 UTC  (2+ messages)

[PATCH 0/1] hw/arm/sbsa-ref: use XHCI to replace EHCI
 2023-06-02  9:29 UTC  (13+ messages)
` [PATCH 1/1] "

[PATCH 0/2] vdpa: map shadow vrings with MAP_SHARED
 2023-06-02  9:25 UTC  (4+ messages)
` [PATCH 1/2] vdpa: reorder vhost_vdpa_net_cvq_cmd_page_len function
` [PATCH 2/2] vdpa: map shadow vrings with MAP_SHARED

[PULL 0/6] Migration 20230601 patches
 2023-06-02  9:17 UTC  (8+ 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 00/14] qemu patches for 64-bit NBD extensions
 2023-06-02  9:13 UTC  (3+ messages)
` [PATCH v3 14/14] nbd/server: Add FLAG_PAYLOAD support to CMD_BLOCK_STATUS

[PATCH v2] pc: q35: Bump max_cpus to 1024
 2023-06-02  8:43 UTC  (6+ messages)

[PATCH] qcow2: add discard-no-unref option
 2023-06-02  8:01 UTC  (4+ messages)

[PATCH v4 00/10] tests/qtest: make migration-test massively faster
 2023-06-02  7:52 UTC  (17+ 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 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] qtest/migration: Document live=true cases

[PATCH] kvm: limit the maximum CPUID.0xA.edx[0..4] to 3
 2023-06-02  7:38 UTC 

[RFC PATCH 0/5] target/ppc: initial SMT support in TCG
 2023-06-02  7:21 UTC  (14+ messages)
` [RFC PATCH 2/5] target/ppc: Add initial flags and helpers for SMT support
` [RFC PATCH 4/5] target/ppc: Add msgsnd/p and DPDES "
` [RFC PATCH 5/5] spapr: Allow up to 8 threads SMT configuration

[PATCH] i386/cpu: Don't emulate L3 cache on 8000_001D if l3-cache is disabled
 2023-06-02  6:52 UTC  (2+ messages)

[PULL 00/21] NBD and miscellaneous patches for 2023-06-01
 2023-06-02  6:32 UTC  (25+ 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
` Conclusion of yet another expensive UI folly (was: [PULL 00/21] NBD and miscellaneous patches for 2023-06-01)

[PATCH v2 0/4] vhost-user-gpu get_edid feature
 2023-06-02  6:30 UTC  (5+ messages)
` [PATCH v2 2/4] docs: vhost-user-gpu: add protocol changes for EDID
` [PATCH v2 3/4] contrib/vhost-user-gpu: implement get_edid feature

[RFC] linux-user/riscv: Add syscall riscv_hwprobe
 2023-06-02  6:25 UTC  (3+ messages)

[PATCH 0/1] virtio: add a new vcpu stall watchdog
 2023-06-02  3:22 UTC  (2+ messages)
` [PATCH 1/1] Add a new virtio pci device named virtio-vcpu-stall-watchdog-pci

[PATCH 00/16] target/riscv, KVM: fixes and enhancements
 2023-06-02  4:17 UTC  (3+ messages)
` [PATCH 01/16] target/riscv: skip features setup for KVM CPUs

[PATCH v14 00/10] TCG code quality tracking
 2023-06-02  4:02 UTC  (7+ messages)
` [PATCH v14 03/10] accel: collecting TB execution count

[PATCH v2 0/6] target/riscv: Add RISC-V Virtual IRQs and IRQ filtering support
 2023-06-02  3:26 UTC  (9+ messages)
` [PATCH v2 1/6] target/riscv: Without H-mode mask all HS mode inturrupts in mie
` [PATCH v2 2/6] target/riscv: Check for async flag in case of RISCV_EXCP_SEMIHOST
` [PATCH v2 3/6] target/riscv: Set VS* bits to one in mideleg when H-Ext is enabled
` [PATCH v2 4/6] target/riscv: Split interrupt logic from riscv_cpu_update_mip

[PATCH v7 0/3] hw/riscv/virt: pflash improvements
 2023-06-02  2:11 UTC  (2+ messages)

[PATCH 0/4] target/riscv: Fix mstatus related problems
 2023-06-02  1:31 UTC  (6+ messages)
` [PATCH 2/4] target/riscv: Remove check on mode for MPRV

[ANNOUNCE] KVM Microconference at LPC 2023
 2023-06-02  0:23 UTC  (3+ messages)

[PATCH v3 0/9] tests/qtest: make migration-test massively faster
 2023-06-01 23:43 UTC  (19+ 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/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 "

[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  (2+ messages)

[PATCH] qcow2: Explicit mention of padding bytes
 2023-06-01 21:25 UTC  (3+ messages)

[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 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 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  (2+ messages)

[PATCH 0/2] Implement PMULL using host intrinsics
 2023-06-01 17:13 UTC  (3+ messages)
` [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] "


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