qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-04 08:00:31 to 2025-07-04 13:13:36 UTC [more...]

[PATCH v2 00/24] migration: Unify capabilities and parameters
 2025-07-04 13:12 UTC  (9+ messages)
` [PATCH v2 02/24] migration: Add a qdev property for StrOrNull
` [PATCH v2 03/24] migration: Normalize tls arguments

[PATCH v4 1/3] net/af-xdp: Remove XDP program cleanup logic
 2025-07-04 13:05 UTC  (3+ messages)
` [PATCH v4 2/3] net/af-xdp: Fix up cleanup path upon failure in queue creation
` [PATCH v4 3/3] net/af-xdp: Support pinned map path for AF_XDP sockets

[PATCH 0/6] target/arm: Few accel cleanups
 2025-07-04 13:03 UTC  (3+ messages)
` [PATCH 2/6] target/arm: Only allow disabling NEON when using TCG

[PATCH v4 00/11] target/arm: Fix M-profile helper loads/stores alignment checks
 2025-07-04 12:59 UTC  (2+ messages)

[PULL 0/9] Various fixes for MAINTAINERS, s390x and tests
 2025-07-03 13:37 UTC  (2+ messages)

[PULL 00/15] Maintainer updates for June (gitlab, semihosting, plugins, virtio-gpu)
 2025-07-03 13:37 UTC  (2+ messages)

[PATCH v4 00/65] accel: Preparatory cleanups for split-accel
 2025-07-04 12:45 UTC  (20+ messages)
` [PATCH v4 27/65] accel/hvf: Implement get_vcpu_stats()
` [PATCH v4 28/65] accel/hvf: Report missing com.apple.security.hypervisor entitlement
` [PATCH v4 33/65] accel/hvf: Replace @dirty field by generic CPUState::vcpu_dirty field
` [PATCH v4 47/65] accel: Introduce AccelOpsClass::cpu_thread_routine handler
` [PATCH v4 50/65] accel/hvf: Convert to AccelOpsClass::cpu_thread_routine
` [PATCH v4 51/65] accel/kvm: "
` [PATCH v4 56/65] accel: Expose and register generic_handle_interrupt()
` [PATCH v4 58/65] accel: Always register AccelOpsClass::get_elapsed_ticks() handler
` [PATCH v4 59/65] accel: Always register AccelOpsClass::get_virtual_clock() handler

[PATCH] hw/arm/highbank: Mark the "highbank" and the "midway" machine as deprecated
 2025-07-04 12:40 UTC  (2+ messages)

[PATCH V2 0/5] fast qom tree get
 2025-07-04 12:33 UTC  (7+ messages)
` [PATCH V2 1/5] qom: qom-tree-get
` [PATCH V2 4/5] qom: qom-list-getv

[PATCH v7 0/4] ARM Nested Virt Support
 2025-07-04 12:22 UTC  (7+ messages)
` [PATCH v7 1/4] hw/arm: Allow setting KVM vGIC maintenance IRQ
` [PATCH v7 3/4] target/arm: Enable feature ARM_FEATURE_EL2 if EL2 is supported
` [PATCH v7 4/4] hw/arm/virt: Allow virt extensions with KVM

[PATCH 0/2] rust: add Derive macro unit tests
 2025-07-04 12:37 UTC  (7+ messages)
` [PATCH 1/2] rust/qemu-api-macros: normalize TryInto output
` [PATCH 2/2] rust/qemu-api-macros: add unit tests

[PATCH v6 00/39] accel: Preparatory cleanups for split-accel
 2025-07-04 11:49 UTC  (83+ messages)
` [PATCH v6 02/39] system/memory: Restrict eventfd dispatch_write() to emulators
` [PATCH v6 03/39] system/runstate: Document qemu_add_vm_change_state_handler()
` [PATCH v6 04/39] system/cpus: Assert interrupt handling is done with BQL locked
` [PATCH v6 05/39] accel/kvm: Remove kvm_init_cpu_signals() stub
` [PATCH v6 06/39] accel/kvm: Reduce kvm_create_vcpu() declaration scope
` [PATCH v6 07/39] accel/tcg: Remove 'info opcount' and @x-query-opcount
` [PATCH v6 08/39] accel/tcg: Remove profiler leftover
` [PATCH v6 09/39] accel/tcg: Factor tcg_dump_flush_info() out
` [PATCH v6 10/39] accel/tcg: Factor tcg_dump_stats() out for re-use
` [PATCH v6 11/39] accel/tcg: Extract statistic related code to tcg-stats.c
` [PATCH v6 12/39] accel: Move supports_guest_debug() declaration to AccelClass
` [PATCH v6 13/39] accel: Move cpus_are_resettable() "
` [PATCH v6 14/39] accel/hvf: Restrict internal declarations
` [PATCH v6 15/39] accel/hvf: Move per-cpu method declarations to hvf-accel-ops.c
` [PATCH v6 16/39] accel/hvf: Move generic method declarations to hvf-all.c
` [PATCH v6 18/39] accel/hvf: Replace @dirty field by generic CPUState::vcpu_dirty field
` [PATCH v6 19/39] accel/nvmm: "
` [PATCH v6 20/39] accel/whpx: "
` [PATCH v6 21/39] accel/kvm: Remove kvm_cpu_synchronize_state() stub
` [PATCH v6 22/39] accel/system: Document cpu_synchronize_state()
` [PATCH v6 23/39] accel/system: Document cpu_synchronize_state_post_init/reset()
` [PATCH v6 24/39] accel/nvmm: Expose nvmm_enabled() to common code
` [PATCH v6 25/39] accel/whpx: Expose whpx_enabled() "
` [PATCH v6 26/39] accel/dummy: Extract 'dummy-cpus.h' header from 'system/cpus.h'
` [PATCH v6 27/39] accel: Pass old/new interrupt mask to handle_interrupt() handler
` [PATCH v6 28/39] accel: Expose and register generic_handle_interrupt()
` [PATCH v6 29/39] accel: Keep reference to AccelOpsClass in AccelClass
` [PATCH v6 30/39] accel: Propagate AccelState to AccelClass::init_machine()
` [PATCH v6 31/39] accel/kvm: Prefer local AccelState over global MachineState::accel
` [PATCH v6 32/39] accel/tcg: Prefer local AccelState over global current_accel()
` [PATCH v6 33/39] accel: Directly pass AccelState argument to AccelClass::has_memory()
` [PATCH v6 34/39] accel/kvm: Directly pass KVMState argument to do_kvm_create_vm()
` [PATCH v6 35/39] accel: Remove unused MachineState argument of AccelClass::setup_post()
` [PATCH v6 36/39] accel: Pass AccelState argument to gdbstub_supported_sstep_flags()
` [PATCH v6 37/39] accel: Rename 'system/accel-ops.h' -> 'accel/accel-cpu-ops.h'
` [PATCH v6 38/39] accel: Extract AccelClass definition to 'accel/accel-ops.h'

[PULL 00/40] riscv-to-apply queue
 2025-07-04 11:12 UTC  (41+ messages)
` [PULL 01/40] target/riscv: Add the checking into stimecmp write function
` [PULL 02/40] hw/intc: riscv_aclint: Fix mtime write for sstc extension
` [PULL 03/40] target/riscv: Fix VSTIP bit in "
` [PULL 04/40] target/riscv: Enable/Disable S/VS-mode Timer when STCE bit is changed
` [PULL 05/40] target/riscv/cpu.c: fix zama16b order in isa_edata_arr[]
` [PULL 06/40] target/riscv/tcg: restrict satp_mode changes in cpu_set_profile
` [PULL 07/40] target/riscv/tcg: decouple profile enablement from user prop
` [PULL 08/40] target/riscv: add profile->present flag
` [PULL 09/40] target/riscv: Extend PMP region up to 64
` [PULL 10/40] target/riscv: remove capital 'Z' CPU properties
` [PULL 11/40] target/riscv/cpu.c: add 'sdtrig' in riscv,isa
` [PULL 12/40] target/riscv/cpu.c: add 'ssstrict' to riscv, isa
` [PULL 13/40] target/riscv/cpu.c: do better with 'named features' doc
` [PULL 14/40] target/riscv: support atomic instruction fetch (Ziccif)
` [PULL 15/40] target/riscv/kvm: add max_satp_mode from host cpu
` [PULL 16/40] target/riscv: Make PMP region count configurable
` [PULL 17/40] hw/riscv/riscv-iommu: Fix PPN field of Translation-reponse register
` [PULL 18/40] target/riscv: use qemu_chr_fe_write_all() in DBCN_CONSOLE_WRITE_BYTE
` [PULL 19/40] target/riscv: Fix fcvt.s.bf16 NaN box checking
` [PULL 20/40] hw/char: sifive_uart: Avoid infinite delay of async xmit function
` [PULL 21/40] hw/riscv/virt: Fix clint base address type
` [PULL 22/40] hw/riscv/virt: Use setprop_sized_cells for clint
` [PULL 23/40] hw/riscv/virt: Use setprop_sized_cells for memory
` [PULL 24/40] hw/riscv/virt: Use setprop_sized_cells for aplic
` [PULL 25/40] hw/riscv/virt: Use setprop_sized_cells for aclint
` [PULL 26/40] hw/riscv/virt: Use setprop_sized_cells for plic
` [PULL 27/40] hw/riscv/virt: Use setprop_sized_cells for virtio
` [PULL 28/40] hw/riscv/virt: Use setprop_sized_cells for reset
` [PULL 29/40] hw/riscv/virt: Use setprop_sized_cells for uart
` [PULL 30/40] hw/riscv/virt: Use setprop_sized_cells for rtc
` [PULL 31/40] hw/riscv/virt: Use setprop_sized_cells for iommu
` [PULL 32/40] hw/riscv/virt: Use setprop_sized_cells for pcie
` [PULL 33/40] target/riscv: Add BOSC's Xiangshan Kunminghu CPU
` [PULL 34/40] hw/riscv: Initial support for BOSC's Xiangshan Kunminghu FPGA prototype
` [PULL 35/40] target/riscv: rvv: Fix missing exit TB flow for ldff_trans
` [PULL 36/40] migration: Fix migration failure when aia is configured as aplic-imsic
` [PULL 37/40] target/riscv: Fix MEPC/SEPC bit masking for IALIGN
` [PULL 38/40] tests/tcg/riscv64: Add test for MEPC bit masking
` [PULL 39/40] target/riscv: Add a property to set vill bit on reserved usage of vsetvli instruction
` [PULL 40/40] target: riscv: Add Svrsw60t59b extension support

[PATCH qemu v9 0/1] target/riscv: Add Zilsd and Zclsd extension support
 2025-07-04 10:53 UTC  (2+ messages)

[PATCH 0/4] vhost: drop backend_features
 2025-07-04 10:29 UTC  (2+ messages)

[RFC] linux-user: return success in TARGET_NR_set_robust_list
 2025-07-04 10:26 UTC 

[PATCH] net/tap: drop too small packets
 2025-07-04 10:20 UTC  (3+ messages)

[PULL 00/31] Accelerators patches for 2025-07-04
 2025-07-04 10:14 UTC  (32+ messages)
` [PULL 01/31] system/cpus: Assert interrupt handling is done with BQL locked
` [PULL 02/31] accel/kvm: Remove kvm_init_cpu_signals() stub
` [PULL 03/31] accel/kvm: Reduce kvm_create_vcpu() declaration scope
` [PULL 04/31] accel/tcg: Remove 'info opcount' and @x-query-opcount
` [PULL 05/31] accel/tcg: Remove profiler leftover
` [PULL 06/31] accel/tcg: Factor tcg_dump_flush_info() out
` [PULL 07/31] accel/tcg: Factor tcg_dump_stats() out for re-use
` [PULL 08/31] accel/hvf: Restrict internal declarations
` [PULL 09/31] accel/hvf: Move per-cpu method declarations to hvf-accel-ops.c
` [PULL 10/31] accel/hvf: Move generic method declarations to hvf-all.c
` [PULL 11/31] cpus: Document CPUState::vcpu_dirty field
` [PULL 12/31] accel/hvf: Replace @dirty field by generic "
` [PULL 13/31] accel/nvmm: "
` [PULL 14/31] accel/whpx: "
` [PULL 15/31] accel/kvm: Remove kvm_cpu_synchronize_state() stub
` [PULL 16/31] accel/system: Document cpu_synchronize_state()
` [PULL 17/31] accel/system: Document cpu_synchronize_state_post_init/reset()
` [PULL 18/31] accel/nvmm: Expose nvmm_enabled() to common code
` [PULL 19/31] accel/whpx: Expose whpx_enabled() "
` [PULL 20/31] accel/dummy: Extract 'dummy-cpus.h' header from 'system/cpus.h'
` [PULL 21/31] accel: Expose and register generic_handle_interrupt()
` [PULL 22/31] accel: Keep reference to AccelOpsClass in AccelClass
` [PULL 23/31] accel: Propagate AccelState to AccelClass::init_machine()
` [PULL 24/31] accel/tcg: Prefer local AccelState over global current_accel()
` [PULL 25/31] accel/kvm: Prefer local AccelState over global MachineState::accel
` [PULL 26/31] accel/kvm: Directly pass KVMState argument to do_kvm_create_vm()
` [PULL 27/31] accel: Directly pass AccelState argument to AccelClass::has_memory()
` [PULL 28/31] accel: Remove unused MachineState argument of AccelClass::setup_post()
` [PULL 29/31] accel: Pass AccelState argument to gdbstub_supported_sstep_flags()
` [PULL 30/31] MAINTAINERS: Add me as reviewer of overall accelerators section
` [PULL 31/31] hmp-cmds-target.c: add CPU_DUMP_VPU in hmp_info_registers()

[PATCH] hmp-cmds-target.c: add CPU_DUMP_VPU in hmp_info_registers()
 2025-07-04 10:06 UTC  (3+ messages)

[PATCH V6 00/21] Live update: vfio and iommufd
 2025-07-04  9:50 UTC  (4+ messages)
` [PATCH V6 03/21] migration: close kvm after cpr

[PATCH v3 00/97] target/arm: Implement FEAT_SME2p1
 2025-07-04  9:30 UTC  (5+ messages)
` [PATCH v3 95/97] target/arm: Enable FEAT_SME2p1 on -cpu max

[PULL 00/27] vfio queue
 2025-07-04  8:45 UTC  (28+ messages)
` [PULL 01/27] vfio/container: Fix potential SIGSEGV when recover from unmap-all-vaddr failure
` [PULL 02/27] vfio/container: Fix vfio_container_post_load()
` [PULL 03/27] vfio-user: do not register vfio-user container with cpr
` [PULL 04/27] i386/tdx: Build TDX only for 64-bit target
` [PULL 05/27] b4: Drop linktrailermask
` [PULL 06/27] Makefile: prune quilt source files for cscope
` [PULL 07/27] vfio-pci: preserve MSI
` [PULL 08/27] vfio-pci: preserve INTx
` [PULL 09/27] migration: close kvm after cpr
` [PULL 10/27] migration: cpr_get_fd_param helper
` [PULL 11/27] backends/iommufd: iommufd_backend_map_file_dma
` [PULL 12/27] backends/iommufd: change process ioctl
` [PULL 13/27] physmem: qemu_ram_get_fd_offset
` [PULL 14/27] vfio/iommufd: use IOMMU_IOAS_MAP_FILE
` [PULL 15/27] vfio/iommufd: invariant device name
` [PULL 16/27] vfio/iommufd: add vfio_device_free_name
` [PULL 17/27] vfio/iommufd: device name blocker
` [PULL 18/27] vfio/iommufd: register container for cpr
` [PULL 19/27] migration: vfio cpr state hook
` [PULL 20/27] vfio/iommufd: cpr state
` [PULL 21/27] vfio/iommufd: preserve descriptors
` [PULL 22/27] vfio/iommufd: reconstruct device
` [PULL 23/27] vfio/iommufd: reconstruct hwpt
` [PULL 24/27] vfio/iommufd: change process
` [PULL 25/27] iommufd: preserve DMA mappings
` [PULL 26/27] vfio/container: delete old cpr register
` [PULL 27/27] vfio: doc changes for cpr

[PULL 00/11] aspeed queue
 2025-07-04  8:37 UTC  (12+ messages)
` [PULL 01/11] hw/misc/aspeed_sdmc: Skipping dram_init in u-boot for AST2700
` [PULL 02/11] hw/misc/aspeed_scu: Support the Frequency Counter Control register "
` [PULL 03/11] hw/arm/aspeed: bletchley: update hw strap values
` [PULL 04/11] hw/arm/aspeed: add Catalina machine type
` [PULL 05/11] hw/misc/aspeed_scu: Handle AST2600 protection key registers correctly
` [PULL 06/11] tests/qtest: Add test for ASPEED SCU
` [PULL 07/11] aspeed: Deprecate the ast2700a0-evb machine
` [PULL 08/11] hw/arm/aspeed: Add second SPI chip to Aspeed model
` [PULL 09/11] docs: add support for gb200-bmc
` [PULL 10/11] hw/arm/aspeed: Add GB200 BMC target
` [PULL 11/11] tests/functional: Add gb200 tests

[PATCH qemu 00/11] hw/cxl: DCD Fabric Management Command Set (for 10.1)
 2025-07-04  8:12 UTC  (4+ messages)
` [PATCH qemu 10/11] hw/cxl: mailbox-utils: 0x5604 - FMAPI Initiate DC Add

[PATCH 0/3] target/loongarch: Code cleanup with tlb emulation
 2025-07-04  8:12 UTC  (3+ messages)
` [PATCH 3/3] target/loongarch: Remove unnecessary page size validity checking

[PATCH] x86/cpu: Handle SMM mode in x86_cpu_dump_state for softmmu
 2025-07-04  8:20 UTC  (7+ messages)


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