qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-11 15:33:26 to 2024-06-12 13:40:25 UTC [more...]

[PATCH 0/5] Reinstate ability to use Qemu on pre-SSE4.1 x86 hosts
 2024-06-12 13:39 UTC  (20+ messages)
` [PATCH 1/5] Revert "host/i386: assume presence of POPCNT"
` [PATCH 2/5] Revert "host/i386: assume presence of SSSE3"
` [PATCH 3/5] Revert "host/i386: assume presence of SSE2"
` [PATCH 4/5] Revert "host/i386: assume presence of CMOV"
` [PATCH 5/5] Revert "meson: assume x86-64-v2 baseline ISA"

[PATCH v2] accel/tcg: Fix typo causing tb->page_addr[1] to not be recorded
 2024-06-12 13:32 UTC  (3+ messages)

[PATCH v3] accel/tcg: Fix typo causing tb->page_addr[1] to not be recorded
 2024-06-12 13:30 UTC 

[PATCH v2 00/22] qapi: Kill 'qapi/qmp/qerror.h' for good
 2024-06-12 13:27 UTC  (6+ messages)
` [RFC PATCH v2 21/22] qapi: Inline and remove QERR_UNSUPPORTED definition

[PATCH 0/3] memory: Constify IOMMUTLBEvent in memory_region_notify_iommu*()
 2024-06-12 13:25 UTC  (4+ messages)
` [PATCH 1/3] memory: Constify IOMMUTLBEvent in memory_region_notify_iommu_one()
` [PATCH 2/3] memory: Constify IOMMUTLBEvent in memory_region_notify_iommu()
` [PATCH 3/3] hw/i386/iommu: Constify IOMMUTLBEvent in vtd_page_walk_hook prototype

[PULL 00/15] CPU-related test updates
 2024-06-12 13:20 UTC  (16+ messages)
` [PULL 01/15] tests/avocado: Update LoongArch bios file
` [PULL 02/15] qtest/x86/numa-test: do not use the obsolete 'pentium' cpu
` [PULL 03/15] tests/qtest/libqtest: add qtest_has_cpu_model() api
` [PULL 04/15] tests/qtest/x86: check for availability of older cpu models before running tests
` [PULL 05/15] meson: Remove libibumad dependence
` [PULL 06/15] test: "
` [PULL 07/15] tests/unit/test-smp-parse: Fix comments of drawers and books case
` [PULL 08/15] tests/unit/test-smp-parse: Fix comment of parameters=1 case
` [PULL 09/15] tests/unit/test-smp-parse: Fix an invalid topology case
` [PULL 10/15] tests/unit/test-smp-parse: Use default parameters=0 when not set in -smp
` [PULL 11/15] tests/unit/test-smp-parse: Make test cases aware of module level
` [PULL 12/15] tests/unit/test-smp-parse: Test "modules" parameter in -smp
` [PULL 13/15] tests/unit/test-smp-parse: Test "modules" and "dies" combination case
` [PULL 14/15] tests/unit/test-smp-parse: Test the full 8-levels topology hierarchy
` [PULL 15/15] tests/tcg/s390x: Allow specifying extra QEMU options on the command line

[PATCH RESEND v7 00/12] vhost-user: support any POSIX system (tested on macOS, FreeBSD, OpenBSD)
 2024-06-12 13:20 UTC  (14+ messages)
` [PATCH RESEND v7 01/12] libvhost-user: set msg.msg_control to NULL when it is empty
` [PATCH RESEND v7 02/12] libvhost-user: fail vu_message_write() if sendmsg() is failing
` [PATCH RESEND v7 03/12] libvhost-user: mask F_INFLIGHT_SHMFD if memfd is not supported
` [PATCH RESEND v7 04/12] vhost-user-server: do not set memory fd non-blocking
` [PATCH RESEND v7 05/12] contrib/vhost-user-blk: fix bind() using the right size of the address
` [PATCH RESEND v7 06/12] contrib/vhost-user-*: use QEMU bswap helper functions
` [PATCH RESEND v7 07/12] vhost-user: enable frontends on any POSIX system
` [PATCH RESEND v7 08/12] libvhost-user: enable it "
` [PATCH RESEND v7 09/12] contrib/vhost-user-blk: "
` [PATCH RESEND v7 10/12] hostmem: add a new memory backend based on POSIX shm_open()
` [PATCH RESEND v7 11/12] tests/qtest/vhost-user-blk-test: use memory-backend-shm
` [PATCH RESEND v7 12/12] tests/qtest/vhost-user-test: add a test case for memory-backend-shm

[PATCH v5 0/1] qga/linux: Add new api 'guest-network-get-route'
 2024-06-12 13:20 UTC  (5+ messages)
` [PATCH v5 1/1] "

[PATCH 0/3] semihosting: Restrict to TCG
 2024-06-12 13:12 UTC  (7+ messages)
` [PATCH 3/3] "

[PATCH v1 00/16] vfio: QOMify VFIOContainer
 2024-06-12 13:01 UTC  (17+ messages)
` [PATCH v1 01/16] vfio: Make vfio_devices_dma_logging_start() return bool
` [PATCH v1 02/16] vfio: Remove unused declarations from vfio-common.h
` [PATCH v1 03/16] vfio/common: Move dirty tracking ranges update to helper
` [PATCH v1 04/16] vfio/common: Extract vIOMMU code from vfio_sync_dirty_bitmap()
` [PATCH v1 05/16] vfio/container: Introduce vfio_address_space_insert()
` [PATCH v1 06/16] vfio/container: Simplify vfio_container_init()
` [PATCH v1 07/16] vfio/container: Modify vfio_get_iommu_type() to use a container fd
` [PATCH v1 08/16] vfio/container: Introduce vfio_get_iommu_class_name()
` [PATCH v1 09/16] vfio/container: Introduce vfio_create_container()
` [PATCH v1 10/16] vfio/container: Discover IOMMU type before creating the container
` [PATCH v1 11/16] vfio/container: Change VFIOContainerBase to use QOM
` [PATCH v1 12/16] vfio/container: Switch to QOM
` [PATCH v1 13/16] vfio/container: Introduce an instance_init() handler
` [PATCH v1 14/16] vfio/container: Remove VFIOContainerBase::ops
` [PATCH v1 15/16] vfio/container: Remove vfio_container_init()
` [PATCH v1 16/16] vfio/container: Introduce vfio_iommu_legacy_instance_init()

assert fails in s390x TCG
 2024-06-12 13:08 UTC  (7+ messages)

[PATCH v7 00/13] vhost-user: support any POSIX system (tested on macOS, FreeBSD, OpenBSD)
 2024-06-12 13:03 UTC  (2+ messages)

[PATCH v3] hw/arm/virt: Avoid unexpected warning from Linux guest on host with Fujitsu CPUs
 2024-06-12 12:50 UTC  (7+ messages)

[PATCH v5 0/5] vvfat: Fix write bugs for large files and add iotests
 2024-06-12 12:43 UTC  (6+ messages)
` [PATCH v5 1/5] vvfat: Fix bug in writing to middle of file
` [PATCH v5 2/5] vvfat: Fix usage of `info.file.offset`
` [PATCH v5 3/5] vvfat: Fix wrong checks for cluster mappings invariant
` [PATCH v5 4/5] vvfat: Fix reading files with non-continuous clusters
` [PATCH v5 5/5] iotests: Add `vvfat` tests

[RFC PATCH] memory: Introduce memory region fetch operation
 2024-06-12 12:43 UTC  (2+ messages)

[PATCH] accel/tcg: Fix typo causing tb->page_addr[1] to not be recorded
 2024-06-12 12:37 UTC  (3+ messages)

[RFC PATCH v2 0/5] Implement ARM PL011 in Rust
 2024-06-12 12:29 UTC  (4+ messages)
` [RFC PATCH v2 3/5] rust: add PL011 device model

QEMU plugin past, present and future examples
 2024-06-12 12:27 UTC 

[PATCH v3 00/13] riscv: QEMU RISC-V IOMMU Support
 2024-06-12 12:10 UTC  (8+ messages)
` [PATCH v3 03/13] hw/riscv: add RISC-V IOMMU base emulation

[PATCH v3 0/4] hw/mips/loongson3_virt: Implement IPI support
 2024-06-12 12:09 UTC  (2+ messages)

[PATCH v3 0/4] allow to deprecate objects and devices
 2024-06-12 11:44 UTC  (8+ messages)
` [PATCH v3 1/4] qom: allow to mark objects as deprecated or not secure
` [PATCH v3 4/4] qdev: add device policy [RfC]

[PATCH] scripts/qcow2-to-stdout.py: Add script to write qcow2 images to stdout
 2024-06-12 11:25 UTC  (5+ messages)

[RFC PATCH] system/physmem: Support IOMMU granularity smaller than TARGET_PAGE size
 2024-06-12 10:10 UTC 

[PATCH 0/8] tests/unit/test-smp-sparse: Misc Cleanup and Add Module Test
 2024-06-12 10:01 UTC  (11+ messages)
` [PATCH 1/8] tests/unit/test-smp-parse: Fix comments of drawers and books case
` [PATCH 2/8] tests/unit/test-smp-parse: Fix comment of parameters=1 case
` [PATCH 3/8] tests/unit/test-smp-parse: Fix an invalid topology case
` [PATCH 4/8] tests/unit/test-smp-parse: Use default parameters=0 when not set in -smp
` [PATCH 5/8] tests/unit/test-smp-parse: Make test cases aware of module level

[PATCH v1] virtio-iommu: add error check before assert
 2024-06-12  9:46 UTC  (5+ messages)

[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
 2024-06-12  9:24 UTC  (10+ messages)
` [PATCH v5 17/65] i386/tdx: Adjust the supported CPUID based on TDX restrictions
` [PATCH v5 18/65] i386/tdx: Make Intel-PT unsupported for TD guest
` [PATCH v5 25/65] i386/tdx: Add property sept-ve-disable for tdx-guest object

[RFC PATCH] migration/savevm: do not schedule snapshot_save_job_bh in qemu_aio_context
 2024-06-12  9:20 UTC  (5+ messages)

Updated invitation: QEMU/KVM developers conference call @ Every 2 weeks from 13:00 to 14:00 on Tuesday from Tue 19 Mar to Tue 11 Jun (GMT) (qemu-devel@nongnu.org)
 2024-06-12  9:09 UTC 

Updated invitation: QEMU/KVM developers conference call @ Every 2 weeks from 14:00 to 15:00 on Tuesday (BST) (qemu-devel@nongnu.org)
 2024-06-12  9:09 UTC 

[RFC PATCH v1 0/6] Implement ARM PL011 in Rust
 2024-06-12  8:25 UTC  (12+ messages)
` [RFC PATCH v1 1/6] build-sys: Add rust feature option

[RFC PATCH 00/16] Implements RISC-V WorldGuard extension v0.4
 2024-06-12  8:14 UTC  (17+ messages)
` [RFC PATCH 01/16] accel/tcg: Store section pointer in CPUTLBEntryFull
` [RFC PATCH 02/16] accel/tcg: memory access from CPU will pass access_type to IOMMU
` [RFC PATCH 03/16] exec: Add RISC-V WorldGuard WID to MemTxAttrs
` [RFC PATCH 04/16] hw/misc: riscv_worldguard: Add RISC-V WorldGuard global config
` [RFC PATCH 05/16] target/riscv: Add CPU options of WorldGuard CPU extension
` [RFC PATCH 06/16] target/riscv: Add hard-coded CPU state of WG extension
` [RFC PATCH 07/16] target/riscv: Add defines for WorldGuard CSRs
` [RFC PATCH 08/16] target/riscv: Allow global WG config to set WG CPU callbacks
` [RFC PATCH 09/16] target/riscv: Implement WorldGuard CSRs
` [RFC PATCH 10/16] target/riscv: Add WID to MemTxAttrs of CPU memory transactions
` [RFC PATCH 11/16] hw/misc: riscv_worldguard: Add API to enable WG extension of CPU
` [RFC PATCH 12/16] hw/misc: riscv_wgchecker: Implement RISC-V WorldGuard Checker
` [RFC PATCH 13/16] hw/misc: riscv_wgchecker: Implement wgchecker slot registers
` [RFC PATCH 14/16] hw/misc: riscv_wgchecker: Implement correct block-access behavior
` [RFC PATCH 15/16] hw/misc: riscv_wgchecker: Check the slot settings in translate
` [RFC PATCH 16/16] hw/riscv: virt: Add WorldGuard support

about QEMU TLS
 2024-06-12  7:44 UTC  (5+ messages)

[PATCH v4 0/1] qga/linux: Add new api 'guest-network-get-route'
 2024-06-12  7:31 UTC  (4+ messages)
` [PATCH v4 1/1] "

[RFC PATCH v2 0/2] ui/gtk: Introduce new param - Connectors
 2024-06-12  6:42 UTC  (6+ messages)

[PATCH 00/26] hw/ppc: Prefer HumanReadableText over Monitor
 2024-06-12  5:48 UTC  (2+ messages)

[PATCH v4 0/4] hw/nvme: FDP and SR-IOV enhancements
 2024-06-12  5:45 UTC  (2+ messages)

[PATCH] ui/gtk: Wait until the current guest frame is rendered before switching to RUN_STATE_SAVE_VM
 2024-06-12  5:44 UTC  (6+ messages)

[PATCH] hw/loongarch/virt: Remove unused assignment
 2024-06-12  3:36 UTC 

[PATCH v7 0/2] Support RISC-V IOPMP
 2024-06-12  3:17 UTC  (3+ messages)
` [PATCH v7 1/2] hw/misc/riscv_iopmp: Add RISC-V IOPMP device
` [PATCH v7 2/2] hw/riscv/virt: Add IOPMP support

[PATCH 0/6] target/riscv: Add support for Control Transfer Records Ext
 2024-06-12  3:13 UTC  (5+ messages)
` [PATCH 3/6] target/riscv: Add support for Control Transfer Records extension CSRs

qemu-riscv32 usermode still broken?
 2024-06-12  1:26 UTC  (5+ messages)

[PATCH RESEND 0/6] Introduce extension implied rules
 2024-06-12  1:21 UTC  (3+ messages)
` [PATCH RESEND 2/6] target/riscv: Introduce extension implied rule helpers

[PATCH v3 0/6] Rework x86 page table walks
 2024-06-11 18:49 UTC  (4+ messages)
` [PATCH v3 1/6] Add an "info pg" command that prints the current page tables

[PATCH v4 0/4] vvfat: Fix write bugs for large files and add iotests
 2024-06-11 18:11 UTC  (7+ messages)
` [PATCH v4 2/4] vvfat: Fix usage of `info.file.offset`

[PATCH v4 0/5] backup: discard-source parameter
 2024-06-11 17:49 UTC  (3+ messages)
` [PATCH v4 5/5] iotests: add backup-discard-source

[PULL 0/8] Block layer patches
 2024-06-11 17:36 UTC  (9+ messages)
` [PULL 1/8] block: drop force_dup parameter of raw_reconfigure_getfd()
` [PULL 2/8] Revert "monitor: use aio_co_reschedule_self()"
` [PULL 3/8] aio: warn about iohandler_ctx special casing
` [PULL 4/8] qemu-io: add cvtnum() error handling for zone commands
` [PULL 5/8] block/copy-before-write: use uint64_t for timeout in nanoseconds
` [PULL 6/8] linux-aio: add IO_CMD_FDSYNC command support
` [PULL 7/8] block/crypto: create ciphers on demand
` [PULL 8/8] crypto/block: drop qcrypto_block_open() n_threads argument

[PATCH 0/1] i386/tcg fix for IRET as used in dotnet runtime
 2024-06-11 16:20 UTC  (2+ messages)
` [PATCH 1/1] i386/tcg: Allow IRET from user mode to user mode for "

[PATCH v2 0/7] Live migration acceleration with UADK
 2024-06-11 15:47 UTC  (14+ messages)
` [PATCH v2 1/7] docs/migration: add uadk compression feature
` [PATCH v2 2/7] configure: Add uadk option
` [PATCH v2 3/7] migration/multifd: add uadk compression framework
` [PATCH v2 4/7] migration/multifd: Add UADK initialization
` [PATCH v2 5/7] migration/multifd: Add UADK based compression and decompression
` [PATCH v2 6/7] migration/multifd: Switch to no compression when no hardware support


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