messages from 2025-09-25 00:24:13 to 2025-09-25 13:29:33 UTC [more...]
[PATCH v2 00/36] target/arm: Reorg VHE redirection
2025-09-25 13:27 UTC (62+ messages)
` [PATCH v2 05/36] target/arm/hvf: Add KVMID_TO_HVF, HVF_TO_KVMID
` [PATCH v2 06/36] target/arm/hvf: Remove hvf_sreg_match.key
` [PATCH v2 07/36] target/arm/hvf: Replace hvf_sreg_match with hvf_sreg_list
` [PATCH v2 08/36] target/arm/hvf: Sort the cpreg_indexes array
` [PATCH v2 09/36] target/arm/hvf: Use raw_read, raw_write to access
` [PATCH v2 10/36] target/arm: Use raw_write in cp_reg_reset
` [PATCH v2 11/36] target/arm: Rename all ARMCPRegInfo from opaque to ri
` [PATCH v2 14/36] target/arm: Replace cpreg_field_is_64bit with cpreg_field_type
` [PATCH v2 15/36] target/arm: Add CP_REG_AA32_64BIT_{SHIFT,MASK}
` [PATCH v2 16/36] target/arm: Rename CP_REG_AA32_NS_{SHIFT,MASK}
` [PATCH v2 17/36] target/arm: Convert init_cpreg_list to g_hash_table_foreach
` [PATCH v2 18/36] target/arm: Remove cp argument to ENCODE_AA64_CP_REG
` [PATCH v2 20/36] target/arm: Split out add_cpreg_to_hashtable_aa{32, 64}
` [PATCH v2 21/36] target/arm: Improve asserts in define_one_arm_cp_reg
` [PATCH v2 22/36] target/arm: Move cp processing to define_one_arm_cp_reg
` [PATCH v2 23/36] target/arm: Move cpreg elimination "
` [PATCH v2 24/36] target/arm: Add key parameter to add_cpreg_to_hashtable
` [PATCH v2 25/36] target/arm: Split out alloc_cpreg
` [PATCH v2 26/36] target/arm: Hoist the allocation of ARMCPRegInfo
` [PATCH v2 27/36] target/arm: Remove name argument to alloc_cpreg
` [PATCH v2 28/36] target/arm: Move alias setting for wildcards
` [PATCH v2 29/36] target/arm: Move writeback of CP_ANY fields
` [PATCH v2 30/36] target/arm: Move endianness fixup for 32-bit registers
` [PATCH v2 31/36] target/arm: Rename TBFLAG_A64_NV2_MEM_E20 with *_E2H
` [PATCH v2 32/36] target/arm: Split out redirect_cpreg
` [PATCH v2 33/36] target/arm: Redirect VHE FOO_EL1 -> FOO_EL2 during translation
` [PATCH v2 34/36] target/arm: Redirect VHE FOO_EL12 to FOO_EL1 "
` [PATCH v2 35/36] target/arm: Rename some cpreg to their aarch64 names
` [PATCH v2 36/36] target/arm: Remove define_arm_vh_e2h_redirects_aliases
[PATCH 0/2] i386/tcg: Protect SMM against malicious kernel via IPI & DR
2025-09-25 10:30 UTC (3+ messages)
` [PATCH 1/2] i386/cpu: Prevent delivering SIPI during SMM in TCG mode
` [PATCH 2/2] i386/tcg/smm_helper: Properly apply DR values on SMM entry / exit
[PATCH v9 0/7] Power11 support for QEMU [PowerNV]
2025-09-25 12:51 UTC (10+ messages)
` Access to remote XIVE2 units (was Re: [PATCH v9 0/7] Power11 support for QEMU [PowerNV])
[PATCH v6 00/25] tcg-plugins: add hooks for discontinuities
2025-09-25 12:42 UTC (8+ messages)
` [PATCH v6 23/25] tests: add plugin asserting correctness of discon event's to_pc
[PATCH 00/16] tracetool: add Rust support
2025-09-25 12:38 UTC (8+ messages)
` [PATCH 08/16] tracetool: Add Rust format support
[PATCH 0/2] esp.c: fix esp_cdb_ready() FIFO wraparound limit calculation
2025-09-25 12:28 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] qtest/am53c974-test: add additional test for cmdfifo overflow
[RFC PATCH 0/7] rust: migration: add high-level migration wrappers
2025-09-25 12:35 UTC (10+ messages)
` [PATCH 3/7] rust: migration: extract vmstate_fields_ref
` [PATCH 4/7] rust: migration: add high-level migration wrappers
` [PATCH 5/7] rust: qemu-macros: add ToMigrationState derive macro
[PATCH] target/arm: Don't set HCR.RW for AArch32 only CPUs
2025-09-25 11:57 UTC
[PATCH 0/4] migration: Introduce POSTCOPY_DEVICE state
2025-09-25 11:54 UTC (3+ messages)
` [PATCH 4/4] "
[PATCH v2 00/28] vfio: improve naming conventions
2025-09-25 11:44 UTC (30+ messages)
` [PATCH v2 01/28] include/hw/vfio/vfio-container.h: rename VFIOContainer to VFIOLegacyContainer
` [PATCH v2 02/28] include/hw/vfio/vfio-container-base.h: rename VFIOContainerBase to VFIOContainer
` [PATCH v2 03/28] include/hw/vfio/vfio-container.h: rename file to vfio-container-legacy.h
` [PATCH v2 04/28] include/hw/vfio/vfio-container-base.h: rename file to vfio-container.h
` [PATCH v2 05/28] hw/vfio/container.c: rename file to container-legacy.c
` [PATCH v2 06/28] hw/vfio/container-base.c: rename file to container.c
` [PATCH v2 07/28] vfio/iommufd.c: use QOM casts where appropriate
` [PATCH v2 08/28] vfio/cpr-iommufd.c: "
` [PATCH v2 09/28] vfio/vfio-iommufd.h: rename VFIOContainer bcontainer field to parent_obj
` [PATCH v2 10/28] vfio/spapr.c: use QOM casts where appropriate
` [PATCH v2 11/28] vfio/spapr.c: rename VFIOContainer bcontainer field to parent_obj
` [PATCH v2 12/28] vfio/pci.c: rename vfio_instance_init() to vfio_pci_init()
` [PATCH v2 13/28] vfio/pci.c: rename vfio_instance_finalize() to vfio_pci_finalize()
` [PATCH v2 14/28] vfio/pci.c: rename vfio_pci_dev_class_init() to vfio_pci_class_init()
` [PATCH v2 15/28] vfio/pci.c: rename vfio_pci_dev_info to vfio_pci_info
` [PATCH v2 16/28] hw/vfio/types.h: rename TYPE_VFIO_PCI_BASE to TYPE_VFIO_PCI_DEVICE
` [PATCH v2 17/28] vfio/pci.c: rename vfio_pci_base_dev_class_init() to vfio_pci_device_class_init()
` [PATCH v2 18/28] vfio/pci.c: rename vfio_pci_base_dev_info to vfio_pci_device_info
` [PATCH v2 19/28] vfio/pci.c: rename vfio_pci_dev_properties[] to vfio_pci_properties[]
` [PATCH v2 20/28] vfio/pci.c: rename vfio_pci_dev_nohotplug_properties[] to vfio_pci_nohotplug_properties[]
` [PATCH v2 21/28] vfio/pci.c: rename vfio_pci_nohotplug_dev_class_init() to vfio_pci_nohotplug_class_init()
` [PATCH v2 22/28] vfio/pci.c: rename vfio_pci_nohotplug_dev_info to vfio_pci_nohotplug_info
` [PATCH v2 23/28] vfio-user/pci.c: rename vfio_user_pci_dev_class_init() to vfio_user_pci_class_init()
` [PATCH v2 24/28] vfio-user/pci.c: rename vfio_user_pci_dev_properties[] to vfio_user_pci_properties[]
` [PATCH v2 25/28] vfio-user/pci.c: rename vfio_user_instance_init() to vfio_user_pci_init()
` [PATCH v2 26/28] vfio-user/pci.c: rename vfio_user_instance_finalize() to vfio_user_pci_finalize()
` [PATCH v2 27/28] vfio-user/pci.c: rename vfio_user_pci_dev_info to vfio_user_pci_info
` [PATCH v2 28/28] include/hw/vfio/vfio-device.h: fix include header guard name
[PATCH v4 00/23] util: sync error_report & qemu_log output more closely
2025-09-25 11:25 UTC (36+ messages)
` [PATCH v4 01/23] include: define constant for early constructor priority
` [PATCH v4 02/23] monitor: initialize global data from a constructor
` [PATCH v4 03/23] system: unconditionally enable thread naming
` [PATCH v4 04/23] util: expose qemu_thread_set_name
` [PATCH v4 05/23] audio: make jackaudio use qemu_thread_set_name
` [PATCH v4 06/23] util: set the name for the 'main' thread
` [PATCH v4 07/23] util: add API to fetch the current thread name
` [PATCH v4 08/23] log: avoid repeated prefix on incremental qemu_log calls
` [PATCH v4 09/23] util: introduce some API docs for logging APIs
` [PATCH v4 10/23] ui/vnc: remove use of error_printf_unless_qmp()
` [PATCH v4 11/23] monitor: remove redundant error_[v]printf_unless_qmp
` [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 15/23] util: don't skip error prefixes when QMP is active
` [PATCH v4 16/23] util: fix interleaving of error & trace output
` [PATCH v4 17/23] util: fix interleaving of error prefixes
` [PATCH v4 18/23] util: introduce common helper for error-report & log code
` [PATCH v4 19/23] util: convert error-report & log to message API for timestamp
` [PATCH v4 20/23] util: add support for formatting a workload name in messages
` [PATCH v4 21/23] util: add support for formatting a program "
` [PATCH v4 22/23] util: add support for formatting thread info "
` [PATCH v4 23/23] util: add brackets around guest name in message context
[PATCH] numa: add 'spm' option for special purpose memory
2025-09-25 11:11 UTC (4+ messages)
[PATCH v2 0/9] target/i386: SEV: Add support for enabling VMSA SEV features
2025-09-25 10:17 UTC (10+ messages)
` [PATCH v2 1/9] target/i386: SEV: Generalize handling of SVM_SEV_FEAT_SNP_ACTIVE
` [PATCH v2 2/9] target/i386: SEV: Ensure SEV features are only set through qemu cli or IGVM
` [PATCH v2 3/9] target/i386: SEV: Consolidate SEV feature validation to common init path
` [PATCH v2 4/9] target/i386: SEV: Validate that SEV-ES is enabled when VMSA features are used
` [PATCH v2 5/9] target/i386: SEV: Enable use of KVM_SEV_INIT2 for SEV-ES guests
` [PATCH v2 6/9] target/i386: SEV: Add support for enabling debug-swap SEV feature
` [PATCH v2 7/9] target/i386: SEV: Add support for enabling Secure TSC "
` [PATCH v2 8/9] target/i386: SEV: Add support for setting TSC frequency for Secure TSC
` [PATCH v2 9/9] target/i386: SEV: Refactor check_sev_features()
[PATCH v3] hw/sensor: added MAX16600 device model
2025-09-25 10:17 UTC (2+ messages)
[PATCH] virtio: vhost-user-device: Make user creatable again
2025-09-25 10:14 UTC (9+ messages)
[PATCH] net/passt: Fix build failure due to missing GIO dependency
2025-09-25 10:13 UTC (2+ messages)
[PATCH] passt: Declare dependency on gio
2025-09-25 10:12 UTC (3+ messages)
[PATCH] hw/usb/hcd-uhci: don't assert for SETUP to non-0 endpoint
2025-09-25 10:07 UTC (3+ messages)
[RFC PATCH] docs/system/security: Restrict "virtualization use case" to specific machines
2025-09-25 9:22 UTC (9+ messages)
[PATCH v2 0/3] memory: Stop piggybacking on memory region owners
2025-09-25 9:03 UTC (8+ messages)
` [PATCH v2 3/3] "
Should QEMU (accel=kvm) kvm-clock/guest_tsc stop counting during downtime blackout?
2025-09-25 8:44 UTC (10+ messages)
[RFT PATCH v2 0/2] Fix cross migration issue with missing features: pdcm, arch-capabilities
2025-09-25 8:40 UTC
[PATCH 0/4] cpus: Cleanups around cpu running state changes
2025-09-25 8:34 UTC (6+ messages)
` [PATCH 1/4] cpus: Only resume halted CPUs
` [PATCH 2/4] cpus: Access CPUState::thread_kicked atomically
` [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] docs/code-provenance: add an exception for non-creative AI changes
2025-09-25 7:56 UTC
[PATCH V4 0/8] Live update: cpr-exec
2025-09-25 7:12 UTC (9+ messages)
` [PATCH V4 5/8] migration: cpr-exec save and load
` [PATCH V4 6/8] migration: cpr-exec mode
[PULL 00/11] loongarch-to-apply queue
2025-09-25 6:09 UTC (12+ messages)
` [PULL 01/11] target/loongarch: move some machine define to virt.h
` [PULL 02/11] hw/loongarch: add virt feature dmsi support
` [PULL 03/11] hw/loongarch: add misc register support dmsi
` [PULL 04/11] loongarch: add a direct interrupt controller device
` [PULL 05/11] target/loongarch: add msg interrupt CSR registers
` [PULL 06/11] hw/loongarch: DINTC add a MemoryRegion
` [PULL 07/11] hw/loongarch: Implement dintc realize and unrealize
` [PULL 08/11] hw/loongarch: Implement dintc set irq
` [PULL 09/11] target/loongarch: Add CSR_ESTAT.bit15 and CSR_ECFG.bit15 for msg interrupts
` [PULL 10/11] target/loongarch:Implement csrrd CSR_MSGIR register
` [PULL 11/11] hw/loongarch: Implement DINTC plug/unplug interfaces
[PATCH v3 0/8] Support VBOOTROM to ast2700fc machine
2025-09-25 5:05 UTC (9+ messages)
` [PATCH v3 1/8] hw/arm/aspeed: Move aspeed_board_init_flashes() to common SoC code
` [PATCH v3 2/8] hw/arm/aspeed: Move write_boot_rom "
` [PATCH v3 3/8] hw/arm/aspeed: Move aspeed_install_boot_rom "
` [PATCH v3 4/8] hw/arm/aspeed: Move aspeed_load_vbootrom "
` [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 v3 8/8] hw/arm/aspeed_ast27x0-fc: Add VBOOTROM support
[PATCH v5 0/9] Add IBM PPE42 CPU support
2025-09-25 4:57 UTC (6+ messages)
` [PATCH v5 2/9] target/ppc: Add IBM PPE42 family of processors
[PATCH] hw/i386/isapc.c: remove support for -cpu host and -cpu max
2025-09-25 4:27 UTC (2+ messages)
[PATCH 0/2] accel/tcg: Trace tb_flush() and tb_gen_code() buffer overflow
2025-09-25 3:56 UTC (3+ messages)
` [PATCH 1/2] accel/tcg: Trace tb_flush() calls
` [PATCH 2/2] accel/tcg: Trace tb_gen_code() buffer overflow
[PATCH] target/arm: Replace magic GIC values by proper definitions
2025-09-25 3:21 UTC
[PATCH v4] net/tap-linux.c: avoid abort when setting invalid fd
2025-09-25 2:32 UTC
[PATCH v1 00/21] Control coprocessor reset for AST2700
2025-09-25 2:32 UTC (8+ messages)
` [PATCH v1 08/21] hw/arm/ast27x0: Add SCU alias for SSP and ensure correct device realization order
` [SPAM] "
[PATCH v2 0/7] Support VBOOTROM to ast2700fc machine
2025-09-25 2:27 UTC (7+ messages)
` [PATCH v2 5/7] hw/arm/aspeed_ast27x0-fc: Replace error_abort with local errp
` [PATCH v2 6/7] hw/arm/aspeed_ast27x0-fc: Map FMC0 flash contents into CA35 boot ROM
[PATCH v3 00/10] accel/tcg: Improve tb_flush usage
2025-09-25 2:15 UTC (3+ messages)
` [PATCH v3 05/10] accel/tcg: Split out tb_flush__exclusive_or_serial
[PATCH] hw/xtensa/xtfpga: Have xtfpga_init() only initialize MMU
2025-09-25 1:35 UTC
[PATCH] target/m68k: Remove pointless @cpu_halted TCGv
2025-09-25 1:24 UTC
[PATCH] target/loongarch: Replace VMSTATE_UINTTL() -> VMSTATE_UINT64()
2025-09-25 1:12 UTC (2+ messages)
[PATCH v1 0/5] Add Aspeed GPIO test and Support Nuvoton Serial GPIO Expansion (SGPIO) device
2025-09-25 1:10 UTC (8+ messages)
` [PATCH v1 1/5] hw/gpio: Add property for ASPEED GPIO in 32 bits basis
` [PATCH v1 2/5] tests/qtest: Add qtest for for ASPEED GPIO gpio-set property
` [PATCH v1 3/5] hw/arm/npcm8xx.c: Add all IRQ ENUMs
` [PATCH v1 4/5] hw/gpio/npcm8xx: Implement SIOX (SPGIO) device for NPCM without input pin logic
` [PATCH v1 5/5] hw/gpio/npcm8xx: Implement npcm sgpio device "
[PATCH v2] target/alpha: Access CPUState::cpu_index via helper
2025-09-25 1:04 UTC
[PATCH] target/alpha: Access CPUState::cpu_index via helper
2025-09-25 1:03 UTC (3+ messages)
[PATCH] net/net.c: add tap device fd validity check to prevent abort on deleted device
2025-09-25 1:01 UTC (3+ messages)
` [PATCH v3] net/tap-linux.c: avoid abort when setting invalid fd
[PATCH v2] target/alpha: Replace VMSTATE_UINTTL() -> VMSTATE_UINT64()
2025-09-25 0:51 UTC
[PATCH] target/openrisc: Replace VMSTATE_UINTTL() -> VMSTATE_UINT32()
2025-09-25 0:48 UTC
[PATCH] target/alpha: Replace VMSTATE_UINTTL() -> VMSTATE_UINT64()
2025-09-25 0:42 UTC (2+ messages)
[PATCH] tcg/optimize: Fix folding of vector bitsel
2025-09-25 0:23 UTC (4+ messages)
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).