qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-28 07:56:09 to 2025-10-28 16:10:36 UTC [more...]

[PATCH 0/2] block: Keep filter children attached during drop
 2025-10-28 16:08 UTC 

[PATCH] net: pad packets to minimum length in qemu_receive_packet()
 2025-10-28 16:00 UTC 

[PATCH v3 00/59] target/arm/hvf: Consolidate
 2025-10-28 15:45 UTC  (36+ messages)
` [PATCH v3 15/59] target/arm/hvf: Simplify hvf_arm_get_host_cpu_features()
` [PATCH v3 18/59] target/i386/hvf: Factor hvf_handle_vmexit() out
` [PATCH v3 26/59] target/arm/hvf: Rename 'vgic' -> 'emu_reginfo' in trace events
` [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 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 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 56/59] target/arm: Better describe PMU depends on TCG or HVF

[PATCH] linux-user: permit sendto() with NULL buf and 0 len
 2025-10-28 15:44 UTC  (3+ messages)

[PATCH v1 0/5] virtio: Add the virtio-msg transport
 2025-10-28 15:30 UTC  (7+ messages)
` [PATCH v1 1/5] virtio: Introduce notify_queue
` [PATCH v1 2/5] virtio: Add virtio_queue_get_rings
` [PATCH v1 3/5] virtio: Add the virtio-msg transport
` [PATCH v1 4/5] hw/misc: Add generic virtio-msg AMP PCI device
` [PATCH v1 5/5] docs: Describe virtio-msg-amp-pci

[RESEND PATCH 0/7] Mitigation of "failed to load cpu:cpreg_vmstate_array_len" migration failures
 2025-10-28 15:27 UTC  (14+ messages)
` [RESEND PATCH 1/7] target/arm/machine: Improve traces on register mismatch during migration
` [RESEND PATCH 3/7] target/arm/kvm: Introduce the concept of enforced/fake registers
` [RESEND PATCH 7/7] hw/arm/virt: [DO NOT UPSTREAM] Enforce compatibility with older kernels

[PATCH v5] qapi: net: deprecate vhostforce option
 2025-10-28 15:23 UTC 

[PATCH] hw/ppc/sam460ex: Update u-boot-sam460ex
 2025-10-28 15:19 UTC 

[PATCH 0/3] migration: Cleanup around MigMode sets
 2025-10-28 15:19 UTC  (3+ messages)

[PATCH v7 00/23] intel_iommu: Enable first stage translation for passthrough device
 2025-10-28 15:19 UTC  (13+ messages)
` [PATCH v7 05/23] hw/pci: Introduce pci_device_get_viommu_flags()
` [PATCH v7 17/23] iommufd: Introduce a helper function to extract vendor capabilities
` [PATCH v7 20/23] vfio: Bypass readonly region for dirty tracking

[PATCH v2 0/9] target/i386: SEV: Add support for enabling VMSA SEV features
 2025-10-28 15:11 UTC  (7+ messages)
` [PATCH v2 8/9] target/i386: SEV: Add support for setting TSC frequency for Secure TSC

[PATCH v3 0/4] migration: vmsd errp handlers: return bool
 2025-10-28 15:12 UTC  (7+ messages)
` [PATCH v3 4/4] "

[PULL 00/15] Net patches
 2025-10-28 15:10 UTC  (3+ messages)
` [PULL 02/15] hw/net: e1000: Remove the logic of padding short frames in the receive path

[PATCH v4 00/27] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-10-28 15:06 UTC  (22+ messages)
` [PATCH v4 22/27] hw/arm/smmuv3-accel: Add support for ATS
` [PATCH v4 27/27] hw.arm/smmuv3: Add support for PASID enable

[PATCH v2 00/37] target/arm: Implement FEAT_SYSREG128
 2025-10-28 15:05 UTC  (6+ messages)
` [PATCH v2 20/37] target/arm: Consolidate definitions of PAR

[PATCH 0/5] block/vvfat: introduce "size" option
 2025-10-28 14:54 UTC  (7+ messages)
` [PATCH 5/5] vvfat: add support for "size" options

[PATCH 0/2] KVM Support for imx8mp-evk Machine
 2025-10-28 14:41 UTC  (5+ messages)
` [PATCH 2/2] hw/arm/imx8mp-evk: Add KVM support

[PATCH v2] migration: Don't free the reason after calling migrate_add_blocker
 2025-10-28 14:37 UTC  (2+ messages)

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

[PATCH v2 0/9] chardev: Improve @docstring and clarify qemu_chr_write() uses
 2025-10-28 14:25 UTC  (18+ messages)
` [PATCH v2 3/9] chardev/char: Improve ChardevClass::chr_write() docstring
` [PATCH v2 4/9] chardev/char: Document qemu_chr_write[_all]()
` [PATCH v2 5/9] chardev/char-pty: Do not ignore chr_write() failures
` [PATCH v2 6/9] chardev/char: Allow partial writes in qemu_chr_write()
` [PATCH v2 7/9] chardev/char: Preserve %errno "
` [PATCH v2 8/9] chardev/char-hub: Retry when qemu_chr_fe_write() can not write
` [PATCH v2 9/9] hw/char: Simplify when qemu_chr_fe_write() could "

[PATCH 00/13] migration: Threadify loadvm process
 2025-10-28 14:22 UTC  (5+ messages)
` [PATCH 06/13] migration: Introduce WITH_BQL_HELD() / WITH_BQL_RELEASED()
` [PATCH 07/13] migration: Pass in bql_held information from qemu_loadvm_state()

[RFC v2 0/2] hw/misc: Introduce a new SMMUv3 test framework
 2025-10-28 14:05 UTC  (3+ messages)

[PATCH 0/3] hw/xen: Build only once
 2025-10-28 13:57 UTC  (10+ messages)
` [PATCH 1/3] hw/xen: Use BITS_PER_BYTE & MAKE_64BIT_MASK() in req_size_bits()
` [PATCH 2/3] hw/xen: Replace target_ulong by agnostic target_long_bits()
` [PATCH 3/3] hw/xen: Build only once

[PATCH v2] linux-user: Use correct type for FIBMAP and FIGETBSZ emulation
 2025-10-28 13:55 UTC  (4+ messages)

[PULL 00/25] vfio queue
 2025-10-28 13:52 UTC  (5+ messages)
` [PULL 09/25] vfio-user: implement message receive infrastructure

[PULL 00/27] virtio,pci,pc: fixes, features
 2025-10-28 13:41 UTC  (4+ messages)
` [PULL 05/27] hw/cxl/cxl-mailbox-utils: Media operations Sanitize and Write Zeros commands CXL r3.2(8.2.10.9.5.3)

[PATCH v3 0/8] vfio: relax the vIOMMU check
 2025-10-28 13:14 UTC  (5+ messages)
` [PATCH v3 7/8] vfio/migration: Add migration blocker if VM memory is too large to cause unmap_bitmap failure

[PATCH 0/3] qdev: Fix "info qtree" to show links
 2025-10-28 13:10 UTC  (8+ messages)
` [PATCH 2/3] "

[PATCH v4 0/2] migration: vmsd errp handlers: return bool
 2025-10-28 13:07 UTC  (3+ messages)
` [PATCH v4 1/2] migration: vmstate_save_state_v(): fix error path
` [PATCH v4 2/2] tmp_emulator: improve and fix use of errp

[PATCH 0/4] Some more pegasos patches
 2025-10-28 12:59 UTC  (6+ messages)
` [PATCH 2/4] hw/pci-host/articia: Map PCI memory windows in realize

[PATCH 00/35] maintainer updates for 8.2 softfeeeze (ci, plugins, semihosting) pre-PR
 2025-10-28 12:38 UTC  (3+ messages)
` [PATCH 01/35] ci: clean-up remaining bits of armhf builds

[PATCH v3 00/35] Audio clean-ups
 2025-10-28 12:34 UTC  (4+ messages)
` [PATCH v3 09/35] audio: start making AudioState a QOM Object

[PATCH] ds1225y: Fix nvram MemoryRegion owner
 2025-10-28 12:28 UTC  (2+ messages)

[PATCH v2 0/7] hw/sysbus: Spring cleanups (part 1)
 2025-10-28 12:27 UTC  (14+ messages)
` [PATCH v2 1/7] hw/sysbus: Use memory_region_name()
` [PATCH v2 2/7] hw/i386/microvm: Use proper SysBus accessors
` [PATCH v2 3/7] hw/i386/ioapic: "
` [PATCH v2 4/7] hw/timer/hpet: "
` [PATCH v2 5/7] hw/acpi/cxl: "
` [PATCH v2 6/7] hw/ppc/e500: "
` [PATCH v2 7/7] hw/pci-bridge/pci_expander_bridge: "

[RFC PATCH v2 5/5] rust/hw/gpio: Add the the first gpio device pcf8574
 2025-10-28 12:22 UTC  (5+ messages)

[PATCH] Use correct type for ioctl(FIGETBSZ) emulation
 2025-10-28 12:14 UTC  (5+ messages)

[PULL 0/1] Block patches
 2025-10-28 12:11 UTC  (2+ messages)

[PULL 00/23] Misc HW patches for 2025-10-28
 2025-10-28 12:12 UTC  (10+ messages)
` [PULL 15/23] hw/core/loader: capture Error from load_image_targphys
` [PULL 17/23] hw/core/loader: add check for zero size in load_image_targphys_as
` [PULL 18/23] hw/core/loader: Pass errp to load_image_targphys_as()
` [PULL 19/23] hw/ppc: Pass error_fatal to load_image_targphys()
` [PULL 20/23] nw/nvram/ds1225y: Fix nvram MemoryRegion owner
` [PULL 21/23] hw/i386/intel_iommu: Remove an unused state field
` [PULL 22/23] hw/riscv: Use generic hwaddr for firmware addresses
` [PULL 23/23] hw/riscv: Widen OpenSBI dynamic info struct

[PULL 00/11] Devel scsi ncr710 patches
 2025-10-28 12:12 UTC  (2+ messages)

[PATCH RFC V6 00/24] Support of Virtual CPU Hotplug-like Feature for ARMv8+ Arch
 2025-10-28 11:59 UTC  (3+ messages)
` [PATCH RFC V6 08/24] arm/virt, gicv3: Guard CPU interface access for admin disabled vCPUs

[RFC PATCH v2 4/5] rust/hw/core: Provide some interfaces for the GPIO device
 2025-10-28 11:38 UTC  (5+ messages)

[PATCH] rust: migration: allow passing ParentField<> to vmstate_of!
 2025-10-28 11:38 UTC 

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

[RFC PATCH v2 3/5] hw/gpio: Move the pcf8574 struct to header
 2025-10-28 11:21 UTC  (3+ messages)

[RFC PATCH V2 0/2] linux-user: add a syscall-filter plugin API
 2025-10-28 11:17 UTC  (5+ messages)
` [RFC PATCH V2 1/2] linux-user: add a plugin API to filter syscalls

[PATCH 0/2] arm: add kvm-psci-version vcpu property
 2025-10-28 11:00 UTC  (4+ messages)
` [PATCH 2/2] target/arm/kvm: "

[PATCH v3 0/9] target/i386: SEV: Add support for enabling VMSA SEV features
 2025-10-28 10:43 UTC  (10+ messages)
` [PATCH v3 1/9] target/i386: SEV: Generalize handling of SVM_SEV_FEAT_SNP_ACTIVE
` [PATCH v3 2/9] target/i386: SEV: Ensure SEV features are only set through qemu cli or IGVM
` [PATCH v3 3/9] target/i386: SEV: Consolidate SEV feature validation to common init path
` [PATCH v3 4/9] target/i386: SEV: Validate that SEV-ES is enabled when VMSA features are used
` [PATCH v3 5/9] target/i386: SEV: Enable use of KVM_SEV_INIT2 for SEV-ES guests
` [PATCH v3 6/9] target/i386: SEV: Add support for enabling debug-swap SEV feature
` [PATCH v3 7/9] target/i386: SEV: Add support for enabling Secure TSC "
` [PATCH v3 8/9] target/i386: SEV: Add support for setting TSC frequency for Secure TSC
` [PATCH v3 9/9] target/i386: SEV: Refactor check_sev_features()

[PATCH] block: Add missing null checks during query-named-block-nodes
 2025-10-28 10:29 UTC  (4+ messages)

[PATCH v2 0/2] ppc: Fixes for fadump feature
 2025-10-28 10:26 UTC  (7+ messages)
` [PATCH v2 1/2] hw/ppc: Fix missing return on allocation failure
` [PATCH v2 2/2] hw/ppc: Fix memory leak in get_cpu_state_data()

[RFC PATCH v2 1/5] rust/hw/core: Add the BusState of rust version
 2025-10-28 10:18 UTC 

[RFC PATCH v2 0/5] rust/hw: Add the I2C and the first GPIO device
 2025-10-28 10:18 UTC 

[PATCH v2 0/4] hw/arm/virt: Remove virt-4.1 and virt-4.2 machines
 2025-10-28 10:18 UTC  (4+ messages)
` [PATCH v2 4/4] hw/arm/virt: Remove VirtMachineClass::kvm_no_adjvtime field

[PATCH] iotests: Test resizing file node under raw with size/offset
 2025-10-28  9:43 UTC 

AWS CI Oddities
 2025-10-28  9:41 UTC  (3+ messages)

[PATCH v1 00/16] Split AST2400, AST2600, AST2700 and AST1030 SoC machines into separate source files for maintainability
 2025-10-28  9:42 UTC  (3+ messages)
` [PATCH v1 04/16] hw/arm/aspeed: Split Bletchley machine into a separate source file "
  ` [SPAM] "

[PATCH] hw/riscv: riscv-iommu: Don't look up DDT cache in Off and Bare modes
 2025-10-28  9:09 UTC  (2+ messages)

[PATCH v3 00/20] i386: Support CET for KVM
 2025-10-28  8:55 UTC  (15+ messages)
` [PATCH v3 11/20] i386/cpu: Enable xsave support for CET states
` [PATCH v3 14/20] i386/kvm: Add save/load support for KVM_REG_GUEST_SSP
` [PATCH v3 15/20] i386/machine: Add vmstate for cet-ss and cet-ibt
` [PATCH v3 17/20] i386/cpu: Advertise CET related flags in feature words
` [PATCH v3 18/20] i386/cpu: Enable cet-ss & cet-ibt for supported CPU models
` [PATCH v3 19/20] i386/tdx: Fix missing spaces in tdx_xfam_deps[]
` [PATCH v3 20/20] i386/tdx: Add CET SHSTK/IBT into the supported CPUID by XFAM

[PATCH v2] docs/system/security: Restrict "virtualization use case" to specific machines
 2025-10-28  8:48 UTC  (3+ messages)

[PATCH] docs/specs/riscv-aia.rst: add 'riscv-aia' accel prop info
 2025-10-28  8:46 UTC 

[PATCH v4 00/33] single-binary: Make riscv cpu.h target independent
 2025-10-28  8:15 UTC  (5+ messages)
` [PATCH v4 05/33] target/riscv: Combine mhpmevent and mhpmeventh
` [PATCH v4 09/33] target/riscv: Fix size of gpr and gprh


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