qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-05 10:36:39 to 2025-03-06 03:15:25 UTC [more...]

[PATCH 00/57] docs: Add new QAPI transmogrifier
 2025-03-06  3:13 UTC  (12+ messages)
` [PATCH 02/57] qapi: shush pylint up
` [PATCH 21/57] docs/qapi-domain: add :deprecated: directive option
` [PATCH 39/57] qapi/source: allow multi-line QAPISourceInfo advancing

[PATCH qemu] target/riscv: Only check ext_zca for 16-bit aligned PC
 2025-03-06  2:59 UTC  (2+ messages)

[PATCH 0/7] target/riscv: store max SATP mode as a single integer in RISCVCPUConfig
 2025-03-06  2:57 UTC  (16+ 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 7/7] target/riscv: move satp_mode.{map, init} "

[PATCH v2 0/5] Building PPTT with root node and identical implementation flag
 2025-03-06  2:33 UTC  (6+ messages)
` [PATCH v2 1/5] tests: virt: Allow changes to PPTT test table
` [PATCH v2 2/5] hw/acpi/aml-build: Set identical implementation flag for PPTT processor nodes
` [PATCH v2 3/5] hw/acpi/aml-build: Build a root node in the PPTT table
` [PATCH v2 4/5] hw/acpi/aml-build: Update the revision of "
` [PATCH v2 5/5] tests: virt: Update expected ACPI tables for virt test

[PATCH v4 00/23] Support AST2700 A1
 2025-03-06  2:26 UTC  (4+ messages)
` [PATCH v4 14/23] hw/intc/aspeed: Add Support for Multi-Output IRQ Handling

[PULL 0/1] Block patches
 2025-03-06  2:21 UTC  (2+ messages)
` [PULL 1/1] block/qed: fix use-after-free by nullifying timer pointer after free

[PATCH] block/qed: fix use-after-free by nullifying timer pointer after free
 2025-03-06  2:21 UTC  (2+ messages)

[PATCH] tests/functional: Increase the timeout of the mips64el_replay test
 2025-03-06  2:15 UTC  (2+ messages)

[RFC PATCH 00/18] hw/microblaze: Quick single binary proof of concept
 2025-03-06  1:56 UTC  (26+ messages)
` [RFC PATCH 01/18] hw/xen/hvm: Fix Aarch64 typo
` [RFC PATCH 02/18] hw/vfio/common: Get target page size using runtime helpers
` [RFC PATCH 03/18] include: Poison TARGET_PHYS_ADDR_SPACE_BITS definition
` [RFC PATCH 04/18] qemu: Introduce 'qemu/legacy_binary_info.h'
` [RFC PATCH 05/18] qemu: Introduce legacy_binary_is_64bit() helper
` [RFC PATCH 06/18] hw/mips/mipssim: Replace TARGET_MIPS64 by legacy_binary_is_64bit()
` [RFC PATCH 07/18] hw/mips/malta: "
` [RFC PATCH 08/18] hw/i386: Inline TARGET_DEFAULT_CPU_TYPE definition
` [RFC PATCH 09/18] hw/ppc/mac: Replace TARGET_PPC64 by legacy_binary_is_64bit()
` [RFC PATCH 10/18] qemu: Introduce legacy_binary_is_big_endian() helper
` [RFC PATCH 11/18] hw/mips/jazz: Replace TARGET_BIG_ENDIAN by legacy_binary_is_big_endian
` [RFC PATCH 12/18] hw/mips/mipssim: Use legacy_binary_is_big_endian()
` [RFC PATCH 13/18] hw/xtensa/sim: Replace TARGET_BIG_ENDIAN by legacy_binary_is_big_endian
` [RFC PATCH 14/18] hw/xtensa/xtfpga: Check endianness via legacy_binary_is_big_endian()
` [RFC PATCH 15/18] hw/microblaze/petalogix_ml605_mmu: Use legacy_binary_is_big_endian()
` [RFC PATCH 16/18] hw/microblaze/petalogix_s3adsp1800_mmu: Use legacy_binary_is_big_endian
` [RFC PATCH 17/18] meson: Allow symlinking system emulation binaries
` [RFC PATCH 18/18] configs/targets: Merge qemu-system-microblaze{el} binaries

[PATCH v2 00/10] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
 2025-03-06  1:38 UTC  (15+ messages)
` [PATCH v2 01/10] target/i386: disable PerfMonV2 when PERFCORE unavailable
` [PATCH v2 03/10] [DO NOT MERGE] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v2 04/10] target/i386/kvm: set KVM_PMU_CAP_DISABLE if "-pmu" is configured
` [PATCH v2 10/10] target/i386/kvm: don't stop Intel PMU counters

[RFC PATCH 0/4] hw/arm: Register target-specific QOM types at runtime
 2025-03-06  1:34 UTC  (18+ messages)
` [RFC PATCH 1/4] qom: Introduce TypeInfo::registerable() callback
` [RFC PATCH 2/4] hw/arm/raspi: Replace TARGET_AARCH64 by legacy_binary_is_64bit()
` [RFC PATCH 3/4] hw/arm/aspeed: "
` [RFC PATCH 4/4] hw/ppc: Remove TARGET_PPC64 use in ppc_create_page_sizes_prop()

[PATCH v2 00/14] arm: rework id register storage
 2025-03-06  1:15 UTC  (17+ messages)
` [PATCH v2 01/14] arm/cpu: Add sysreg definitions in cpu-sysregs.h
` [PATCH v2 02/14] arm/kvm: add accessors for storing host features into idregs
` [PATCH v2 03/14] arm/cpu: Store aa64isar0/aa64zfr0 into the idregs arrays
` [PATCH v2 04/14] arm/cpu: Store aa64isar1/2 into the idregs array
` [PATCH v2 05/14] arm/cpu: Store aa64pfr0/1 "
` [PATCH v2 06/14] arm/cpu: Store aa64mmfr0-3 "
` [PATCH v2 07/14] arm/cpu: Store aa64dfr0/1 "
` [PATCH v2 08/14] arm/cpu: Store aa64smfr0 "
` [PATCH v2 09/14] arm/cpu: Store id_isar0-7 "
` [PATCH v2 10/14] arm/cpu: Store id_pfr0/1/2 "
` [PATCH v2 11/14] arm/cpu: Store id_dfr0/1 "
` [PATCH v2 12/14] arm/cpu: Store id_mmfr0-5 "
` [PATCH v2 13/14] arm/cpu: Add sysreg generation scripts
` [PATCH v2 14/14] arm/cpu: Add generated files

[PATCH v2 00/22] target/riscv: declarative CPU definitions
 2025-03-06  0:53 UTC  (11+ messages)
` [PATCH 01/22] target/riscv: Declare RISCVCPUClass::misa_mxl_max as RISCVMXL
` [PATCH 02/22] target/riscv: Convert misa_mxl_max using GLib macros
` [PATCH 04/22] target/riscv: store RISCVCPUDef struct directly in the class
` [PATCH 05/22] target/riscv: merge riscv_cpu_class_init with the class_base function
` [PATCH 06/22] target/riscv: move RISCVCPUConfig fields to a header file

[PATCH] docs/about/emulation: Fix broken link
 2025-03-06  0:42 UTC  (4+ messages)

[PULL v5 00/11] xenpvh5-tag
 2025-03-06  0:13 UTC  (5+ messages)
` [PULL v5 09/11] hw/arm: introduce xenpvh machine

[PATCH v5 6/6] hw/arm/aspeed_ast27x0.c Fix boot issue for AST2700
 2025-03-06  0:08 UTC  (2+ messages)
` [v5,6/6] "

[PATCH v5 5/6] hw/arm/aspeed_ast27x0.c Separate HW Strap Registers for SCU and SCUIO
 2025-03-06  0:07 UTC  (2+ messages)
` [v5, "

[PATCH v5 4/6] hw/misc/aspeed_scu: Fix the hw-strap1 cannot be set in the SOC layer for AST2700
 2025-03-06  0:07 UTC  (2+ messages)
` [v5,4/6] "

[PATCH v5 3/6] hw/arm/aspeed Update HW Strap Default Values for AST2700
 2025-03-06  0:06 UTC  (2+ messages)
` [v5, "

[PATCH v5 2/6] hw/misc/aspeed_scu: Fix the revision ID cannot be set in the SOC layer for AST2700
 2025-03-06  0:05 UTC  (2+ messages)
` [v5, "

[PATCH v5 1/6] hw/misc/aspeed_scu: Skipping dram_init in u-boot
 2025-03-06  0:04 UTC  (2+ messages)
` [v5,1/6] "

[PULL 0/4] NBD patches through 2025-03-05
 2025-03-05 23:05 UTC  (5+ messages)
` [PULL 1/4] iotest: Unbreak 302 with python 3.13
` [PULL 2/4] iotests: Stop NBD server in test 162 before starting the next one
` [PULL 3/4] qapi: merge common parts of NbdServerOptions and nbd-server-start data
` [PULL 4/4] nbd: Defer trace init until after daemonization

Query on the dirty bitmap
 2025-03-05 22:14 UTC  (4+ messages)

[PATCH] docs/devel/build-environment: enhance MSYS2 instructions
 2025-03-05 21:38 UTC 

[PATCH 00/38] hexagon system emu, part 1/3
 2025-03-05 21:28 UTC  (8+ messages)
` [PATCH 01/38] docs: Add hexagon sysemu docs
` [PATCH 02/38] docs/system: Add hexagon CPU emulation

[BUG, RFC] cpr-transfer: qxl guest driver crashes after migration
 2025-03-05 21:19 UTC  (8+ messages)

[PATCH] pci-ids.rst: Add Red Hat pci-id for AMD IOMMU device
 2025-03-05 20:28 UTC  (4+ messages)

Some regression due to "ui/gtk: Fix mouse/motion event scaling issue with GTK display backend"
 2025-03-05 20:02 UTC  (3+ messages)

[PATCH] accel/tcg: Restrict CPU_TLB_DYN_*_BITS definitions to accel/tcg/
 2025-03-05 19:18 UTC 

[PATCH v2 08/10] target/i386/kvm: reset AMD PMU registers during VM reset
 2025-03-05 19:05 UTC  (3+ messages)

[PATCH qemu v2 1/3] hw/s390x: add CPI identifiers to QOM
 2025-03-05 19:00 UTC  (9+ messages)
` [PATCH qemu v2 2/3] hw/s390x: add SCLP event type CPI
` [PATCH qemu v2 3/3] hw/s390x: support migration of CPI values

[PATCH] nbd: Defer trace init until after daemonization
 2025-03-05 19:00 UTC  (3+ messages)

[PATCH] linux-user/main: Allow setting tb-size
 2025-03-05 16:33 UTC  (2+ messages)

[PATCH v6 00/36] Multifd 🔀 device state transfer support with VFIO consumer
 2025-03-05 17:45 UTC  (27+ messages)
` [PATCH v6 07/36] migration: postcopy_ram_listen_thread() should take BQL for some calls
` [PATCH v6 15/36] migration/multifd: Make MultiFDSendData a struct
` [PATCH v6 17/36] migration: Add save_live_complete_precopy_thread handler
` [PATCH v6 25/36] vfio/migration: Setup and cleanup multifd transfer in these general methods
` [PATCH v6 34/36] vfio/migration: Max in-flight VFIO device state buffer count limit
` [PATCH] migration: Always take BQL for migration_incoming_state_destroy()

[PATCH v2 0/5] PCI: Implement basic PCI PM capability backing
 2025-03-05 17:42 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add myself as vfio-igd maintainer
 2025-03-05 17:42 UTC  (2+ messages)

[PATCH v2] vfio-platform: Deprecate all forms of vfio-platform devices
 2025-03-05 17:41 UTC  (2+ messages)

[PATCH v2 00/32] maintainer updates for 10.0 softfreeze (gpu/tcg tests, plugins, MAINTAINERS) pre-PR
 2025-03-05 16:58 UTC  (4+ messages)
` [PATCH v2 07/32] tests/functional: update the aarch64_virg_gpu images

[PATCH v3] hw/arm/smmu: Introduce smmu_configs_inv_sid_range() helper
 2025-03-05 16:56 UTC  (2+ messages)

[PATCH] tests/tcg: Suppress compiler false-positive warning on sha1.c
 2025-03-05 16:56 UTC  (6+ messages)

[RFC PATCH v1 00/19] Factor out HVF's instruction emulator
 2025-03-05 16:50 UTC  (2+ messages)

Adding gamma support to QemuMacDrivers
 2025-03-05 16:37 UTC  (7+ messages)

[PATCH v7 00/16] Introduce support for IGVM files
 2025-03-05 15:47 UTC  (2+ messages)

QEMU and ia64
 2025-03-05 14:50 UTC  (7+ messages)

[PATCH 0/2] s390x/pci: changes to hotplug error handling
 2025-03-05 14:35 UTC  (3+ messages)
` [PATCH 1/2] s390x/pci: fix cleanup of failed hotplug

[PATCH 0/8] hexagon system emu, part 3/3
 2025-03-05 14:35 UTC  (5+ messages)
` [PATCH 8/8] tests/functional: Add a hexagon minivm test

[PATCH v2] microvm: do not use the lastest cpu version
 2025-03-05 14:26 UTC  (6+ messages)

[PATCH v7 0/5] Allow to enable multifd and postcopy migration together
 2025-03-05 13:56 UTC  (16+ messages)
` [PATCH v7 5/5] migration: add MULTIFD_RECV_SYNC migration command

[PATCH 0/2] vfio: Restrict to 64-bit host platforms
 2025-03-05 13:21 UTC  (14+ messages)
` [PATCH 1/2] vfio: Make vfio-pci available on 64-bit host platforms only

[PATCH v2] vfio: Add property documentation
 2025-03-05 13:13 UTC  (5+ messages)

[PATCH] vfio-platform: Deprecate all forms of vfio-platform devices
 2025-03-05 12:39 UTC  (4+ messages)

[PATCH] tests/functional: fix race in virtio balloon test
 2025-03-05 12:25 UTC  (2+ messages)

[PATCH v4 00/15] vfio: VFIO migration support with vIOMMU
 2025-03-05 11:59 UTC  (5+ messages)

[PATCH v2 0/7] tests/functional: a few misc cleanups and fixes
 2025-03-05 11:55 UTC  (7+ messages)
` [PATCH v2 3/7] tests/functional: remove all class level fields
` [PATCH v2 5/7] tests/functional: skip memaddr tests on 32-bit builds

[PATCH v3 0/2] Enhanced VSTART and VL checks for vector instructions
 2025-03-05 11:24 UTC  (2+ messages)

QEMU is participating in Google Summer of Code 2025
 2025-03-05 11:11 UTC 

[PATCH] docs/cxl: Add serial number for persistent-memdev
 2025-03-05 10:35 UTC  (6+ 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).