qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-29 15:38:51 to 2025-05-30 07:33:15 UTC [more...]

[PULL v2 00/25] Functional tests, Microblaze endianness & pc/q35 cleanups
 2025-05-30  7:32 UTC  (3+ messages)

[PULL 00/77] i386, build system changes for 2025-05-30
 2025-05-30  7:12 UTC  (78+ messages)
` [PULL 01/77] meson: build target libraries with common dependencies
` [PULL 02/77] hw/arm: remove explicit dependencies listed
` [PULL 03/77] target/arm: "
` [PULL 04/77] meson: apply target config for picking files from lib{system, user}
` [PULL 05/77] meson: merge lib{system, user}_ss with {system, user}_ss
` [PULL 06/77] meson: remove lib{system, user}_ss aliases
` [PULL 07/77] meson: merge hw_common_arch in target_common_system_arch
` [PULL 08/77] hw/timer/hpet: Reorganize register decoding
` [PULL 09/77] rust: Fix Zhao's email address
` [PULL 10/77] rust: Fix the typos in doc
` [PULL 11/77] rust: hpet: rename hpet module to "device"
` [PULL 12/77] target/i386/emulate: more lflags cleanups
` [PULL 13/77] rocker: do not pollute the namespace
` [PULL 14/77] i386: Introduce tdx-guest object
` [PULL 15/77] i386/tdx: Implement tdx_kvm_type() for TDX
` [PULL 16/77] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
` [PULL 17/77] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PULL 18/77] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [PULL 19/77] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PULL 20/77] i386/tdx: Initialize TDX before creating TD vcpus
` [PULL 21/77] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [PULL 22/77] i386/tdx: Make sept_ve_disable set by default
` [PULL 23/77] i386/tdx: Wire CPU features up with attributes of TD guest
` [PULL 24/77] i386/tdx: Validate TD attributes
` [PULL 25/77] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
` [PULL 26/77] i386/tdx: Set APIC bus rate to match with what TDX module enforces
` [PULL 27/77] i386/tdx: Implement user specified tsc frequency
` [PULL 28/77] i386/tdx: load TDVF for TD guest
` [PULL 29/77] i386/tdvf: Introduce function to parse TDVF metadata
` [PULL 30/77] i386/tdx: Parse TDVF metadata for TDX VM
` [PULL 31/77] i386/tdx: Don't initialize pc.rom for TDX VMs
` [PULL 32/77] i386/tdx: Track mem_ptr for each firmware entry of TDVF
` [PULL 33/77] i386/tdx: Track RAM entries for TDX VM
` [PULL 34/77] headers: Add definitions from UEFI spec for volumes, resources, etc
` [PULL 35/77] i386/tdx: Setup the TD HOB list
` [PULL 36/77] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [PULL 37/77] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [PULL 38/77] i386/tdx: Finalize TDX VM
` [PULL 39/77] i386/tdx: Enable user exit on KVM_HC_MAP_GPA_RANGE
` [PULL 40/77] i386/tdx: Handle KVM_SYSTEM_EVENT_TDX_FATAL
` [PULL 41/77] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
` [PULL 42/77] kvm: Check KVM_CAP_MAX_VCPUS at vm level
` [PULL 43/77] i386/cpu: introduce x86_confidential_guest_cpu_instance_init()
` [PULL 44/77] i386/tdx: implement tdx_cpu_instance_init()
` [PULL 45/77] i386/cpu: Introduce enable_cpuid_0x1f to force exposing CPUID 0x1f
` [PULL 46/77] i386/tdx: Force "
` [PULL 47/77] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [PULL 48/77] i386/tdx: Disable SMM for TDX VMs
` [PULL 49/77] i386/tdx: Disable PIC "
` [PULL 50/77] i386/tdx: Set and check kernel_irqchip mode for TDX
` [PULL 51/77] i386/tdx: Don't synchronize guest tsc for TDs
` [PULL 52/77] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() "
` [PULL 53/77] i386/apic: Skip kvm_apic_put() for TDX
` [PULL 54/77] cpu: Don't set vcpu_dirty when guest_state_protected
` [PULL 55/77] i386/cgs: Rename *mask_cpuid_features() to *adjust_cpuid_features()
` [PULL 56/77] i386/tdx: Implement adjust_cpuid_features() for TDX
` [PULL 57/77] i386/tdx: Add TDX fixed1 bits to supported CPUIDs
` [PULL 58/77] i386/tdx: Add supported CPUID bits related to TD Attributes
` [PULL 59/77] i386/tdx: Add supported CPUID bits relates to XFAM
` [PULL 60/77] i386/tdx: Add XFD to supported bit of TDX
` [PULL 61/77] i386/tdx: Define supported KVM features for TDX
` [PULL 62/77] i386/cgs: Introduce x86_confidential_guest_check_features()
` [PULL 63/77] i386: Remove unused parameter "uint32_t bit" in feature_word_description()
` [PULL 64/77] target/i386: Print CPUID subleaf info for unsupported feature
` [PULL 65/77] i386/tdx: Fetch and validate CPUID of TD guest
` [PULL 66/77] i386/tdx: Don't treat SYSCALL as unavailable
` [PULL 67/77] i386/tdx: Make invtsc default on
` [PULL 68/77] i386/tdx: Validate phys_bits against host value
` [PULL 69/77] docs: Add TDX documentation
` [PULL 70/77] rust: make declaration of dependent crates more consistent
` [PULL 71/77] target/i386: Update EPYC CPU model for Cache property, RAS, SVM feature bits
` [PULL 72/77] target/i386: Update EPYC-Rome "
` [PULL 73/77] target/i386: Update EPYC-Milan "
` [PULL 74/77] target/i386: Add couple of feature bits in CPUID_Fn80000021_EAX
` [PULL 75/77] target/i386: Update EPYC-Genoa for Cache property, perfmon-v2, RAS and SVM feature bits
` [PULL 76/77] target/i386: Add support for EPYC-Turin model
` [PULL 77/77] target/i386/tcg/helper-tcg: fix file references in comments

[PATCH] rocker: do not pollute the namespace
 2025-05-30  7:07 UTC 

[PATCH] iotests: fix 240
 2025-05-30  6:40 UTC  (3+ messages)

[PATCH 0/9] ui: Improve scale handling
 2025-05-30  6:39 UTC  (3+ messages)

[PATCH v2 00/25] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2025-05-30  6:38 UTC  (13+ messages)
` [PATCH v2 02/25] hw/s390x/ipl: Create certificate store
` [PATCH v2 07/25] s390x/diag: Implement DIAG 320 subcode 2
` [PATCH v2 17/25] pc-bios/s390-ccw: Add signature verification for secure IPL in audit mode

Armbian TLS certificate expired
 2025-05-30  6:18 UTC  (2+ messages)

[PATCH v2] virtio-net: Add queues for RSS during migration
 2025-05-30  5:18 UTC 

[PATCH RFC v5 0/5] virtio-net: Offload hashing without eBPF
 2025-05-30  4:39 UTC  (6+ messages)
` [PATCH RFC v5 1/5] net: Allow configuring virtio hashing
` [PATCH RFC v5 2/5] virtio-net: Offload hashing to peer
` [PATCH RFC v5 3/5] virtio-net: Offload hashing without vhost
` [PATCH RFC v5 4/5] tap: Report virtio-net hashing support on Linux
` [PATCH RFC v5 5/5] docs/devel/ebpf_rss.rst: Update for peer RSS

[PATCH 0/6] net/vhost-vdpa: Report hashing capability
 2025-05-30  4:33 UTC  (7+ messages)
` [PATCH 1/6] qdev-properties: Add DEFINE_PROP_ON_OFF_AUTO_BIT64()
` [PATCH 2/6] net/vhost-vdpa: Report hashing capability
` [PATCH 3/6] virtio-net: Move virtio_net_get_features() down
` [PATCH 4/6] virtio-net: Retrieve peer hashing capability
` [PATCH 5/6] net/vhost-vdpa: Remove dummy SetSteeringEBPF
` [PATCH 6/6] virtio-net: Add hash type options

[PATCH v2] file-posix: Tolerate unaligned hole at middle
 2025-05-30  3:46 UTC 

[PATCH qemu] hw/cxl: Fix register block locator size
 2025-05-30  2:59 UTC  (3+ messages)

[PULL 00/58] Misc single binary patches for 2025-04-25
 2025-05-30  0:54 UTC  (4+ messages)
` [PULL 36/58] pc-bios: Move device tree files in their own subdir

[PATCH v4 0/2] Extend and configure PMP region count
 2025-05-29 23:07 UTC  (2+ messages)

[PULL 0/6] NBD patches through 2025-05-29
 2025-05-29 22:02 UTC  (7+ messages)
` [PULL 1/6] io: Add helper for setting socket send buffer size
` [PULL 2/6] nbd: Set unix socket send buffer on macOS
` [PULL 3/6] nbd: Set unix socket send buffer on Linux
` [PULL 4/6] iotests: Use disk_usage in more places
` [PULL 5/6] iotests: Improve mirror-sparse on ext4 and xfs
` [PULL 6/6] iotests: Filter out ZFS in several tests

[PATCH v1 0/6] VFIO and IOMMU prerequisite stuff for IOMMU nesting support
 2025-05-29 21:07 UTC  (5+ messages)
` [PATCH v1 1/6] backends/iommufd: Add a helper to invalidate user-managed HWPT

[RFC 00/11] aio: add the aio_add_sqe() io_uring API
 2025-05-29 21:11 UTC  (10+ messages)
` [RFC 08/11] aio-posix: gracefully handle io_uring_queue_init() failure
` [RFC 09/11] aio-posix: add aio_add_sqe() API for user-defined io_uring requests
` [RFC 10/11] aio-posix: avoid EventNotifier for cqe_handler_bh
` [RFC 11/11] block/io_uring: use aio_add_sqe()

[Qemu PATCH v2] hw/cxl: fix DC extent capacity tracking
 2025-05-29 20:33 UTC  (3+ messages)

[qemu PATCH 0/3] target/riscv: add missing named features
 2025-05-29 20:23 UTC  (4+ messages)
` [qemu PATCH 1/3] target/riscv/cpu.c: add 'sdtrig' in riscv,isa
` [qemu PATCH 2/3] target/riscv/cpu.c: add 'ssstrict' to riscv,isa
` [qemu PATCH 3/3] target/riscv/cpu.c: do better with 'named features' doc

[PATCH v3 0/7] amd_iommu: Fixes to align with AMDVi specification
 2025-05-29 19:30 UTC  (8+ messages)
` [PATCH v3 1/7] amd_iommu: Fix Miscellaneous Information Register 0 offsets
` [PATCH v3 2/7] amd_iommu: Fix Device ID decoding for INVALIDATE_IOTLB_PAGES command
` [PATCH v3 3/7] amd_iommu: Update bitmasks representing DTE reserved fields
` [PATCH v3 4/7] amd_iommu: Fix masks for various IOMMU MMIO Registers
` [PATCH v3 5/7] amd_iommu: Fix mask to retrieve Interrupt Table Root Pointer from DTE
` [PATCH v3 6/7] amd_iommu: Fix the calculation for Device Table size
` [PATCH v3 7/7] amd_iommu: Remove duplicated definitions

[PATCH V4 00/43] Live update: vfio and iommufd
 2025-05-29 19:24 UTC  (44+ messages)
` [PATCH V4 01/43] MAINTAINERS: Add reviewer for CPR
` [PATCH V4 02/43] vfio: return mr from vfio_get_xlat_addr
` [PATCH V4 03/43] vfio/container: pass MemoryRegion to DMA operations
` [PATCH V4 04/43] vfio/pci: vfio_pci_put_device on failure
` [PATCH V4 05/43] migration: cpr helpers
` [PATCH V4 06/43] migration: lower handler priority
` [PATCH V4 07/43] vfio: vfio_find_ram_discard_listener
` [PATCH V4 08/43] vfio: move vfio-cpr.h
` [PATCH V4 09/43] vfio/container: register container for cpr
` [PATCH V4 10/43] vfio/container: preserve descriptors
` [PATCH V4 11/43] vfio/container: discard old DMA vaddr
` [PATCH V4 12/43] vfio/container: restore "
` [PATCH V4 13/43] vfio/container: mdev cpr blocker
` [PATCH V4 14/43] vfio/container: recover from unmap-all-vaddr failure
` [PATCH V4 15/43] pci: export msix_is_pending
` [PATCH V4 16/43] pci: skip reset during cpr
` [PATCH V4 17/43] vfio-pci: "
` [PATCH V4 18/43] vfio/pci: vfio_pci_vector_init
` [PATCH V4 19/43] vfio/pci: vfio_notifier_init
` [PATCH V4 20/43] vfio/pci: pass vector to virq functions
` [PATCH V4 21/43] vfio/pci: vfio_notifier_init cpr parameters
` [PATCH V4 22/43] vfio/pci: vfio_notifier_cleanup
` [PATCH V4 23/43] vfio/pci: export MSI functions
` [PATCH V4 24/43] vfio-pci: preserve MSI
` [PATCH V4 25/43] vfio-pci: preserve INTx
` [PATCH V4 26/43] migration: close kvm after cpr
` [PATCH V4 27/43] migration: cpr_get_fd_param helper
` [PATCH V4 28/43] backends/iommufd: iommufd_backend_map_file_dma
` [PATCH V4 29/43] backends/iommufd: change process ioctl
` [PATCH V4 30/43] physmem: qemu_ram_get_fd_offset
` [PATCH V4 31/43] vfio/iommufd: use IOMMU_IOAS_MAP_FILE
` [PATCH V4 32/43] vfio/iommufd: invariant device name
` [PATCH V4 33/43] vfio/iommufd: add vfio_device_free_name
` [PATCH V4 34/43] vfio/iommufd: device name blocker
` [PATCH V4 35/43] vfio/iommufd: register container for cpr
` [PATCH V4 36/43] migration: vfio cpr state hook
` [PATCH V4 37/43] vfio/iommufd: cpr state
` [PATCH V4 38/43] vfio/iommufd: preserve descriptors
` [PATCH V4 39/43] vfio/iommufd: reconstruct device
` [PATCH V4 40/43] vfio/iommufd: reconstruct hwpt
` [PATCH V4 41/43] vfio/iommufd: change process
` [PATCH V4 42/43] iommufd: preserve DMA mappings
` [PATCH V4 43/43] vfio/container: delete old cpr register

[PATCH v4 0/9] Add additional plugin API functions to read and write memory and registers
 2025-05-29 19:05 UTC  (17+ messages)
` [PATCH v4 1/9] gdbstub: Expose gdb_write_register function to consumers of gdbstub
` [PATCH v4 2/9] plugins: Add register write API
` [PATCH v4 3/9] plugins: Add enforcement of QEMU_PLUGIN_CB flags in register R/W callbacks
` [PATCH v4 4/9] plugins: Add memory virtual address write API
` [PATCH v4 5/9] plugins: Add memory hardware address read/write API
` [PATCH v4 6/9] plugins: Add patcher plugin and test
` [PATCH v4 8/9] plugins: Remove use of qemu_plugin_read_register where it is not permitted
` [PATCH v4 9/9] plugins: Update plugin version and add notes

[PATCH 0/3] Misc ppc/e500 patches
 2025-05-29 18:21 UTC  (4+ messages)
` [PATCH 2/3] hw/net/fsl_etsec: Set default MAC address

[PATCH v1 0/3] target/i386: Add the immediate form MSR access instruction support
 2025-05-29 17:26 UTC  (5+ messages)
` [PATCH v1 2/3] target/i386: Add a new CPU feature word for CPUID.7.1.ECX

[PATCH 00/11] migration: Some enhancements and cleanups for 10.1
 2025-05-29 16:48 UTC  (13+ messages)
` [PATCH 01/11] migration/hmp: Reorg "info migrate" once more
` [PATCH 03/11] migration/docs: Move docs for postcopy blocktime feature
` [PATCH 04/11] migration/bg-snapshot: Do not check for SKIP in iterator
` [PATCH 08/11] migration/ram: One less indent for ram_find_and_save_block()
` [PATCH 09/11] migration/ram: Add tracepoints for ram_save_complete()
` [PATCH 10/11] migration: Rewrite the migration complete detect logic

[PATCH] tests/functional: Add a test for the Stellaris arm machines
 2025-05-29 16:11 UTC  (2+ messages)

[PATCH 00/19] target/arm: More header rework around arm_feature() & multiprocessing.h
 2025-05-29 15:37 UTC  (2+ messages)


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