qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-25 15:55:38 to 2025-09-26 07:18:51 UTC [more...]

[PATCH v4 0/9] tests/functional: Adapt reverse_debugging to run w/o Avocado
 2025-09-26  7:13 UTC  (16+ messages)
` [PATCH v4 1/9] tests/functional: Re-activate the check-venv target
` [PATCH v4 2/9] python: Install pygdbmi in meson's venv
` [PATCH v4 3/9] tests/functional: Provide GDB to the functional tests
` [PATCH v4 4/9] tests/functional: Add GDB class
` [PATCH v4 5/9] tests/functional: replace avocado process with subprocess
` [PATCH v4 6/9] tests/functional: drop datadrainer class in reverse debugging
` [PATCH v4 7/9] tests/functional: Add decorator to skip test on missing env vars
` [PATCH v4 8/9] tests/functional: Adapt reverse_debugging to run w/o Avocado
` [PATCH v4 9/9] tests/functional: Adapt arches to reverse_debugging "

[PATCH v6 00/47] AMD Versal Gen 2 support
 2025-09-26  7:08 UTC  (28+ messages)
` [PATCH v6 01/47] hw/arm/xlnx-versal: split the xlnx-versal type
` [PATCH v6 02/47] hw/arm/xlnx-versal: prepare for FDT creation
` [PATCH v6 04/47] hw/arm/xlnx-versal: canfd: refactor creation
` [PATCH v6 05/47] hw/arm/xlnx-versal: sdhci: "
` [PATCH v6 07/47] hw/arm/xlnx-versal: adma: "
` [PATCH v6 08/47] hw/arm/xlnx-versal: xram: "
` [PATCH v6 10/47] hw/arm/xlnx-versal: efuse: "
` [PATCH v6 13/47] hw/arm/xlnx-versal: PMC IOU SCLR: "
` [PATCH v6 14/47] hw/arm/xlnx-versal: bbram: "
` [PATCH v6 16/47] hw/arm/xlnx-versal: rtc: "
` [PATCH v6 17/47] hw/arm/xlnx-versal: cfu: "
` [PATCH v6 18/47] hw/arm/xlnx-versal: crl: "
` [PATCH v6 20/47] hw/arm/xlnx-versal: refactor CPU cluster creation
` [PATCH v6 21/47] hw/arm/xlnx-versal: add the mp_affinity property to the CPU mapping
` [PATCH v6 24/47] hw/arm/xlnx-versal: add support for multiple GICs
` [PATCH v6 25/47] hw/arm/xlnx-versal: add support for GICv2
` [PATCH v6 26/47] hw/arm/xlnx-versal: rpu: refactor creation
` [PATCH v6 29/47] hw/arm/xlnx-versal: add the versal_get_num_cpu accessor
` [PATCH v6 30/47] hw/misc/xlnx-versal-crl: remove unnecessary include directives
` [PATCH v6 31/47] hw/misc/xlnx-versal-crl: split into base/concrete classes
` [PATCH v6 32/47] hw/misc/xlnx-versal-crl: refactor device reset logic
` [PATCH v6 36/47] hw/misc/xlnx-versal-crl: add the versal2 version
` [PATCH v6 39/47] target/arm/tcg/cpu64: add the cortex-a78ae CPU
` [PATCH v6 40/47] hw/arm/xlnx-versal: add versal2 SoC
` [PATCH v6 44/47] docs/system/arm/xlnx-versal-virt: update supported devices
` [PATCH v6 46/47] hw/arm/xlnx-versal-virt: add the xlnx-versal2-virt machine
` [PATCH v6 47/47] tests/functional/test_aarch64_xlnx_versal: test the versal2 machine

[PATCH v3 00/13] Error reporting cleanup, a fix, and &error_warn removal
 2025-09-26  6:51 UTC  (4+ messages)
` [PATCH v3 05/13] hw/remote/vfio-user: Clean up error reporting

[PATCH v5 00/47] AMD Versal Gen 2 support
 2025-09-26  6:32 UTC  (9+ messages)
` [PATCH v5 02/47] hw/arm/xlnx-versal: prepare for FDT creation

[PATCH v6 00/14] riscv: Add support for MIPS P8700 CPU
 2025-09-26  6:14 UTC  (9+ messages)
` [PATCH v6 01/14] hw/intc: Allow gaps in hartids for aclint and aplic

[PULL 00/29] vfio queue
 2025-09-26  5:33 UTC  (30+ messages)
` [PULL 01/29] tests/functional: add a vfio-user smoke test
` [PULL 02/29] include/hw/vfio/vfio-container.h: rename VFIOContainer to VFIOLegacyContainer
` [PULL 03/29] include/hw/vfio/vfio-container-base.h: rename VFIOContainerBase to VFIOContainer
` [PULL 04/29] include/hw/vfio/vfio-container.h: rename file to vfio-container-legacy.h
` [PULL 05/29] include/hw/vfio/vfio-container-base.h: rename file to vfio-container.h
` [PULL 06/29] hw/vfio/container.c: rename file to container-legacy.c
` [PULL 07/29] hw/vfio/container-base.c: rename file to container.c
` [PULL 08/29] vfio/iommufd.c: use QOM casts where appropriate
` [PULL 09/29] vfio/cpr-iommufd.c: "
` [PULL 10/29] vfio/vfio-iommufd.h: rename VFIOContainer bcontainer field to parent_obj
` [PULL 11/29] vfio/spapr.c: use QOM casts where appropriate
` [PULL 12/29] vfio/spapr.c: rename VFIOContainer bcontainer field to parent_obj
` [PULL 13/29] vfio/pci.c: rename vfio_instance_init() to vfio_pci_init()
` [PULL 14/29] vfio/pci.c: rename vfio_instance_finalize() to vfio_pci_finalize()
` [PULL 15/29] vfio/pci.c: rename vfio_pci_dev_class_init() to vfio_pci_class_init()
` [PULL 16/29] vfio/pci.c: rename vfio_pci_dev_info to vfio_pci_info
` [PULL 17/29] hw/vfio/types.h: rename TYPE_VFIO_PCI_BASE to TYPE_VFIO_PCI_DEVICE
` [PULL 18/29] vfio/pci.c: rename vfio_pci_base_dev_class_init() to vfio_pci_device_class_init()
` [PULL 19/29] vfio/pci.c: rename vfio_pci_base_dev_info to vfio_pci_device_info
` [PULL 20/29] vfio/pci.c: rename vfio_pci_dev_properties[] to vfio_pci_properties[]
` [PULL 21/29] vfio/pci.c: rename vfio_pci_dev_nohotplug_properties[] to vfio_pci_nohotplug_properties[]
` [PULL 22/29] vfio/pci.c: rename vfio_pci_nohotplug_dev_class_init() to vfio_pci_nohotplug_class_init()
` [PULL 23/29] vfio/pci.c: rename vfio_pci_nohotplug_dev_info to vfio_pci_nohotplug_info
` [PULL 24/29] vfio-user/pci.c: rename vfio_user_pci_dev_class_init() to vfio_user_pci_class_init()
` [PULL 25/29] vfio-user/pci.c: rename vfio_user_pci_dev_properties[] to vfio_user_pci_properties[]
` [PULL 26/29] vfio-user/pci.c: rename vfio_user_instance_init() to vfio_user_pci_init()
` [PULL 27/29] vfio-user/pci.c: rename vfio_user_instance_finalize() to vfio_user_pci_finalize()
` [PULL 28/29] vfio-user/pci.c: rename vfio_user_pci_dev_info to vfio_user_pci_info
` [PULL 29/29] include/hw/vfio/vfio-device.h: fix include header guard name

[PATCH v3 0/5] Error recovery for zPCI passthrough devices
 2025-09-26  4:57 UTC  (7+ messages)
` [PATCH v3 1/5] [NOTFORMERGE] linux-headers: Update for zpci vfio device
` [PATCH v3 2/5] vfio/pci: Add an error handler callback
` [PATCH v3 3/5] vfio: Introduce vfio_device_feature helper function
` [PATCH v3 4/5] s390x/pci: Add PCI error handling for vfio pci devices
` [PATCH v3 5/5] s390x/pci: Reset a device in error state

[PATCH 5/5] accel/kvm: Fix SIGSEGV when execute "query-balloon" after CPR transfer
 2025-09-26  4:48 UTC  (2+ messages)

[PATCH] vdpa-dev: add get_vhost() callback for vhost-vdpa device
 2025-09-26  4:15 UTC  (2+ messages)

[PATCH RFC 0/9] migration: Threadify loadvm process
 2025-09-26  3:41 UTC  (13+ messages)
` [PATCH RFC 2/9] migration/rdma: Fix wrong context in qio_channel_rdma_shutdown()
` [PATCH RFC 3/9] migration/rdma: Allow qemu_rdma_wait_comp_channel work with thread
` [PATCH RFC 4/9] migration/rdma: Change io_create_watch() to return immediately
` [PATCH RFC 5/9] migration: Thread-ify precopy vmstate load process
` [PATCH RFC 6/9] migration/rdma: Remove coroutine path in qemu_rdma_wait_comp_channel
` [PATCH RFC 9/9] migration/rdma: Remove rdma_cm_poll_handler

[PATCH v2 00/14] hw/arm/smmuv3: Add initial support for Secure State
 2025-09-26  3:30 UTC  (17+ messages)
` [PATCH v2 01/14] hw/arm/smmuv3: Fix incorrect reserved mask for SMMU CR0 register
` [PATCH v2 02/14] hw/arm/smmuv3: Correct SMMUEN field name in CR0
` [PATCH v2 03/14] hw/arm/smmuv3: Introduce secure registers and commands
` [PATCH v2 04/14] refactor: Move ARMSecuritySpace to a common header
` [PATCH v2 05/14] hw/arm/smmuv3: Introduce banked registers for SMMUv3 state
` [PATCH v2 06/14] hw/arm/smmuv3: Add separate address space for secure SMMU accesses
` [PATCH v2 07/14] hw/arm/smmuv3: Make Configuration Cache security-state aware
` [PATCH v2 08/14] hw/arm/smmuv3: Add security-state handling for page table walks
` [PATCH v2 09/14] hw/arm/smmuv3: Add secure TLB entry management
` [PATCH v2 10/14] hw/arm/smmuv3: Add banked support for queues and error handling
` [PATCH v2 11/14] hw/arm/smmuv3: Harden security checks in MMIO handlers
` [PATCH v2 12/14] hw/arm/smmuv3: Use iommu_index to represent the security context
  ` [PATCH v2 13/14] hw/arm/smmuv3: Add property to enable Secure SMMU support
  ` [PATCH v2 14/14] hw/arm/smmuv3: Optional Secure bank migration via subsections

[PATCH v1 00/21] Control coprocessor reset for AST2700
 2025-09-26  3:13 UTC  (9+ messages)
` [PATCH v1 08/21] hw/arm/ast27x0: Add SCU alias for SSP and ensure correct device realization order
  ` [SPAM] "

[PATCH v6 00/22] intel_iommu: Enable first stage translation for passthrough device
 2025-09-26  2:54 UTC  (11+ messages)
` [PATCH v6 05/22] hw/pci: Introduce pci_device_get_viommu_flags()
` [PATCH v6 18/22] iommufd: Introduce a helper function to extract vendor capabilities

[PATCH] vfio/container: Remap only populated parts in a section
 2025-09-26  2:26 UTC  (7+ messages)

[PATCH 0/5] VFIO: cpr-transfer fixes
 2025-09-26  2:23 UTC  (5+ messages)
` [PATCH 1/5] vfio/container: Remap only populated parts in a section
` [PATCH 2/5] vfio/cpr-legacy: drop an erroneous assert
` [PATCH 3/5] vfio/iommufd: Save cpr.ioas_id on source side for CPR transfer
` [PATCH 4/5] vfio/iommufd: Restore vbasedev's reference to hwpt after "

[PATCH 0/4] cpus: Cleanups around cpu running state changes
 2025-09-26  0:44 UTC  (5+ messages)
` [PATCH 3/4] accel/hvf: Make async_safe_run_on_cpu() safe
` [PATCH 4/4] accel/tcg: Use cpu_is_stopped() helper to access CPUState::stopped

[PATCH 00/10] target/arm: Implement FEAT_RME_GPC2
 2025-09-26  0:11 UTC  (11+ messages)
` [PATCH 01/10] target/arm: Add isar feature test for FEAT_RME_GPC2
` [PATCH 02/10] target/arm: Add GPCCR fields from ARM revision L.b
` [PATCH 03/10] target/arm: Enable FEAT_RME_GPC2 bits in gpccr_write
` [PATCH 04/10] target/arm: Add cur_space to S1Translate
` [PATCH 05/10] target/arm: GPT_Secure is reserved without FEAT_SEL2
` [PATCH 06/10] target/arm: Implement GPT_NonSecureOnly
` [PATCH 07/10] target/arm: Implement SPAD, NSPAD, RLPAD
` [PATCH 08/10] target/arm: Fix GPT fault type for address outside PPS
` [PATCH 09/10] target/arm: Implement APPSAA
` [PATCH 10/10] target/arm: Enable FEAT_RME_GPC2 for -cpu max with x-rme

[PATCH v4 00/23] util: sync error_report & qemu_log output more closely
 2025-09-26  0:02 UTC  (17+ messages)
` [PATCH v4 07/23] util: add API to fetch the current thread name
` [PATCH v4 09/23] util: introduce some API docs for logging APIs
` [PATCH v4 12/23] monitor: refactor error_vprintf()
` [PATCH v4 13/23] monitor: move error_vprintf back to error-report.c
` [PATCH v4 14/23] monitor: introduce monitor_cur_is_hmp() helper
` [PATCH v4 16/23] util: fix interleaving of error & trace output
` [PATCH v4 17/23] util: fix interleaving of error prefixes

[PATCH v6 00/28] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2025-09-25 22:02 UTC  (7+ messages)
` [PATCH v6 10/28] s390x/diag: Introduce DIAG 508 for secure IPL operations
` [PATCH v6 12/28] s390x/diag: Implement DIAG 508 subcode 1 for signature verification
` [PATCH v6 13/28] pc-bios/s390-ccw: Introduce IPL Information Report Block (IIRB)

[PATCH 00/25] September maintainer updates (docs, plugins, semihosting) pre-PR
 2025-09-25 21:13 UTC  (5+ messages)
` [PATCH 12/25] semihosting/arm-compat-semi: replace target_ulong with vaddr

[PATCH v10 0/8] Power11 support for QEMU [PowerNV]
 2025-09-25 21:12 UTC  (11+ messages)
` [PATCH v10 1/8] ppc/pnv: Introduce Pnv11Chip
` [PATCH v10 2/8] ppc/pnv: Introduce Power11 PowerNV machine
` [PATCH v10 3/8] ppc/pnv: Add PnvChipClass handler to get reference to interrupt controller
` [PATCH v10 4/8] ppc/pnv: Add XIVE2 controller to Power11
` [PATCH v10 5/8] ppc/pnv: Add PHB5 PCIe Host bridge "
` [PATCH v10 6/8] ppc/pnv: Add ChipTOD model for Power11
` [PATCH v10 7/8] tests/powernv: Switch to buildroot images instead of op-build
` [PATCH v10 8/8] tests/powernv: Add PowerNV test for Power11

[PATCH V4 0/8] Live update: cpr-exec
 2025-09-25 20:38 UTC  (6+ messages)
` [PATCH V4 5/8] migration: cpr-exec save and load

[PATCH v6 0/9] Add IBM PPE42 CPU support
 2025-09-25 20:17 UTC  (10+ messages)
` [PATCH v6 1/9] target/ppc: IBM PPE42 general regs and flags
` [PATCH v6 2/9] target/ppc: Add IBM PPE42 family of processors
` [PATCH v6 3/9] target/ppc: IBM PPE42 exception flags and regs
` [PATCH v6 4/9] target/ppc: Add IBM PPE42 exception model
` [PATCH v6 5/9] target/ppc: Support for IBM PPE42 MMU
` [PATCH v6 6/9] target/ppc: Add IBM PPE42 special instructions
` [PATCH v6 7/9] hw/ppc: Support for an IBM PPE42 CPU decrementer
` [PATCH v6 8/9] hw/ppc: Add a test machine for the IBM PPE42 CPU
` [PATCH v6 9/9] tests/functional: Add test for IBM PPE42 instructions

[PATCH] migration/multifd/tls: Cleanup BYE message processing on sender side
 2025-09-25 20:16 UTC 

[PATCH v2 0/3] memory: Stop piggybacking on memory region owners
 2025-09-25 20:05 UTC  (9+ messages)
` [PATCH v2 3/3] "

أفضل 10 مواقع للبحث عن عمل في المغرب (2025)
 2025-09-25 20:00 UTC 

[PATCH 0/2] esp.c: fix esp_cdb_ready() FIFO wraparound limit calculation
 2025-09-25 19:54 UTC  (4+ messages)
` [PATCH 1/2] "

Should QEMU (accel=kvm) kvm-clock/guest_tsc stop counting during downtime blackout?
 2025-09-25 19:42 UTC  (11+ messages)

[PATCH 0/7] Introduce PCIE Root Complex on Nuvoton npcm8xx and npcm7xx
 2025-09-25 19:39 UTC  (9+ messages)
` [PATCH 2/7] hw/pci-host: add basic Nuvoton PCIe window support
` [PATCH 4/7] hw/pci-host: add Nuvoton PCIe root port
` [PATCH 6/7] hw/pci-host: rework Nuvoton PCIe windowing and memory regions

[PATCH] target/arm: Replace magic GIC values by proper definitions
 2025-09-25 19:19 UTC  (2+ messages)

[PATCH v5 0/9] Add IBM PPE42 CPU support
 2025-09-25 18:57 UTC  (14+ messages)
` [PATCH v5 2/9] target/ppc: Add IBM PPE42 family of processors
` [PATCH v5 3/9] target/ppc: IBM PPE42 exception flags and regs
` [PATCH v5 4/9] target/ppc: Add IBM PPE42 exception model
` [PATCH v5 5/9] target/ppc: Support for IBM PPE42 MMU

[PATCH] target/m68k: Remove pointless @cpu_halted TCGv
 2025-09-25 18:35 UTC  (2+ messages)

[PATCH 0/4] migration: Introduce POSTCOPY_DEVICE state
 2025-09-25 18:22 UTC  (4+ messages)
` [PATCH 4/4] "

[PATCH 00/16] tracetool: add Rust support
 2025-09-25 17:16 UTC  (11+ messages)
` [PATCH 08/16] tracetool: Add Rust format support

[RFC PATCH 0/7] rust: migration: add high-level migration wrappers
 2025-09-25 16:56 UTC  (4+ messages)
` [PATCH 5/7] rust: qemu-macros: add ToMigrationState derive macro

[PATCH v6 00/23] WHPX support for Arm
 2025-09-25 16:24 UTC  (7+ messages)
` [PATCH v6 03/23] hw/arm: virt: add GICv2m for the case when ITS is not available
` [PATCH v6 04/23] tests: data: update AArch64 ACPI tables
` [PATCH v6 22/23] docs: arm: update virt machine model description

[PATCH v3 0/8] Support VBOOTROM to ast2700fc machine
 2025-09-25 16:16 UTC  (7+ messages)
` [PATCH v3 5/8] hw/arm/aspeed_ast27x0-fc: Drop dead return checks
` [PATCH v3 6/8] hw/arm/aspeed_ast27x0-fc: Make sub-init functions return bool with errp
` [PATCH v3 7/8] hw/arm/aspeed_ast27x0-fc: Map FMC0 flash contents into CA35 boot ROM

[PATCH v2 0/2] isapc: remove support for -cpu host and -cpu max
 2025-09-25 16:03 UTC  (3+ messages)
` [PATCH v2 1/2] hw/i386/isapc.c: "
` [PATCH v2 2/2] docs/about/deprecated.rst: document new restrictions for isapc CPU models

[PATCH v6] tests/functional: add a vfio-user smoke test
 2025-09-25 15:56 UTC  (2+ messages)

[RFT PATCH v2 0/2] Fix cross migration issue with missing features: pdcm, arch-capabilities
 2025-09-25 16:17 UTC  (2+ messages)

[PATCH v2 00/36] target/arm: Reorg VHE redirection
 2025-09-25 15:54 UTC  (5+ messages)
` [PATCH v2 24/36] target/arm: Add key parameter to add_cpreg_to_hashtable


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