qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-11 20:39:48 to 2025-05-12 13:34:45 UTC [more...]

[PATCH v4 00/27] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
 2025-05-12 13:33 UTC  (13+ messages)
` [PATCH v4 11/27] hw/i386/pc: Remove pc_compat_2_6[] array
` [PATCH v4 12/27] target/i386/cpu: Remove CPUX86State::enable_cpuid_0xb field
      ` How to mark internal properties (was: Re: [PATCH v4 12/27] target/i386/cpu: Remove CPUX86State::enable_cpuid_0xb field)
        ` How to mark internal properties

[PATCH v4 00/22] usb/xhci and usb/msd improvements and tests
 2025-05-12 13:20 UTC  (14+ messages)
` [PATCH v4 01/22] hw/usb/xhci: Move HCD constants to a header and add register constants
` [PATCH v4 02/22] hw/usb/xhci: Rename and move HCD register region constants to header
` [PATCH v4 06/22] hw/usb/xhci: Support TR NOOP commands
` [PATCH v4 09/22] hw/usb/hcd-xhci-pci: Make PCI device more configurable
` [PATCH v4 10/22] hw/usb/hcd-xhci-pci: Add TI TUSB73X0 XHCI controller model

[PATCH v1 0/3] hw/arm/aspeed_ast2700-fc: Fix null pointer dereference
 2025-05-12 13:18 UTC  (9+ messages)
` [PATCH v1 1/3] hw/arm/aspeed_ast2700-fc: Fix null pointer dereference in ca35 init
` [PATCH v1 2/3] hw/arm/aspeed_ast27x0: Fix unimplemented region overlap with vbootrom
` [PATCH v1 3/3] docs: Remove ast2700fc from Aspeed family boards

[PATCH v2] tests/functional: Add PCI hotplug test for aarch64
 2025-05-12 13:13 UTC  (3+ messages)

[PATCH] tests/functional: Add PCI hotplug test for aarch64
 2025-05-12 12:58 UTC  (7+ messages)

[PATCH v11 0/3] Allow to enable multifd and postcopy migration together
 2025-05-12 12:51 UTC  (4+ messages)
` [PATCH v11 1/3] migration: write zero pages when postcopy enabled
` [PATCH v11 2/3] migration: enable multifd and postcopy together
` [PATCH v11 3/3] tests/qtest/migration: add postcopy tests with multifd

[PATCH v4 00/23] tcg-plugins: add hooks for discontinuities
 2025-05-12 12:51 UTC  (13+ messages)
` [PATCH v4 16/23] target/riscv: call plugin trap callbacks
` [PATCH v4 18/23] target/s390x: "
` [PATCH v4 20/23] target/xtensa: "
` [PATCH v4 22/23] tests: add test for double-traps on rv64
` [PATCH v4 23/23] tests: add test with interrupted memory accesses "

[PATCH 0/2] qcow2: queue discards when discard-no-unref enabled
 2025-05-12 12:28 UTC  (3+ messages)
` [PATCH 2/2] qcow2: put discards in discard queue when discard-no-unref is enabled

[PATCH 0/2] rust: pl011: really use RX FIFO depth
 2025-05-12 12:14 UTC  (5+ messages)
` [PATCH 1/2] rust: pl011: Rename RX FIFO methods
` [PATCH 2/2] rust: pl011: Really use RX FIFO depth

[PATCH] net/af-xdp: Support pinned map path for AF_XDP sockets
 2025-05-12 12:03 UTC  (4+ messages)

[PATCH 0/9] ui: Improve scale handling
 2025-05-12 11:49 UTC  (4+ messages)
` [PATCH 1/9] ui/gtk: Document scale and coordinate handling

[PATCH 0/3] Add a for_commit option to qemu-img measure
 2025-05-12 11:16 UTC  (3+ messages)
` [PATCH 1/3] block: add for_commit option to measure

[PATCH 0/2] Initial logging support for Rust
 2025-05-12 10:45 UTC  (8+ messages)
` [PATCH 2/2] rust/hw/char/pl011/src/device: Implement logging

[PATCH v5 00/26] target/riscv: SATP mode and CPU definition overhaul
 2025-05-12 10:39 UTC  (29+ messages)
` [PATCH 01/26] target/riscv: assert argument to set_satp_mode_max_supported is valid
` [PATCH 02/26] target/riscv: cpu: store max SATP mode as a single integer
` [PATCH 03/26] target/riscv: update max_satp_mode based on QOM properties
` [PATCH 04/26] target/riscv: remove supported from RISCVSATPMap
` [PATCH 05/26] target/riscv: move satp_mode.{map, init} out of CPUConfig
` [PATCH 06/26] target/riscv: introduce RISCVCPUDef
` [PATCH 07/26] target/riscv: store RISCVCPUDef struct directly in the class
` [PATCH 08/26] target/riscv: merge riscv_cpu_class_init with the class_base function
` [PATCH 09/26] target/riscv: move RISCVCPUConfig fields to a header file
` [PATCH 10/26] target/riscv: include default value in cpu_cfg_fields.h.inc
` [PATCH 11/26] target/riscv: add more RISCVCPUDef fields
` [PATCH 12/26] target/riscv: convert abstract CPU classes to RISCVCPUDef
` [PATCH 13/26] target/riscv: convert profile CPU models "
` [PATCH 14/26] target/riscv: convert bare "
` [PATCH 15/26] target/riscv: convert dynamic "
` [PATCH 16/26] target/riscv: convert SiFive E "
` [PATCH 17/26] target/riscv: convert ibex "
` [PATCH 18/26] target/riscv: convert SiFive U "
` [PATCH 19/26] target/riscv: th: make CSR insertion test a bit more intuitive
` [PATCH 20/26] target/riscv: generalize custom CSR functionality
` [PATCH 21/26] target/riscv: convert TT C906 to RISCVCPUDef
` [PATCH 22/26] target/riscv: convert TT Ascalon "
` [PATCH 23/26] target/riscv: convert Ventana V1 "
` [PATCH 24/26] target/riscv: convert Xiangshan Nanhu "
` [PATCH 25/26] target/riscv: remove .instance_post_init
` [PATCH 26/26] qom: reverse order of instance_post_init calls

[PATCH v3 0/2] qapi/throttle: Fix qmp_block_set_io_throttle blocked for too long
 2025-05-12 10:31 UTC  (3+ messages)

[PATCH qemu 0/8] hw/cxl: new features for 10.0 (possibly)
 2025-05-12 10:14 UTC  (4+ messages)
` [PATCH qemu 7/8] hw/cxl/cxl-mailbox-utils: Added support for Get Log Capabilities (Opcode 0402h)

[PATCH] virtio-net: Copy all for dhclient workaround
 2025-05-12 10:11 UTC  (2+ messages)

[RFC PATCH] MAINTAINERS: Add an entry for the Bananapi machine
 2025-05-12 10:06 UTC  (2+ messages)

[PATCH v4 00/13] Enable shared device assignment
 2025-05-12  9:43 UTC  (14+ messages)
` [PATCH v4 01/13] memory: Export a helper to get intersection of a MemoryRegionSection with a given range
` [PATCH v4 07/13] ram-block-attribute: Introduce RamBlockAttribute to manage RAMBLock with guest_memfd
` [PATCH v4 10/13] memory: Change NotifyStateClear() definition to return the result
` [PATCH v4 11/13] KVM: Introduce CVMPrivateSharedListener for attribute changes during page conversions

[PATCH v5 00/11] i386: miscellaneous cleanup
 2025-05-12  9:35 UTC  (4+ messages)
` [PATCH v5 01/11 for v9.2?] i386/cpu: Mark avx10_version filtered when prefix is NULL

[PATCH 0/4] i386/cpu: Fix topological field encoding & overflow
 2025-05-12  9:32 UTC  (3+ messages)
` [PATCH 1/4] i386/cpu: Fix number of addressable IDs field for CPUID.01H.EBX[23:16]

[PATCH] linux-headers: update from 6.15 + kvm/next
 2025-05-12  9:31 UTC 

[PATCH for-10.0] scsi-disk: Apply error policy for host_status errors again
 2025-05-12  9:23 UTC  (2+ messages)

[PATCH v4 0/3] hw/misc/aspeed_otp: Add ASPEED OTP memory model and SoC integration
 2025-05-12  9:10 UTC  (4+ messages)
` [PATCH v4 1/3] hw/misc/aspeed_otp: Add ASPEED OTP memory device model
` [PATCH v4 2/3] hw/misc/aspeed_sbc: Connect ASPEED OTP memory device to SBC controller
` [PATCH v4 3/3] hw/arm: Integrate ASPEED OTP memory into AST10x0 and AST2600 SoCs

[PATCH v1 00/22] Fix incorrect hash results on AST2700
 2025-05-12  8:41 UTC  (18+ messages)
` [PATCH v1 07/22] hw/misc/aspeed_hace: Add support for source, digest, key buffer 64 bit addresses
` [PATCH v1 08/22] hw/misc/aspeed_hace: Support DMA 64 bits dram address
` [PATCH v1 11/22] hw/misc/aspeed_hace: Add trace-events for better debugging
` [PATCH v1 12/22] hw/misc/aspeed_hace Support to dump plaintext and digest "
` [PATCH v1 18/22] test/qtest/hace: Update source data and digest data type to 64-bit

[PATCH v4 00/19] hw/i386/pc: Remove deprecated 2.4 and 2.5 PC machines
 2025-05-12  8:39 UTC  (20+ messages)
` [PATCH v4 01/19] hw/i386/pc: Remove deprecated pc-q35-2.4 and pc-i440fx-2.4 machines
` [PATCH v4 02/19] hw/i386/pc: Remove PCMachineClass::broken_reserved_end field
` [PATCH v4 03/19] hw/i386/pc: Remove pc_compat_2_4[] array
` [PATCH v4 04/19] target/i386/cpu: Remove X86CPU::check_cpuid field
` [PATCH v4 05/19] hw/core/machine: Remove hw_compat_2_4[] array
` [PATCH v4 06/19] hw/net/e1000: Remove unused E1000_FLAG_MAC flag
` [PATCH v4 07/19] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_MIGRATE_EXTRA definition
` [PATCH v4 08/19] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_DISABLE_PCIE definition
` [PATCH v4 09/19] hw/i386/pc: Remove deprecated pc-q35-2.5 and pc-i440fx-2.5 machines
` [PATCH v4 10/19] hw/i386/x86: Remove X86MachineClass::save_tsc_khz field
` [PATCH v4 11/19] hw/nvram/fw_cfg: Remove legacy FW_CFG_ORDER_OVERRIDE
` [PATCH v4 12/19] hw/core/machine: Remove hw_compat_2_5[] array
` [PATCH v4 13/19] hw/block/fdc-isa: Remove 'fallback' property
` [PATCH v4 14/19] hw/scsi/vmw_pvscsi: Remove PVSCSI_COMPAT_OLD_PCI_CONFIGURATION definition
` [PATCH v4 15/19] hw/scsi/vmw_pvscsi: Remove PVSCSI_COMPAT_DISABLE_PCIE_BIT definition
` [PATCH v4 16/19] hw/scsi/vmw_pvscsi: Convert DeviceRealize -> InstanceInit
` [PATCH v4 17/19] hw/net/vmxnet3: Remove VMXNET3_COMPAT_FLAG_OLD_MSI_OFFSETS definition
` [PATCH v4 18/19] hw/net/vmxnet3: Remove VMXNET3_COMPAT_FLAG_DISABLE_PCIE definition
` [PATCH v4 19/19] hw/net/vmxnet3: Merge DeviceRealize in InstanceInit

[v2] tests/qtest: Add qtest for NPCM8XX PSPI module
 2025-05-12  8:43 UTC  (5+ messages)

[PATCH v3 00/19] hw/i386/pc: Remove deprecated 2.4 and 2.5 PC machines
 2025-05-12  8:39 UTC  (7+ messages)
` [PATCH v3 06/19] hw/net/e1000: Remove unused E1000_FLAG_MAC flag

[PULL 00/23] aspeed queue
 2025-05-12  8:21 UTC  (7+ messages)
` [PULL 22/23] tests/function/aspeed: Add functional test for ast2700fc

[PATCH v2 00/20] AMD vIOMMU: DMA remapping support for VFIO devices
 2025-05-12  8:02 UTC  (11+ messages)
` [PATCH v2 01/20] memory: Adjust event ranges to fit within notifier boundaries
` [PATCH v2 05/20] amd_iommu: Add helper function to extract the DTE
` [PATCH v2 09/20] amd_iommu: Add basic structure to support IOMMU notifier updates
` [PATCH v2 15/20] amd_iommu: Toggle memory regions based on address translation mode
` [PATCH v2 19/20] amd_iommu: Do not assume passthrough translation when DTE[TV]=0

[PATCH] docs/devel/testing/functional: Fix typo
 2025-05-12  7:52 UTC  (2+ messages)

[PATCH v2 0/2] amd_iommu: Fixes
 2025-05-12  7:08 UTC  (9+ messages)
` [PATCH v2 1/2] hw/i386/amd_iommu: Fix device setup failure when PT is on
  ` [PATCH v2 2/2] hw/i386/amd_iommu: Fix xtsup when vcpus < 255

[PATCH v10 0/3] Allow to enable multifd and postcopy migration together
 2025-05-12  6:26 UTC  (7+ messages)
` [PATCH v10 3/3] migration: write zero pages when postcopy enabled

[PATCH v3] qtest/migration/rdma: Add test for rdma migration with ipv6
 2025-05-12  6:01 UTC 

[PATCH] target/riscv/kvm/kvm-cpu: Fixed the issue of resume after QEMU+KVM migration
 2025-05-12  1:17 UTC 

Query Regarding VM Consistent Snapshot Approaches and Impact of QEMU Guest Agent Freeze
 2025-05-12  5:03 UTC 

[PATCH] target/riscv/kvm/kvm-cpu: Fixed the issue of resume after QEMU+KVM migration
 2025-05-12  2:34 UTC 

[PATCH v2 1/2] qtest/migration/rdma: Enforce RLIMIT_MEMLOCK >= 128MB requirement
 2025-05-12  5:49 UTC  (4+ messages)
` [PATCH v2 2/2] qtest/migration/rdma: Add test for rdma migration with ipv6

[PATCH 00/50] ppc/xive: updates for PowerVM
 2025-05-12  3:10 UTC  (51+ messages)
` [PATCH 01/50] ppc/xive: Fix xive trace event output
` [PATCH 02/50] ppc/xive: Report access size in XIVE TM operation error logs
` [PATCH 03/50] ppc/xive2: Fix calculation of END queue sizes
` [PATCH 04/50] ppc/xive2: Remote VSDs need to match on forwarding address
` [PATCH 05/50] ppc/xive2: fix context push calculation of IPB priority
` [PATCH 06/50] ppc/xive: Fix PHYS NSR ring matching
` [PATCH 07/50] ppc/xive2: Reset Generation Flipped bit on END Cache Watch
` [PATCH 08/50] ppc/xive2: Use fair irq target search algorithm
` [PATCH 09/50] ppc/xive2: Fix irq preempted by lower priority group irq
` [PATCH 10/50] ppc/xive2: Fix treatment of PIPR in CPPR update
` [PATCH 11/50] ppc/xive2: Do not present group interrupt on OS-push if precluded by CPPR
` [PATCH 12/50] ppc/xive2: Set CPPR delivery should account for group priority
` [PATCH 13/50] ppc/xive: tctx_notify should clear the precluded interrupt
` [PATCH 14/50] ppc/xive: Explicitly zero NSR after accepting
` [PATCH 15/50] ppc/xive: Move NSR decoding into helper functions
` [PATCH 16/50] ppc/xive: Fix pulling pool and phys contexts
` [PATCH 17/50] pnv/xive2: Support ESB Escalation
` [PATCH 18/50] pnv/xive2: Print value in invalid register write logging
` [PATCH 19/50] pnv/xive2: VC_ENDC_WATCH_SPEC regs should read back WATCH_FULL
` [PATCH 20/50] pnv/xive2: Permit valid writes to VC/PC Flush Control registers
` [PATCH 21/50] ppc/xive2: add interrupt priority configuration flags
` [PATCH 22/50] ppc/xive2: Support redistribution of group interrupts
` [PATCH 23/50] ppc/xive: Add more interrupt notification tracing
` [PATCH 24/50] ppc/xive2: Improve pool regs variable name
` [PATCH 25/50] ppc/xive2: Implement "Ack OS IRQ to even report line" TIMA op
` [PATCH 26/50] ppc/xive2: Redistribute group interrupt precluded by CPPR update
` [PATCH 27/50] ppc/xive2: redistribute irqs for pool and phys ctx pull
` [PATCH 28/50] ppc/xive: Change presenter .match_nvt to match not present
` [PATCH 29/50] ppc/xive2: Redistribute group interrupt preempted by higher priority interrupt
` [PATCH 30/50] ppc/xive: Add xive_tctx_pipr_present() to present new interrupt
` [PATCH 31/50] ppc/xive: Fix high prio group interrupt being preempted by low prio VP
` [PATCH 32/50] ppc/xive: Split xive recompute from IPB function
` [PATCH 33/50] ppc/xive: tctx signaling registers rework
` [PATCH 34/50] ppc/xive: tctx_accept only lower irq line if an interrupt was presented
` [PATCH 35/50] ppc/xive: Add xive_tctx_pipr_set() helper function
` [PATCH 36/50] ppc/xive2: split tctx presentation processing from set CPPR
` [PATCH 37/50] ppc/xive2: Consolidate presentation processing in context push
` [PATCH 38/50] ppc/xive2: Avoid needless interrupt re-check on CPPR set
` [PATCH 39/50] ppc/xive: Assert group interrupts were redistributed
` [PATCH 40/50] ppc/xive2: implement NVP context save restore for POOL ring
` [PATCH 41/50] ppc/xive2: Prevent pulling of pool context losing phys interrupt
` [PATCH 42/50] ppc/xive: Redistribute phys after pulling of pool context
` [PATCH 43/50] ppc/xive: Check TIMA operations validity
` [PATCH 44/50] ppc/xive2: Implement pool context push TIMA op
` [PATCH 45/50] ppc/xive2: redistribute group interrupts on context push
` [PATCH 46/50] ppc/xive2: Implement set_os_pending TIMA op
` [PATCH 47/50] ppc/xive2: Implement POOL LGS push "
` [PATCH 48/50] ppc/xive2: Implement PHYS ring VP "
` [PATCH 49/50] ppc/xive: Split need_resend into restore_nvp
` [PATCH 50/50] ppc/xive2: Enable lower level contexts on VP push

[PATCH] target/sparc: don't set FSR_NVA when comparing unordered floats
 2025-05-11 20:43 UTC  (2+ messages)

[PATCH v6 00/24] target/m68k: fpu improvements
 2025-05-11 20:35 UTC  (3+ messages)
` [PATCH v6 14/24] target/m68k: Remove env argument to gen_load_mode
` [PATCH v6 15/24] target/m68k: Remove env argument to gen_store_mode


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