qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-18 07:55:28 to 2025-02-18 21:38:07 UTC [more...]

[PATCH 00/42] docs: add sphinx-domain rST generator to qapidoc
 2025-02-18 21:36 UTC  (9+ messages)
` [PATCH 27/42] qapi: differentiate "intro" and "detail" sections
` [PATCH 28/42] qapi/parser: prohibit untagged sections between tagged sections

[PATCH 0/5] Renesas RX target fixes
 2025-02-18 21:21 UTC  (15+ messages)
` [PATCH 3/5] target/rx: Reset the CPU at qemu reset time
` [PATCH 4/5] target/rx: Load reset vector from memory after first run
` [PATCH 0/4] Renesas RX target fixes (v2)
  ` [PATCH 1/4] target/rx: Set exception vector base to 0xffffff80
  ` [PATCH 2/4] target/rx: Remove TCG_CALL_NO_WG from helpers which write env
  ` [PATCH 3/4] hw/rx: Reset the CPU at qemu reset time
  ` [PATCH 4/4] rx: Support loading of ELF files too

[PATCH 1/2] migration: Prioritize RDMA in ram_save_target_page()
 2025-02-18 21:03 UTC  (4+ messages)
` [PATCH 2/2] [NOT-FOR-MERGE] Add qtest for migration over RDMA

[PATCH v4 0/3] Enable clang build on Windows
 2025-02-18 20:59 UTC  (6+ messages)

[RFC] migration: Introduce migration throttle event
 2025-02-18 19:21 UTC  (3+ messages)

[PULL 0/9] meson: Disallow 64-bit on 32-bit emulation
 2025-02-18 19:30 UTC  (9+ messages)
` [PULL 3/9] meson: Disallow 64-bit on 32-bit Xen emulation

[PATCH v7 05/52] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
 2025-02-18 19:21 UTC  (2+ messages)

[PATCH v5] hw/arm/virt: Support larger highmem MMIO regions
 2025-02-18 19:21 UTC  (2+ messages)

[PATCH v9 0/3] TPM TIS SPI Support
 2025-02-18 18:55 UTC  (4+ messages)

[PATCH v3 0/2] KVM: SEV: Add support for the ALLOWED_SEV_FEATURES feature
 2025-02-18 18:33 UTC  (11+ messages)
` [PATCH v3 2/2] KVM: SEV: Configure "ALLOWED_SEV_FEATURES" VMCB Field

[PATCH v3 0/5] Fix vIOMMU reset order
 2025-02-18 18:25 UTC  (6+ messages)
` [PATCH v3 1/5] hw/virtio/virtio-iommu: Migrate to 3-phase reset
` [PATCH v3 2/5] hw/i386/intel-iommu: "
` [PATCH v3 3/5] hw/arm/smmuv3: Move reset to exit phase
` [PATCH v3 4/5] hw/vfio/common: Add a trace point in vfio_reset_handler
` [PATCH v3 5/5] docs/devel/reset: Document reset expectations for DMA and IOMMU

[PATCH v2 00/11] rust/block: Add minimal block driver bindings
 2025-02-18 18:20 UTC  (12+ messages)
` [PATCH v2 01/11] rust: Build separate qemu_api_tools and qemu_api_system
` [PATCH v2 02/11] meson: Add rust_block_ss and link tools with it
` [PATCH v2 03/11] rust: Add some block layer bindings
` [PATCH v2 04/11] rust/qemu-api: Add wrappers to run futures in QEMU
` [PATCH v2 05/11] rust/block: Add empty crate
` [PATCH v2 06/11] rust/block: Add I/O buffer traits
` [PATCH v2 07/11] block: Add bdrv_open_blockdev_ref_file()
` [PATCH v2 08/11] rust/block: Add driver module
` [PATCH v2 09/11] rust/block: Add read support for block drivers
` [PATCH v2 10/11] bochs-rs: Add bochs block driver reimplementation in Rust
` [PATCH v2 11/11] rust/block: Add format probing

[PATCH v3 00/28] tcg patch queue
 2025-02-18 18:03 UTC  (3+ messages)
` [PATCH v3 13/28] target/mips: Use VADDR_PRIx for logging pc_next

[PATCH v2 0/2] rust: add module to convert between -errno and io::Error
 2025-02-18 17:57 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH] rust: Prefer link_with over link_whole
 2025-02-18 17:50 UTC  (3+ messages)

[PATCH V2] migration: ram block cpr blockers
 2025-02-18 17:27 UTC  (4+ messages)

[PATCH 00/11] rust/block: Add minimal block driver bindings
 2025-02-18 17:25 UTC  (6+ messages)
` [PATCH 04/11] rust/qemu-api: Add wrappers to run futures in QEMU

[PULL v3 00/28] tcg patch queue
 2025-02-18 17:24 UTC  (2+ messages)
` [PULL v3 13/28] target/mips: Use VADDR_PRIx for logging pc_next

[PATCH 0/7] target/riscv: store max SATP mode as a single integer in RISCVCPUConfig
 2025-02-18 16:57 UTC  (8+ messages)
` [PATCH 1/7] hw/riscv: acpi: only create RHCT MMU entry for supported types
` [PATCH 2/7] target/riscv: env->misa_mxl is a constant
` [PATCH 3/7] target/riscv: assert argument to set_satp_mode_max_supported is valid
` [PATCH 4/7] target/riscv: cpu: store max SATP mode as a single integer
` [PATCH 5/7] target/riscv: update max_satp_mode based on QOM properties
` [PATCH 6/7] target/riscv: remove supported from RISCVSATPMap
` [PATCH 7/7] target/riscv: move satp_mode.{map,init} out of CPUConfig

[PATCH 0/8] xen: Build fixes and dust removal
 2025-02-18 16:53 UTC  (12+ messages)
` [PATCH 1/8] accel/Kconfig: Link XenPVH with GPEX PCIe bridge
` [PATCH 2/8] hw/arm: Do not expose the virt machine on Xen-only binary
` [PATCH 3/8] hw/arm/xen-pvh: Do not allow specifying any CPU type
` [PATCH 4/8] hw/xen/xen-pvh: Reduce included headers
` [PATCH 5/8] hw/xen/xen-hvm: "
` [PATCH 6/8] hw/xen/xen-bus: "
` [PATCH 7/8] hw/xen/xen-legacy-backend: Remove unused 'net/net.h' header
` [PATCH 8/8] meson: Remove support for Xen on 32-bit ARM hosts

[PATCH 0/6] hw/i386/amd_iommu: Orphanize & QDev cleanups
 2025-02-18 16:52 UTC  (3+ messages)

KVM/QEMU community call agenda items for 18/2/25
 2025-02-18 16:51 UTC  (4+ messages)

[PATCH v3 00/19] qom: Constify class_data
 2025-02-18 16:51 UTC  (4+ messages)
` [PATCH v3 19/19] qom: Require TypeInfo::class_data points to const data

[PATCH 0/3] target/riscv/kvm: update to Linux 6.14-rc3
 2025-02-18 16:38 UTC  (4+ messages)
` [PATCH 1/3] linux-headers: Update to Linux v6.14-rc3
` [PATCH 2/3] target/riscv/cpu.c: create flag for ziccrse
` [PATCH 3/3] target/riscv/kvm: add extensions after 6.14-rc3 update

[PULL v2 00/14] Mem next patches
 2025-02-18 16:36 UTC  (7+ messages)
` [PULL v2 11/14] os: add an ability to lock memory on_fault

[PULL v1 00/12] Xen queue
 2025-02-18 16:34 UTC  (4+ messages)
` [PULL v1 10/12] hw/xen: pvh-common: Add support for creating PCIe/GPEX

[PATCH V2 00/45] Live update: vfio and iommufd
 2025-02-18 16:26 UTC  (5+ messages)
` [PATCH V2 02/45] migration: cpr helpers

[PATCH] migration: ram block cpr blockers
 2025-02-18 16:10 UTC  (8+ messages)

[PATCH 00/15] arm: rework id register storage
 2025-02-18 16:06 UTC  (15+ messages)
` [PATCH 01/15] arm/cpu: Add sysreg definitions in cpu-sysregs.h
` [PATCH 02/15] arm/kvm: add accessors for storing host features into idregs
` [PATCH 03/15] arm/cpu: Store aa64isar0 into the idregs arrays
` [PATCH 13/15] arm/cpu: Add infra to handle generated ID register definitions
` [PATCH 15/15] arm/cpu: Add generated files

[PATCH] hw/net/fsl_etsec: Set eTSEC device description and category
 2025-02-18 15:54 UTC 

[PATCH 0/8] riscv: AIA: kernel-irqchip=off support
 2025-02-18 15:53 UTC  (2+ messages)

[PATCH] physmem: replace assertion with error
 2025-02-18 15:45 UTC  (2+ messages)

[PATCH] virtio-serial-bus: Discard throttled VirtQueueElement when virtio-serial closed
 2025-02-18 15:34 UTC  (2+ messages)
` [Ping][PATCH] "

[PATCH 00/14] tests/functional: Convert the replay_kernel tests
 2025-02-18 15:27 UTC  (15+ messages)
` [PATCH 01/14] tests/functional: Provide a proper name for the VMs in the replay tests
` [PATCH 02/14] tests/functional: Convert the xtensa replay test to the functional framework
` [PATCH 03/14] tests/functional: Convert the sparc replay avocado test
` [PATCH 04/14] tests/functional: Convert the 32-bit ppc replay avocado tests
` [PATCH 05/14] tests/functional: Convert the or1k "
` [PATCH 06/14] tests/functional: Convert the ppc64 "
` [PATCH 07/14] tests/functional: Convert the microblaze "
` [PATCH 08/14] tests/functional: Convert the m68k "
` [PATCH 09/14] tests/functional: Convert the arm "
` [PATCH 10/14] tests/functional: Convert the alpha "
` [PATCH 11/14] tests/functional: Convert the s390x "
` [PATCH 12/14] tests/functional: Convert the aarch64 "
` [PATCH 13/14] tests/functional: Convert the x86_64 "
` [PATCH 14/14] tests/functional: Convert the i386 replay avocado test

[PATCH v4] vfio: Add property documentation
 2025-02-18 15:33 UTC  (3+ messages)

[PATCH v4 0/9] vhost-user: Add SHMEM_MAP/UNMAP requests
 2025-02-18 15:04 UTC  (21+ messages)
` [PATCH v4 1/9] vhost-user: Add VirtIO Shared Memory map request
` [PATCH v4 4/9] vhost_user: Add frontend get_shmem_config command
` [PATCH v4 5/9] vhost_user.rst: Add GET_SHMEM_CONFIG message
` [PATCH v4 6/9] qmp: add shmem feature map
` [PATCH v4 7/9] vhost-user-devive: Add shmem BAR
` [PATCH v4 8/9] vhost_user: Add mem_read/write backend requests
` [PATCH v4 9/9] vhost_user.rst: Add MEM_READ/WRITE messages

[PATCH] meson: Display summary of Darwin libraries detected
 2025-02-18 14:55 UTC  (3+ messages)

[PATCH v6 0/4] Allow to enable multifd and postcopy migration together
 2025-02-18 14:28 UTC  (13+ messages)
` [PATCH v6 2/4] migration: enable multifd and postcopy together
` [PATCH v6 3/4] tests/qtest/migration: consolidate set capabilities
` [PATCH v6 4/4] tests/qtest/migration: add postcopy tests with multifd

[sdl-qemu] [PATCH] disas/sparc: Fix integer overflow in compare_opcodes()
 2025-02-18 10:28 UTC  (2+ messages)

[PATCH] vdpa: Allow vDPA to work on big-endian machine
 2025-02-18 14:02 UTC  (7+ messages)

[PATCH] vhost: Don't set vring call if guest notifier is disabled
 2025-02-18 12:02 UTC  (2+ messages)

Strange floating-point behaviour with some CPU models
 2025-02-18 11:31 UTC 

[PATCH v6 0/7] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
 2025-02-18 13:54 UTC  (3+ messages)

ROM files and non-x86
 2025-02-18 13:11 UTC  (8+ messages)

[PATCH v2 0/3] docs: Small changes to system/arm/cpu-features and more
 2025-02-18 12:02 UTC  (7+ messages)
` [PATCH v2 2/3] docs/cpu-features: Update "PAuth" (Pointer Authentication) details

[PATCH v2] vhost-user-snd: correct the calculation of config_size
 2025-02-18 11:45 UTC 

[PATCH v2 0/6] Enable shared device assignment
 2025-02-18 10:46 UTC  (11+ messages)
` [PATCH v2 2/6] memory: Change memory_region_set_ram_discard_manager() to return the result
` [PATCH v2 3/6] memory-attribute-manager: Introduce MemoryAttributeManager to manage RAMBLock with guest_memfd
` [PATCH v2 4/6] memory-attribute-manager: Introduce a callback to notify the shared/private state change
` [PATCH v2 5/6] memory: Attach MemoryAttributeManager to guest_memfd-backed RAMBlocks

[PATCH v2 00/18] Add i.MX 8M Plus EVK machine
 2025-02-18 10:33 UTC  (5+ messages)
` [PATCH v2 03/18] hw/gpio/pca955*: Move Kconfig switches next to implementations

qemu 10.0 release and the next debian stable release (trixie)
 2025-02-18 10:29 UTC  (3+ messages)

[PULL 00/32] testing updates for 10.0 (tuxrun, libvirt, dockerfiles, misc)
 2025-02-18 10:06 UTC  (5+ messages)
` [PULL 23/32] tests/functional: extend test_aarch64_virt with vulkan test

[PATCH v4] net: vhost-user: add QAPI events to report connection state
 2025-02-18 10:02 UTC  (3+ messages)

[PATCH 00/22] target/riscv: declarative CPU definitions
 2025-02-18  9:30 UTC  (6+ messages)
` [PATCH 06/22] target/riscv: add more RISCVCPUDef fields

[PATCH v3 00/28] Support AST2700 A1
 2025-02-18  9:25 UTC  (6+ messages)
` [PATCH v3 11/28] hw/intc/aspeed: Introduce IRQ handler function to reduce code duplication
` [PATCH v3 13/28] hw/intc/aspeed: Add Support for AST2700 INTCIO Controller

[PATCH v2 0/3] CXL CCI Log Commands implementation
 2025-02-18  8:57 UTC  (4+ messages)
    ` [PATCH v2 1/3] hw/cxl/cxl-mailbox-utils.c: Added support for Get Log Capabilities (Opcode 0402h)
    ` [PATCH v2 2/3] hw/cxl/cxl-mailbox-utils.c: Added support for Clear Log (Opcode 0403h)
    ` [PATCH v2 3/3] hw/cxl/cxl-mailbox-utils.c: Added support for Populate Log (Opcode 0404h)

[PATCH] docs: rust: fix typos
 2025-02-18  9:09 UTC  (3+ messages)

[PATCH] hw/timer/hpet: Detect invalid access to TN registers
 2025-02-18  9:07 UTC  (3+ messages)

[PATCH] rust: Fix the typos in doc
 2025-02-18  9:21 UTC 

[PATCH] docs: rust: update description of crates
 2025-02-18  9:06 UTC  (2+ messages)

[PATCH v3] spapr: nested: Add support for reporting Hostwide state counter
 2025-02-18  8:21 UTC  (3+ messages)

[PATCH] i386: Fix the missing Rust HPET configuration option
 2025-02-18  8:40 UTC  (3+ messages)

[PATCH] rust: Prefer std::ptr over core::ptr
 2025-02-18  8:09 UTC  (2+ messages)

[PATCH v9 0/4] chardev: implement backend chardev multiplexing
 2025-02-18  7:57 UTC  (4+ messages)
` [PATCH v9 2/4] chardev/char-hub: implement backend chardev aggregator

[PATCH v3 0/9] migration: Fix issues during qmp_migrate_cancel
 2025-02-18  7:54 UTC  (3+ messages)
` [PATCH v3 3/9] migration: Change migrate_fd_ to migration_


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