qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-27 17:30:53 to 2025-10-28 07:54:02 UTC [more...]

[PULL 00/23] Misc HW patches for 2025-10-28
 2025-10-28  7:48 UTC  (12+ messages)
` [PULL 01/23] target/hppa: Set FPCR exception flag bits for non-trapped exceptions
` [PULL 02/23] qom: remove redundant typedef when use OBJECT_DECLARE_SIMPLE_TYPE
` [PULL 03/23] hw/net/virtio-net: make VirtIONet.vlans an array instead of a pointer
` [PULL 04/23] migration/vmstate: remove VMSTATE_BUFFER_POINTER_UNSAFE macro
` [PULL 05/23] hw/pci-host/raven: Simplify creating PCI facing part
` [PULL 06/23] hw/pci-host/raven: Simplify "
` [PULL 07/23] hw/pci-host/raven: Simplify host bridge type declaration
` [PULL 08/23] hw/pci-host/raven: Use DEFINE_TYPES macro
` [PULL 09/23] hw/pci-host/raven: Simplify PCI bus creation
` [PULL 10/23] hw/qdev: Have qdev_get_gpio_out_connector() take const DeviceState arg
` [PULL 12/23] hw/uefi: Include missing 'system/memory.h' header

[PATCH 1/2] hw/ppc: Fix missing return on allocation failure
 2025-10-28  7:36 UTC  (5+ messages)
` [PATCH 2/2] hw/ppc: Fix memory leak in get_cpu_state_data()

[PATCH v2 0/7] hw/pci-host: Re-use generic pci_host_data_le_ops MemoryRegionOps
 2025-10-28  7:35 UTC  (4+ messages)
` [PATCH v2 1/7] hw/pci/pci_host: Add 'config-reg-check-high-bit' property

[PATCH] target/hppa: Set FPCR exception flag bits for non-trapped exceptions
 2025-10-28  7:30 UTC  (2+ messages)

[PATCH v2 0/3] single-binary: Prepare hw/riscv for single compilation
 2025-10-28  7:25 UTC  (5+ messages)
` [PATCH v2 1/3] hw/riscv: Use generic hwaddr for firmware addressses

[PATCH] hw/pci-host: Set DEVICE_CATEGORY_BRIDGE once in parent class_init()
 2025-10-28  7:24 UTC  (3+ messages)

[PATCH v5 00/13] hw/pci-host/raven clean ups
 2025-10-28  7:21 UTC  (2+ messages)

[PATCH v7 00/23] intel_iommu: Enable first stage translation for passthrough device
 2025-10-28  6:57 UTC  (10+ messages)
` [PATCH v7 05/23] hw/pci: Introduce pci_device_get_viommu_flags()
` [PATCH v7 08/23] vfio/iommufd: Force creating nesting parent HWPT
` [PATCH v7 12/23] intel_iommu: Add some macros and inline functions

[PATCH v2 0/2] migration: Fix error propagation regression and memory leak
 2025-10-28  6:42 UTC  (4+ messages)
` [PATCH v2 1/2] migration: Fix regression of passing error_fatal into vmstate_load_state()
` [PATCH v2 2/2] migration: Fix memory leak in postcopy_ram_listen_thread()

[PATCH RFC V6 00/24] Support of Virtual CPU Hotplug-like Feature for ARMv8+ Arch
 2025-10-28  6:24 UTC  (5+ messages)
` [PATCH RFC V6 02/24] hw/core, qemu-options.hx: Introduce 'disabledcpus' SMP parameter
` [PATCH RFC V6 04/24] arm/virt, target/arm: Add new ARMCPU {socket, cluster, core, thread}-id property
  ` [PATCH RFC V6 04/24] arm/virt,target/arm: Add new ARMCPU {socket,cluster,core,thread}-id property

[PATCH v3 00/59] target/arm/hvf: Consolidate
 2025-10-28  5:42 UTC  (60+ messages)
` [PATCH v3 01/59] target/arm/hvf: Release memory allocated by hv_vcpu_config_create()
` [PATCH v3 02/59] target/arm/hvf: Trace vCPU KICK events
` [PATCH v3 03/59] target/arm/hvf: Check hv_vcpus_exit() returned value
` [PATCH v3 04/59] target/arm/hvf: Check hv_vcpu_set_vtimer_mask() "
` [PATCH v3 05/59] accel/hvf: Rename hvf_vcpu_exec() -> hvf_arch_vcpu_exec()
` [PATCH v3 06/59] accel/hvf: Rename hvf_put|get_registers -> hvf_arch_put|get_registers
` [PATCH v3 07/59] target/arm/hvf: Mention flush_cpu_state() must run on vCPU thread
` [PATCH v3 08/59] accel/hvf: Mention hvf_arch_init_vcpu() "
` [PATCH v3 09/59] target/arm/hvf: Mention hvf_sync_vtimer() "
` [PATCH v3 10/59] target/arm/hvf: Mention hvf_arch_set_traps() "
` [PATCH v3 11/59] accel/hvf: Mention hvf_arch_update_guest_debug() must run on vCPU
` [PATCH v3 12/59] target/arm/hvf: Mention hvf_inject_interrupts() must run on vCPU thread
` [PATCH v3 13/59] accel/hvf: Implement hvf_arch_vcpu_destroy()
` [PATCH v3 14/59] target/arm/hvf: Hardcode Apple MIDR
` [PATCH v3 15/59] target/arm/hvf: Simplify hvf_arm_get_host_cpu_features()
` [PATCH v3 16/59] target/arm/hvf: switch hvf_arm_get_host_cpu_features to not create a vCPU
` [PATCH v3 17/59] target/arm/hvf: Factor hvf_handle_exception() out
` [PATCH v3 18/59] target/i386/hvf: Factor hvf_handle_vmexit() out
` [PATCH v3 19/59] target/arm/hvf: "
` [PATCH v3 20/59] target/arm/hvf: Keep calling hv_vcpu_run() in loop
` [PATCH v3 21/59] cpus: Trace cpu_exec_start() and cpu_exec_end() calls
` [PATCH v3 22/59] accel/hvf: Guard hv_vcpu_run() between cpu_exec_start/end() calls
` [PATCH v3 23/59] target/arm: Call aarch64_add_pauth_properties() once in host_initfn()
` [PATCH v3 24/59] accel/hvf: Restrict ARM specific fields of AccelCPUState
` [PATCH v3 25/59] target/arm: Rename init_cpreg_list() -> arm_init_cpreg_list()
` [PATCH v3 26/59] target/arm/hvf: Rename 'vgic' -> 'emu_reginfo' in trace events
` [PATCH v3 27/59] target/arm: Re-use arm_is_psci_call() in HVF
` [PATCH v3 28/59] target/arm: Share ARM_PSCI_CALL trace event between TCG and HVF
` [PATCH v3 29/59] target/arm/hvf/hvf: Document $pc adjustment in HVF & SMC
` [PATCH v3 30/59] accel/hvf: Trace prefetch abort
` [PATCH v3 31/59] accel/hvf: Create hvf_protect_clean_range, hvf_unprotect_dirty_range
` [PATCH v3 32/59] accel/hvf: Enforce host alignment in hv_vm_protect()
` [PATCH v3 33/59] target/i386/hvf: Use host page alignment in ept_emulation_fault()
` [PATCH v3 34/59] target/i386/hvf: Use hvf_unprotect_page
` [PATCH v3 35/59] target/i386/hvf: Use address_space_translate in ept_emulation_fault
` [PATCH v3 36/59] accel/hvf: Simplify hvf_log_*
` [PATCH v3 37/59] accel/hvf: Move hvf_log_sync to hvf_log_clear
` [PATCH v3 38/59] accel/hvf: Simplify hvf_set_phys_mem
` [PATCH v3 39/59] accel/hvf: Drop hvf_slot and hvf_find_overlap_slot
` [PATCH v3 40/59] accel/hvf: Remove mac_slots
` [PATCH v3 41/59] target/arm/hvf: Implement dirty page tracking
` [PATCH v3 42/59] accel/hvf: Skip WFI if CPU has work to do
` [PATCH v3 43/59] accel/hvf: Implement WFI without using pselect()
` [PATCH v3 44/59] accel/hvf: Have PSCI CPU_SUSPEND halt the vCPU
` [PATCH v3 45/59] accel: Introduce AccelOpsClass::cpu_target_realize() hook
` [PATCH v3 46/59] accel/hvf: Add hvf_arch_cpu_realize() stubs
` [PATCH v3 47/59] target/arm: Create GTimers *after* features finalized / accel realized
` [PATCH v3 48/59] target/arm/hvf: Really set Generic Timer counter frequency
` [PATCH v3 49/59] target/arm: Only allow disabling NEON when using TCG
` [PATCH v3 50/59] target/arm/hvf: Do not abort in hvf_arm_get_*_ipa_bit_size()
` [PATCH v3 51/59] hw/arm/virt: Warn when HVF doesn't report IPA bit length
` [PATCH v3 52/59] accel/hvf: Introduce hvf_arch_cpu_synchronize_[pre/post]exec() hooks
` [PATCH v3 53/59] target/i386/hvf: Flush vCPU registers once before vcpu_exec() loop
` [PATCH v3 54/59] target/arm/hvf: "
` [PATCH v3 55/59] accel/hvf: Sync CNTV_CTL_EL0 & CNTV_CVAL_EL0
` [PATCH v3 56/59] target/arm: Better describe PMU depends on TCG or HVF
` [PATCH v3 57/59] target/arm/hvf: Emulate PMU registers
` [PATCH v3 58/59] target/arm/hvf: Emulate Monitor Debug registers
` [PATCH v3 59/59] target/arm/hvf: Emulate PhysTimer registers

[PATCH v1 00/16] Split AST2400, AST2600, AST2700 and AST1030 SoC machines into separate source files for maintainability
 2025-10-28  6:23 UTC  (17+ messages)
` [PATCH v1 01/16] hw/arm/aspeed: Split Quanta-Q71L machine into a separate source file "
` [PATCH v1 02/16] hw/arm/aspeed: Split Supermicro X11 "
` [PATCH v1 03/16] hw/arm/aspeed: Split Palmetto "
` [PATCH v1 04/16] hw/arm/aspeed: Split Bletchley "
` [PATCH v1 05/16] hw/arm/aspeed: Split fby35 BMC "
` [PATCH v1 06/16] hw/arm/aspeed: Split Facebook Fuji "
` [PATCH v1 07/16] hw/arm/aspeed: Split QCOM Firework "
` [PATCH v1 08/16] hw/arm/aspeed: Split QCOM DC-SCM V1 "
` [PATCH v1 09/16] hw/arm/aspeed: Make aspeed_machine_ast2600_class_emmc_init() a common API for eMMC boot setup
` [PATCH v1 10/16] hw/arm/aspeed: Split GB200NVL machine into a separate source file for maintainability
` [PATCH v1 11/16] hw/arm/aspeed: Split Rainier "
` [PATCH v1 12/16] hw/arm/aspeed: Split Catalina "
` [PATCH v1 13/16] hw/arm/aspeed: Split AST2600 EVB "
` [PATCH v1 14/16] hw/arm/aspeed: Split AST2700 "
` [PATCH v1 15/16] hw/arm/aspeed: Promote connect_serial_hds_to_uarts() to public machine API
` [PATCH v1 16/16] hw/arm/aspeed: Split AST1030 EVB machine into a separate source file for maintainability

[PATCH] migration: Fix regression of passing error_fatal into vmstate_load_state()
 2025-10-28  6:24 UTC  (5+ messages)

[RFC PATCH] target/loongarch: Add kvm support dintc
 2025-10-28  6:18 UTC  (3+ messages)

[PULL 00/45] Staging patches
 2025-10-28  5:46 UTC  (5+ messages)
` [PULL 23/45] migration: Capture error in postcopy_ram_listen_thread()

[PATCH v2] docs/system/arm/virt: Document user-creatable SMMUv3
 2025-10-28  5:35 UTC  (5+ messages)

[PATCH] tests/functional/riscv64/test_sifive_u: Remove unused import statement
 2025-10-28  4:05 UTC  (2+ messages)

[PATCH] hw/riscv/riscv-iommu: Fix MemoryRegion owner
 2025-10-28  4:04 UTC  (2+ messages)

[PATCH v3 0/4] migration: vmsd errp handlers: return bool
 2025-10-28  5:08 UTC  (10+ messages)
` [PATCH v3 3/4] migration/vmstate: stop reporting error number for new _errp APIs
` [PATCH v3 4/4] migration: vmsd errp handlers: return bool

[PATCH 0/4] Some more pegasos patches
 2025-10-28  5:01 UTC  (9+ messages)
` [PATCH 2/4] hw/pci-host/articia: Map PCI memory windows in realize
` [PATCH 3/4] hw/ppc/pegasos2: Rename to pegasos
` [PATCH 4/4] hw/ppc/pegasos: Update documentation for pegasos1

[RFC 2/5] rust: hw: core: Add rust bindings/funcs for i2c bus
 2025-10-28  2:25 UTC  (3+ messages)

[PATCH v3 00/20] i386: Support CET for KVM
 2025-10-28  2:04 UTC  (3+ messages)
` [PATCH v3 12/20] i386/cpu: Add CET support in CR4

[PULL 00/11] Devel scsi ncr710 patches
 2025-10-27 21:16 UTC  (12+ messages)
` [PULL 01/11] target/hppa: Update SeaBIOS-hppa to version 19
` [PULL 02/11] lasi_ncr710: Add LASI wrapper for NCR 53c710 SCSI chip
` [PULL 03/11] ncr710: Add driver for the "
` [PULL 04/11] lasi: Forward LASI SCSI ports to NCR 53c710 driver
` [PULL 05/11] hw/scsi: Add config option for new ncr710 driver
` [PULL 06/11] hw/hppa: Fix firmware end address for LASI chip
` [PULL 07/11] hw/hppa: Fix interrupt of LASI parallel port
` [PULL 08/11] hw/hppa: Add NCR 710 SCSI driver to LASI chip Kconfig entry
` [PULL 09/11] hw/hppa: PCI devices depend on availability of PCI bus
` [PULL 10/11] hw/hppa: Require SeaBIOS version 19 for 715 machine
` [PULL 11/11] hw/hppa: Add 715 machine type including NCR710 SCSI

[PATCH] block: Add missing null checks during query-named-block-nodes
 2025-10-27 20:55 UTC  (7+ messages)

[PATCH v3 00/13] Pegasos2 clean up and pegasos1 emulation
 2025-10-27 20:18 UTC  (9+ messages)

[PATCH v2] block: enable stats-intervals for storage devices
 2025-10-27 20:08 UTC  (3+ messages)

[PATCH v2 0/4] hw/arm/virt: Remove virt-4.1 and virt-4.2 machines
 2025-10-27 19:40 UTC  (2+ messages)

[PATCH] hw/arm/aspeed: Remove ast2700fc self-aliasing
 2025-10-27 19:18 UTC  (2+ messages)

[PATCH 0/3] hw/xen: Build only once
 2025-10-27 19:17 UTC  (2+ messages)

[PATCH] remove redundant typedef when use OBJECT_DECLARE_SIMPLE_TYPE
 2025-10-27 19:15 UTC  (2+ messages)

[PATCH] hw/uefi/ovmf-log: Fix memory leak in hmp_info_firmware_log
 2025-10-27 19:15 UTC  (2+ messages)

[PATCH] intel_iommu: Remove an unused state field
 2025-10-27 19:14 UTC  (2+ messages)

[PATCH] ds1225y: Fix nvram MemoryRegion owner
 2025-10-27 19:13 UTC  (2+ messages)

[PATCH v2 0/2] virtio-net: make VirtIONet.vlans an array instead of a pointer
 2025-10-27 19:13 UTC  (2+ messages)

[Patch v10 0/6] core/loader: capture Error from load_image_targphys
 2025-10-27 19:10 UTC  (4+ messages)

[PULL 0/1] Block patches
 2025-10-27 19:05 UTC  (2+ messages)
` [PULL 1/1] hw/scsi: avoid deadlock upon TMF request cancelling with VirtIO

[PATCH v2] hw/scsi: avoid deadlock upon TMF request cancelling with VirtIO
 2025-10-27 18:55 UTC  (4+ messages)

[PATCH v4 00/27] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-10-27 18:40 UTC  (13+ messages)
` [PATCH v4 22/27] hw/arm/smmuv3-accel: Add support for ATS
` [PATCH v4 25/27] backends/iommufd: Add a callback helper to retrieve PASID support
` [PATCH v4 27/27] hw.arm/smmuv3: Add support for PASID enable

[PATCH v4 00/33] single-binary: Make riscv cpu.h target independent
 2025-10-27 18:18 UTC  (34+ messages)
` [PATCH v4 01/33] target/riscv: Fix size of trivial CPUArchState fields
` [PATCH v4 02/33] target/riscv: Fix size of mhartid
` [PATCH v4 03/33] target/riscv: Bugfix riscv_pmu_ctr_get_fixed_counters_val()
` [PATCH v4 04/33] target/riscv: Bugfix make bit 62 read-only 0 for sireg* cfg CSR read
` [PATCH v4 05/33] target/riscv: Combine mhpmevent and mhpmeventh
` [PATCH v4 06/33] target/riscv: Combine mcyclecfg and mcyclecfgh
` [PATCH v4 07/33] target/riscv: Combine minstretcfg and minstretcfgh
` [PATCH v4 08/33] target/riscv: Combine mhpmcounter and mhpmcounterh
` [PATCH v4 09/33] target/riscv: Fix size of gpr and gprh
` [PATCH v4 10/33] target/riscv: Fix size of vector CSRs
` [PATCH v4 11/33] target/riscv: Fix size of pc, load_[val|res]
` [PATCH v4 12/33] target/riscv: Fix size of frm and fflags
` [PATCH v4 13/33] target/riscv: Fix size of badaddr and bins
` [PATCH v4 14/33] target/riscv: Fix size of guest_phys_fault_addr
` [PATCH v4 15/33] target/riscv: Fix size of priv_ver and vext_ver
` [PATCH v4 16/33] target/riscv: Fix size of retxh
` [PATCH v4 17/33] target/riscv: Fix size of ssp
` [PATCH v4 18/33] target/riscv: Fix size of excp_uw2
` [PATCH v4 19/33] target/riscv: Fix size of sw_check_code
` [PATCH v4 20/33] target/riscv: Fix size of priv
` [PATCH v4 21/33] target/riscv: Fix size of gei fields
` [PATCH v4 22/33] target/riscv: Fix size of [m|s|vs]iselect fields
` [PATCH v4 23/33] target/riscv: Fix arguments to board IMSIC emulation callbacks
` [PATCH v4 24/33] target/riscv: Fix size of irq_overflow_left
` [PATCH v4 25/33] target/riscv: Indent PMUFixedCtrState correctly
` [PATCH v4 26/33] target/riscv: Replace target_ulong in riscv_cpu_get_trap_name()
` [PATCH v4 27/33] target/riscv: Replace target_ulong in riscv_ctr_add_entry()
` [PATCH v4 28/33] target/riscv: Fix size of trigger data
` [PATCH v4 29/33] target/riscv: Fix size of mseccfg
` [PATCH v4 30/33] target/riscv: Move debug.h include away from cpu.h
` [PATCH v4 31/33] target/riscv: Move CSR declarations to separate csr.h header
` [PATCH v4 32/33] target/riscv: Introduce externally facing CSR access functions
` [PATCH v4 33/33] target/riscv: Make pmp.h target_ulong agnostic


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