messages from 2025-04-29 03:23:33 to 2025-04-29 13:30:32 UTC [more...]
[PATCH v3 00/14] ppc/spapr: remove deprecated machines specific code
2025-04-29 13:29 UTC (4+ messages)
` [PATCH v3 14/14] ppc/spapr: remove deprecated machine pseries-3.0
[PATCH v9 0/7] Allow to enable multifd and postcopy migration together
2025-04-29 13:28 UTC (9+ messages)
[PATCH v2 0/7] target/arm: Remove TYPE_AARCH64_CPU class
2025-04-29 13:22 UTC (8+ messages)
` [PATCH v2 1/7] target/microblaze: Use 'obj' in DEVICE() casts in mb_cpu_initfn()
` [PATCH v2 2/7] target/microblaze: Delay gdb_register_coprocessor() to realize
` [PATCH v2 3/7] hw/core/cpu-common: Don't init gdbstub until cpu_exec_realizefn()
` [PATCH v2 4/7] target/arm: Present AArch64 gdbstub based on ARM_FEATURE_AARCH64
` [PATCH v2 5/7] target/arm: Move aarch64 CPU property code to TYPE_ARM_CPU
` [PATCH v2 6/7] target/arm/kvm: don't check TYPE_AARCH64_CPU
` [PATCH v2 7/7] target/arm: Remove TYPE_AARCH64_CPU
[PATCH v2 0/5] docs: automated info about machine deprecation/removal info
2025-04-29 13:15 UTC (6+ messages)
` [PATCH v2 1/5] Revert "include/hw: temporarily disable deletion of versioned machine types"
` [PATCH v2 2/5] include/hw/boards: cope with dev/rc versions in deprecation checks
` [PATCH v2 3/5] docs/about/deprecated: auto-generate a note for versioned machine types
` [PATCH v2 4/5] docs/about/removed-features: "
` [PATCH v2 5/5] include/hw/boards: add warning about changing deprecation logic
[PATCH v2 0/9] hw/riscv/virt.c: memmap usage cleanup
2025-04-29 12:58 UTC (10+ messages)
` [PATCH v2 1/9] hw/riscv/virt.c: enforce s->memmap use in machine_init()
` [PATCH v2 2/9] hw/riscv/virt.c: remove trivial virt_memmap references
` [PATCH v2 3/9] hw/riscv/virt.c: use s->memmap in virt_machine_done()
` [PATCH v2 4/9] hw/riscv/virt.c: add 'base' arg in create_fw_cfg()
` [PATCH v2 5/9] hw/riscv/virt.c: use s->memmap in create_fdt() path
` [PATCH v2 6/9] hw/riscv/virt.c: use s->memmap in create_fdt_sockets() path
` [PATCH v2 7/9] hw/riscv/virt.c: use s->memmap in create_fdt_virtio()
` [PATCH v2 8/9] hw/riscv/virt.c: use s->memmap in finalize_fdt() functions
` [PATCH v2 9/9] hw/riscv/virt.c: remove 'long' casts in fmt strings
[PATCH 00/13] hw/riscv/virt: device tree reg cleanups
2025-04-29 12:59 UTC (17+ messages)
` [PATCH 01/13] hw/riscv/virt: Fix clint base address type
` [PATCH 01/13] riscv/virt: Fix address type in create_fdt_socket_clint
` [PATCH 02/13] hw/riscv/virt: Use setprop_sized_cells for clint
` [PATCH 03/13] hw/riscv/virt: Use setprop_sized_cells for memory
` [PATCH 04/13] hw/riscv/virt: Use setprop_sized_cells for aplic
` [PATCH 05/13] hw/riscv/virt: Use setprop_sized_cells for aclint
` [PATCH 06/13] hw/riscv/virt: Use setprop_sized_cells for plic
` [PATCH 07/13] hw/riscv/virt: Use setprop_sized_cells for virtio
` [PATCH 08/13] hw/riscv/virt: Use setprop_sized_cells for reset
` [PATCH 09/13] hw/riscv/virt: Use setprop_sized_cells for uart
` [PATCH 10/13] hw/riscv/virt: Use setprop_sized_cells for rtc
` [PATCH 11/13] hw/riscv/virt: Use setprop_sized_cells for iommu
` [PATCH 12/13] hw/riscv/virt: Use setprop_sized_cells for pcie
` [PATCH 13/13] NOMERGE: virt: Adjust devices so everything is > 4G
[PATCH v3] target/i386/emulate: remove rflags leftovers
2025-04-29 12:49 UTC (5+ messages)
[PATCH v5 0/9] target/riscv/kvm: CSR related fixes
2025-04-29 12:44 UTC (10+ messages)
` [PATCH v5 1/9] target/riscv/kvm: minor fixes/tweaks
` [PATCH v5 2/9] target/riscv/kvm: fix leak in kvm_riscv_init_multiext_cfg()
` [PATCH v5 3/9] target/riscv/kvm: turn u32/u64 reg functions into macros
` [PATCH v5 4/9] target/riscv/kvm: turn kvm_riscv_reg_id_ulong() into a macro
` [PATCH v5 5/9] target/riscv/kvm: add kvm_csr_cfgs[]
` [PATCH v5 6/9] target/riscv/kvm: do not read unavailable CSRs
` [PATCH v5 7/9] target/riscv/kvm: add senvcfg CSR
` [PATCH v5 8/9] target/riscv/kvm: read/write KVM regs via env size
` [PATCH v5 9/9] target/riscv/kvm: add scounteren CSR
[PATCH 0/9] hw/riscv/virt.c: memmap usage cleanup
2025-04-29 12:40 UTC (11+ messages)
` [PATCH 1/9] hw/riscv/virt.c: enforce s->memmap use in machine_init()
` [PATCH 9/9] hw/riscv/virt.c: remove 'long' casts in fmt strings
[PATCH 0/4] target/i386: Emulate ftz and denormal flag bits correctly
2025-04-29 12:30 UTC (5+ messages)
[PATCH 00/13] single-binary: compile target/arm twice
2025-04-29 12:26 UTC (19+ messages)
` [PATCH 01/13] target/arm: Replace target_ulong -> uint64_t for HWBreakpoint
` [PATCH 02/13] include/system/hvf: missing vaddr include
` [PATCH 03/13] meson: add common libs for target and target_system
` [PATCH 04/13] target/arm: move kvm stubs and remove CONFIG_KVM from kvm_arm.h
` [PATCH 05/13] target/arm/kvm_arm: copy definitions from kvm headers
` [PATCH 06/13] target/arm/kvm-stub: add missing stubs
` [PATCH 07/13] target/arm/cpu: remove CONFIG_KVM from arm_cpu_kvm_set_irq
` [PATCH 08/13] accel/hvf: add hvf_enabled() for common code
` [PATCH 09/13] target/arm/cpu: get endianness from cpu state
` [PATCH 10/13] target/arm/cpu: remove TARGET_AARCH64 around aarch64_cpu_dump_state common
` [PATCH 11/13] target/arm/cpu: remove TARGET_AARCH64 in arm_cpu_finalize_features
` [PATCH 12/13] target/arm/cpu: compile file twice (user, system) only
` [PATCH 13/13] target/arm/cpu32-stubs.c: compile file twice (user, system)
[RFC PATCH v2 0/4] Revival of patches to implement NBD client multi-conn
2025-04-29 12:03 UTC (9+ messages)
` [PATCH v2 1/4] nbd: Add multi-conn option
[RFC PATCH 0/3] single-binary: make QAPI generated files common
2025-04-29 12:04 UTC (17+ messages)
[PULL 0/8] block-job patches 2025-04-29
2025-04-29 11:38 UTC (15+ messages)
` [PULL 1/8] block: get type of block allocation in commit_run
` [PULL 1/5] copy-before-write: allow specifying minimum cluster size
` [PULL 2/5] backup: add minimum cluster size to performance options
` [PULL 2/8] block: move commit_run loop to separate function
` [PULL 3/8] block: refactor error handling of commit_iteration
` [PULL 3/5] block/reqlist: allow adding overlapping requests
` [PULL 4/8] block: allow commit to unmap zero blocks
` [PULL 4/5] block: Remove unused aio_task_pool_empty
` [PULL 5/8] block: add test non-active commit with zeroed data
` [PULL 5/5] util/co-shared-resource: Remove unused co_try_get_from_shres
` [PULL 6/8] qapi: synchronize jobs and block-jobs documentation
` [PULL 7/8] qapi/block-core: deprecate some block-job- APIs
` [PULL 8/8] blockdev-backup: Add error handling option for copy-before-write jobs
[PATCH v3 0/6] ui: support multi plane texture
2025-04-29 11:25 UTC (3+ messages)
` [PATCH v3 6/6] ui/spice: support multi plane dmabuf scanout
[PATCH v3 0/6] ui/spice: Enable gl=on option for non-local or remote clients
2025-04-29 11:12 UTC (12+ messages)
` [PATCH v3 1/6] ui/spice: Add an option for users to provide a preferred codec
` [PATCH v3 2/6] ui/spice: Enable gl=on option for non-local or remote clients
` [PATCH v3 3/6] ui/spice: Submit the gl_draw requests at 60 FPS for "
` [PATCH v3 4/6] ui/console-gl: Add a helper to create a texture with linear memory layout
` [PATCH v3 5/6] ui/spice: Create a new texture with linear layout when gl=on is enabled
` [PATCH v3 6/6] ui/spice: Blit the scanout texture if its memory layout is not linear
[PATCH v4 0/9] target/riscv/kvm: CSR related fixes
2025-04-29 10:39 UTC (5+ messages)
` [PATCH v4 8/9] target/riscv/kvm: read/write KVM regs via env size
[PATCH 0/2] qcow2: queue discards when discard-no-unref enabled
2025-04-29 10:31 UTC (3+ messages)
` [PATCH 1/2] qcow2: rename update_refcount_discard to queue_discard
` [PATCH 2/2] qcow2: put discards in discard queue when discard-no-unref is enabled
[PATCH for-10.1 0/9] target/arm: Remove TYPE_AARCH64_CPU class
2025-04-29 10:25 UTC (4+ messages)
` [PATCH for-10.1 6/9] target/arm: Present AArch64 gdbstub based on ARM_FEATURE_AARCH64
KVM/QEMU Community call 29/04/2025 agenda items?
2025-04-29 10:09 UTC (3+ messages)
[PATCH for-10.1 v5 00/13] arm: rework id register storage
2025-04-29 10:05 UTC (15+ messages)
` [PATCH for-10.1 v5 02/13] arm/cpu: Store aa64isar0/aa64zfr0 into the idregs arrays
` [PATCH for-10.1 v5 04/13] arm/cpu: Store aa64pfr0/1 into the idregs array
` [PATCH for-10.1 v5 06/13] arm/cpu: Store aa64dfr0/1 "
` [PATCH for-10.1 v5 08/13] arm/cpu: Store id_isar0-7 "
[RFC PATCH] qapi: Make CpuModelExpansionInfo::deprecated-props optional and generic
2025-04-29 10:04 UTC
[PATCH for 10.1 v8 00/55] QEMU TDX support
2025-04-29 10:22 UTC (23+ messages)
` [PATCH v8 31/55] i386/cpu: introduce x86_confidential_guest_cpu_instance_init()
` [PATCH v8 32/55] i386/tdx: implement tdx_cpu_instance_init()
` [PATCH v8 33/55] i386/cpu: Introduce enable_cpuid_0x1f to force exposing CPUID 0x1f
` [PATCH v8 34/55] i386/tdx: Force "
` [PATCH v8 35/55] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [PATCH v8 36/55] i386/tdx: Disable SMM for TDX VMs
` [PATCH v8 37/55] i386/tdx: Disable PIC "
` [PATCH v8 38/55] i386/tdx: Set and check kernel_irqchip mode for TDX
` [PATCH v8 39/55] i386/tdx: Don't synchronize guest tsc for TDs
` [PATCH v8 40/55] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() "
[PATCH v4 00/13] Enable shared device assignment
2025-04-29 10:01 UTC (5+ messages)
` [PATCH v4 05/13] memory: Introduce PrivateSharedManager Interface as child of GenericStateManager
[PATCH v3 0/9] Introduce AST27x0 multi-SoC machine
2025-04-29 9:18 UTC (10+ messages)
` [PATCH v3 1/9] aspeed: ast27x0: Map unimplemented devices in SoC memory
` [PATCH v3 2/9] aspeed: ast27x0: Correct hex notation for device addresses
` [PATCH v3 3/9] hw/intc/aspeed: Add support for AST2700 SSP INTC
` [PATCH v3 4/9] hw/intc/aspeed: Add support for AST2700 TSP INTC
` [PATCH v3 5/9] hw/arm/aspeed_ast27x0-ssp: Introduce AST27x0 A1 SSP SoC
` [PATCH v3 6/9] hw/arm/aspeed_ast27x0-tsp: Introduce AST27x0 A1 TSP SoC
` [PATCH v3 7/9] hw/arm: Introduce ASPEED AST2700 A1 full core machine
` [PATCH v3 8/9] tests/function/aspeed: Add functional test for AST2700FC
` [PATCH v3 9/9] docs: Add support for ast2700fc machine
[PATCH v4 0/4] Add SCLP event type CPI
2025-04-29 9:20 UTC (3+ messages)
` [PATCH v4 1/4] hw/s390x: add "
[PATCH v3 0/3] hw/misc/aspeed_otp: Introduce OTP memory and integrate with SBC
2025-04-29 9:05 UTC (7+ messages)
` [PATCH v3 3/3] hw/arm: Integrate Aspeed OTP memory into AST10x0 and AST2600 SoCs
[PATCH] target/i386/hvf: fix a compilation error
2025-04-29 8:56 UTC (3+ messages)
[PATCH] target/migration: Inline VMSTATE_CPU()
2025-04-29 8:51 UTC
[PATCH] tests/qtest/libqos: Fix UBSan misalignment finding
2025-04-29 8:43 UTC (2+ messages)
Whether the qemu mps2-an385 model support getchar?
2025-04-29 8:34 UTC (2+ messages)
[PATCH v4 00/10] Support vbootrom for AST2700
2025-04-29 7:59 UTC (10+ messages)
` [PATCH v4 06/10] hw/arm/aspeed: Add support for loading vbootrom image via "-bios"
[PATCH] s390x: Clear RAM on diag308 subcode 3 reset
2025-04-29 7:45 UTC (3+ messages)
[PATCH QEMU] x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in UAPI headers
2025-04-29 7:30 UTC (3+ messages)
[PATCH v6 0/6] Support vbootrom for AST2700
2025-04-29 7:21 UTC (2+ messages)
[PATCH v8 0/1] Support vbootrom for AST2700
2025-04-29 7:20 UTC (3+ messages)
` [PATCH v8 1/1] pc-bios: Add AST27x0 vBootrom
[PATCH v2 00/12] target/ppc: Various TCG emulation patches
2025-04-29 6:49 UTC (3+ messages)
` [PATCH v2 02/12] target/ppc: improve checkstop logging
[PATCH 00/10] accel/tcg: Compile cpu-exec.c twice
2025-04-29 6:45 UTC (9+ messages)
` [PATCH 01/10] accel/tcg: Generalize fake_user_interrupt test
` [PATCH 03/10] accel/tcg: Introduce TCGCPUOps.cpu_exec_reset
` [PATCH 06/10] target/riscv: Move cpu_get_tb_cpu_state to tcg-cpu.c
` [PATCH 09/10] accel/tcg: Split out accel/tcg/helper-retaddr.h
[PATCH 0/9] vfio/igd: Detect IGD by OpRegion and enable OpRegion automatically
2025-04-29 6:28 UTC (3+ messages)
` [PATCH 8/9] vfio/igd: Only emulate GGC register when x-igd-gms is set
[PATCH v7 0/1] Support vbootrom for AST2700
2025-04-29 6:11 UTC (4+ messages)
` [PATCH v7 1/1] pc-bios: Add AST27x0 vBootrom
[PATCH 0/5] accel/kvm: Support KVM PMU filter
2025-04-29 6:24 UTC (8+ messages)
` [PATCH 3/5] i386/kvm: Support event with select & umask format in "
[PATCH V1 0/6] fast qom tree get
2025-04-29 6:02 UTC (6+ messages)
[PATCH v4 0/3] intel_iommu: Fix locking issues
2025-04-29 6:01 UTC (5+ messages)
` [PATCH v4 3/3] intel_iommu: Take the VTD lock when looking for and creating address spaces
[PATCH 0/2] block/null: Add read-pattern
2025-04-29 6:00 UTC (4+ messages)
` [PATCH 2/2] block/null: Add read-pattern option
[Bug] QEMU TCG warnings after commit c6bd2dd63420 - HTT / CMP_LEG bits
2025-04-29 5:55 UTC (3+ messages)
[PATCH v4 0/8] Add VNC Open H.264 Encoding
2025-04-29 5:17 UTC (5+ messages)
` [PATCH v4 8/8] h264: stop gstreamer pipeline before destroying, cleanup on exit
[PATCH 0/9] riscv: Add support for MIPS P8700 CPU
2025-04-29 4:40 UTC (3+ messages)
` [PATCH 9/9] hw/riscv: Add a network device e1000e to the boston-aia
[PATCH v4 00/26] target/riscv: SATP mode and CPU definition overhaul
2025-04-29 4:23 UTC (3+ messages)
` [PATCH 22/26] target/riscv: convert TT C906 to RISCVCPUDef
[Bug] "-ht" flag ignored under KVM - guest still reports HT
2025-04-29 3:36 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).