messages from 2025-05-08 10:23:43 to 2025-05-08 16:21:45 UTC [more...]
[RFC v2 0/4] virtio-blk: Add support for FUA write requests
2025-05-08 16:20 UTC (3+ messages)
` [RFC v2 1/4] include: Add tentative virtio-blk FUA write definitions
` [RFC v2 4/4] vduse-blk: Add VIRTIO_BLK_T_OUT_FUA command support
[PATCH] tests/qtest/q35-test: Remove the obsolete test_without_smram_base test
2025-05-08 16:17 UTC (4+ messages)
[PULL 0/6] Versioned machine type deprecation policy patches
2025-05-08 16:15 UTC (7+ messages)
` [PULL 1/6] tests/qtest/q35-test: Remove the obsolete test_without_smram_base test
` [PULL 2/6] Revert "include/hw: temporarily disable deletion of versioned machine types"
` [PULL 3/6] include/hw/boards: cope with dev/rc versions in deprecation checks
` [PULL 4/6] docs/about/deprecated: auto-generate a note for versioned machine types
` [PULL 5/6] docs/about/removed-features: "
` [PULL 6/6] include/hw/boards: add warning about changing deprecation logic
[PULL 00/30] Rust, wasm changes for 2025-05-06
2025-05-08 16:08 UTC (3+ messages)
[PATCH v9 00/55] QEMU TDX support
2025-05-08 15:55 UTC (58+ messages)
` [PATCH v9 01/55] *** HACK *** linux-headers: Update headers to pull in TDX API changes
` [PATCH v9 02/55] i386: Introduce tdx-guest object
` [PATCH v9 03/55] i386/tdx: Implement tdx_kvm_type() for TDX
` [PATCH v9 04/55] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
` [PATCH v9 05/55] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PATCH v9 06/55] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [PATCH v9 07/55] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v9 08/55] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v9 09/55] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [PATCH v9 10/55] i386/tdx: Make sept_ve_disable set by default
` [PATCH v9 11/55] i386/tdx: Wire CPU features up with attributes of TD guest
` [PATCH v9 12/55] i386/tdx: Validate TD attributes
` [PATCH v9 13/55] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
` [PATCH v9 14/55] i386/tdx: Set APIC bus rate to match with what TDX module enforces
` [PATCH v9 15/55] i386/tdx: Implement user specified tsc frequency
` [PATCH v9 16/55] i386/tdx: load TDVF for TD guest
` [PATCH v9 17/55] i386/tdvf: Introduce function to parse TDVF metadata
` [PATCH v9 18/55] i386/tdx: Parse TDVF metadata for TDX VM
` [PATCH v9 19/55] i386/tdx: Don't initialize pc.rom for TDX VMs
` [PATCH v9 20/55] i386/tdx: Track mem_ptr for each firmware entry of TDVF
` [PATCH v9 21/55] i386/tdx: Track RAM entries for TDX VM
` [PATCH v9 22/55] headers: Add definitions from UEFI spec for volumes, resources, etc
` [PATCH v9 23/55] i386/tdx: Setup the TD HOB list
` [PATCH v9 24/55] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [PATCH v9 25/55] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [PATCH v9 26/55] i386/tdx: Finalize TDX VM
` [PATCH v9 27/55] i386/tdx: Enable user exit on KVM_HC_MAP_GPA_RANGE
` [PATCH v9 28/55] i386/tdx: Handle KVM_SYSTEM_EVENT_TDX_FATAL
` [PATCH v9 29/55] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
` [PATCH v9 30/55] kvm: Check KVM_CAP_MAX_VCPUS at vm level
` [PATCH v9 31/55] i386/cpu: introduce x86_confidential_guest_cpu_instance_init()
` [PATCH v9 32/55] i386/tdx: implement tdx_cpu_instance_init()
` [PATCH v9 33/55] i386/cpu: Introduce enable_cpuid_0x1f to force exposing CPUID 0x1f
` [PATCH v9 34/55] i386/tdx: Force "
` [PATCH v9 35/55] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [PATCH v9 36/55] i386/tdx: Disable SMM for TDX VMs
` [PATCH v9 37/55] i386/tdx: Disable PIC "
` [PATCH v9 38/55] i386/tdx: Set and check kernel_irqchip mode for TDX
` [PATCH v9 39/55] i386/tdx: Don't synchronize guest tsc for TDs
` [PATCH v9 40/55] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() "
` [PATCH v9 41/55] i386/apic: Skip kvm_apic_put() for TDX
` [PATCH v9 42/55] cpu: Don't set vcpu_dirty when guest_state_protected
` [PATCH v9 43/55] i386/cgs: Rename *mask_cpuid_features() to *adjust_cpuid_features()
` [PATCH v9 44/55] i386/tdx: Implement adjust_cpuid_features() for TDX
` [PATCH v9 45/55] i386/tdx: Add TDX fixed1 bits to supported CPUIDs
` [PATCH v9 46/55] i386/tdx: Add supported CPUID bits related to TD Attributes
` [PATCH v9 47/55] i386/tdx: Add supported CPUID bits relates to XFAM
` [PATCH v9 48/55] i386/tdx: Add XFD to supported bit of TDX
` [PATCH v9 49/55] i386/tdx: Define supported KVM features for TDX
` [PATCH v9 50/55] i386/cgs: Introduce x86_confidential_guest_check_features()
` [PATCH v9 51/55] i386/tdx: Fetch and validate CPUID of TD guest
` [PATCH v9 52/55] i386/tdx: Don't treat SYSCALL as unavailable
` [PATCH v9 53/55] i386/tdx: Make invtsc default on
` [PATCH v9 54/55] i386/tdx: Validate phys_bits against host value
` [PATCH v9 55/55] docs: Add TDX documentation
[PULL v2, part1 00/15] Rust changes for 2025-05-06
2025-05-08 15:54 UTC
[PATCH v10 0/3] Allow to enable multifd and postcopy migration together
2025-05-08 15:40 UTC (7+ messages)
` [PATCH v10 1/3] migration: enable multifd and postcopy together
` [PATCH v10 2/3] tests/qtest/migration: add postcopy tests with multifd
` [PATCH v10 3/3] migration: write zero pages when postcopy enabled
[PATCH RESEND 0/5] Fix dependencies in arm machines and update OpenBSD to 7.7
2025-05-08 15:39 UTC (7+ messages)
` [PATCH 1/5] include/hw/dma/xlnx_dpdma: Remove dependency on console.h
` [PATCH 2/5] hw/display/bcm2835_fb: Move inclusion of console.h to the .c file
` [RFC PATCH 3/5] hw/arm: Compile musicpal and the xlnx machines with the right CFLAGS
` [PATCH 4/5] tests/vm: Update OpenBSD to 7.7
` [RFC PATCH 5/5] Revert "meson.build: Disable -fzero-call-used-regs on OpenBSD"
[PATCH RFC 00/10] qapi: remove all TARGET_* conditionals from the schema
2025-05-08 15:01 UTC (14+ messages)
` [PATCH 01/10] qapi: expose rtc-reset-reinjection command unconditionally
` [PATCH 02/10] qapi: expand docs for SEV commands
` [PATCH 03/10] qapi: make SEV commands unconditionally available
` [PATCH 04/10] qapi: expose query-gic-capability command unconditionally
` [PATCH 05/10] qapi: make SGX commands unconditionally available
` [PATCH 06/10] qapi: make Xen event "
` [PATCH 07/10] qapi: remove the misc-target.json file
` [PATCH 08/10] qapi: Make CpuModelExpansionInfo::deprecated-props optional and generic
` [PATCH 09/10] qapi: make most CPU commands unconditionally available
` [PATCH 10/10] qapi: make s390x specific "
[PATCH 0/5] hw/pci-host/bonito: Improve various emulation functions
2025-05-08 14:46 UTC (6+ messages)
` [PATCH 1/5] hw/pci-host/bonito: Implement ICU
` [PATCH 2/5] hw/pci-host/bonito: Implement PCIMAP register
` [PATCH 3/5] hw/pci-host/bonito: Implement DMA address translation
` [PATCH 4/5] hw/pci-host/bonito: Rework PCI config space accessor
` [PATCH 5/5] hw/pci-host/bonito: Add comments about documentation
[PATCH RFC] meson: require int128 type
2025-05-08 14:43 UTC (3+ messages)
[PATCH 00/13] single-binary: make QAPI generated files common
2025-05-08 14:40 UTC (5+ messages)
` [PATCH 03/13] qobject/qlit: allow to hide dict or list entries
` [PATCH 09/13] qapi: transform target specific 'if' in runtime checks
[PATCH v2 0/2] block/null: Add read-pattern option
2025-05-08 14:30 UTC (4+ messages)
` [PATCH v2 2/2] "
[PULL 0/3] Block patches
2025-05-08 14:22 UTC (4+ messages)
` [PULL 1/3] util: Add functions for s390x mmio read/write
` [PULL 2/3] include: Add a header to define host PCI MMIO functions
` [PULL 3/3] block/nvme: Use host PCI MMIO API
[RFC 00/11] do not drain while holding the graph lock
2025-05-08 14:09 UTC (12+ messages)
` [PATCH 01/11] block: remove outdated comments about AioContext locking
` [PATCH 02/11] block: move drain outside of read-locked bdrv_reopen_queue_child()
` [PATCH 03/11] block/snapshot: move drain outside of read-locked bdrv_snapshot_delete()
` [PATCH 04/11] block: drain while unlocked in bdrv_reopen_parse_file_or_backing()
` [PATCH 05/11] block: move drain outside of read-locked bdrv_inactivate_recurse()
` [PATCH 06/11] blockdev: drain while unlocked in internal_snapshot_action()
` [PATCH 07/11] blockdev: drain while unlocked in external_snapshot_action()
` [PATCH 08/11] block: mark bdrv_drained_begin() as GRAPH_UNLOCKED
` [PATCH 09/11] block: move drain out of bdrv_change_aio_context()
` [PATCH 10/11] block/graph-lock: add drain flag to bdrv_graph_wr{, un}lock
` [PATCH 11/11] iotests/graph-changes-while-io: add test case with removal of lower snapshot
KVM/QEMU Community call 29/04/2025 agenda items?
2025-05-08 14:09 UTC (9+ messages)
[PATCH v2 0/6] Add support for user creatable SMMUv3 device
2025-05-08 13:57 UTC (8+ messages)
` [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
[PATCH] net/af-xdp: Support pinned map path for AF_XDP sockets
2025-05-08 12:34 UTC
[RFC PATCH] target/arm: allow gdb to read ARM_CP_NORAW regs
2025-05-08 13:50 UTC (6+ messages)
[PULL 0/8] Misc HW patches for 2025-04-08
2025-05-08 13:46 UTC (3+ messages)
` [PULL 2/8] hw/core/machine: Fix -machine dumpdtb=file.dtb
[PATCH v4 00/27] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
2025-05-08 13:35 UTC (28+ messages)
` [PATCH v4 01/27] hw/i386/pc: Remove deprecated pc-q35-2.6 and pc-i440fx-2.6 machines
` [PATCH v4 02/27] hw/i386/pc: Remove PCMachineClass::legacy_cpu_hotplug field
` [PATCH v4 03/27] hw/nvram/fw_cfg: Rename fw_cfg_init_mem() with '_nodma' suffix
` [PATCH v4 04/27] hw/mips/loongson3_virt: Prefer using fw_cfg_init_mem_nodma()
` [PATCH v4 05/27] hw/nvram/fw_cfg: Factor fw_cfg_init_mem_internal() out
` [PATCH v4 06/27] hw/nvram/fw_cfg: Rename fw_cfg_init_mem_wide() -> fw_cfg_init_mem_dma()
` [PATCH v4 07/27] hw/i386/x86: Remove X86MachineClass::fwcfg_dma_enabled field
` [PATCH v4 08/27] hw/i386/pc: Remove multiboot.bin
` [PATCH v4 09/27] hw/nvram/fw_cfg: Remove fw_cfg_io_properties::dma_enabled
` [PATCH v4 10/27] hw/i386/pc: Remove linuxboot.bin
` [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
` [PATCH v4 13/27] target/i386/cpu: Remove CPUX86State::fill_mtrr_mask field
` [PATCH v4 14/27] hw/intc/apic: Remove APICCommonState::legacy_instance_id field
` [PATCH v4 15/27] hw/core/machine: Remove hw_compat_2_6[] array
` [PATCH v4 16/27] hw/virtio/virtio-mmio: Remove VirtIOMMIOProxy::format_transport_address field
` [PATCH v4 17/27] hw/i386/pc: Remove deprecated pc-q35-2.7 and pc-i440fx-2.7 machines
` [PATCH v4 18/27] hw/i386/pc: Remove pc_compat_2_7[] array
` [PATCH v4 19/27] target/i386/cpu: Remove CPUX86State::full_cpuid_auto_level field
` [PATCH v4 20/27] target/i386/cpu: Remove CPUX86State::enable_l3_cache field
` [PATCH v4 21/27] hw/audio/pcspk: Remove PCSpkState::migrate field
` [PATCH v4 22/27] hw/core/machine: Remove hw_compat_2_7[] array
` [PATCH v4 23/27] hw/i386/intel_iommu: Remove IntelIOMMUState::buggy_eim field
` [PATCH v4 24/27] hw/intc/ioapic: Remove IOAPICCommonState::version field
` [PATCH v4 25/27] hw/virtio/virtio-pci: Remove VirtIOPCIProxy::ignore_backend_features field
` [PATCH v4 26/27] hw/char/virtio-serial: Do not expose the 'emergency-write' property
` [PATCH v4 27/27] hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_PAGE_PER_VQ definition
[PATCH 000/147] single-binary patch queue
2025-05-08 13:29 UTC (6+ messages)
` [PATCH 066/147] include/exec: Move TLB_MMIO, TLB_DISCARD_WRITE to slow flags
[PATCH] meson: drop --enable-avx* options
2025-05-08 13:21 UTC (2+ messages)
[PATCH] meson: remove unnecessary dependencies from specific_ss
2025-05-08 13:13 UTC
[PATCH v3 00/19] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
2025-05-08 13:02 UTC (9+ messages)
` [PATCH v3 02/19] hw/i386/pc: Remove PCMachineClass::legacy_cpu_hotplug field
` [PATCH v3 12/19] hw/i386/pc: Remove pc_compat_2_7[] array
[PATCH v2 00/16] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
2025-05-08 12:56 UTC (6+ messages)
` [PATCH v2 03/16] hw/i386/x86: Remove X86MachineClass::fwcfg_dma_enabled field
[PULL 00/19] Misc HW patches for 2025-05-08
2025-05-08 12:25 UTC (3+ messages)
` [PULL 04/19] accel/hvf: Include missing 'hw/core/cpu.h' header
` [PULL 19/19] hw/i2c/imx_i2c: Always set interrupt status bit if interrupt condition occurs
[PATCH] bsd-user: add option to enable plugins
2025-05-08 12:18 UTC (2+ messages)
[RFC PATCH] qapi: Make CpuModelExpansionInfo::deprecated-props optional and generic
2025-05-08 12:18 UTC (2+ messages)
[PATCH v2 00/20] Add Multi-Core Debug (MCD) API support
2025-05-08 12:03 UTC (6+ messages)
` [PATCH v2 04/20] qapi: Introduce MCD schema
` [PATCH v2 07/20] mcd: Implement target initialization API
[PATCH] virtio-gpu-gl: Add 'serverfd' property
2025-05-08 12:00 UTC (3+ messages)
[PATCH] target/i386: list TCG-supported features for CPUID[80000021h].EAX
2025-05-08 11:58 UTC
[PATCH 0/9] Maintainer updates for May (testing, plugins, virtio-gpu)
2025-05-08 11:44 UTC (6+ messages)
` [PATCH 8/9] virtio-gpu: fix hang under TCG when unmapping blob
[PATCH v3 0/5] docs: automated info about machine deprecation/removal info
2025-05-08 11:17 UTC (8+ messages)
` [PATCH v3 2/5] include/hw/boards: cope with dev/rc versions in deprecation checks
[PATCH 0/2] rust: pl011: really use RX FIFO depth
2025-05-08 11:15 UTC (5+ messages)
` [PATCH 1/2] rust: pl011: Rename RX FIFO methods
` [PATCH 2/2] rust: pl011: Really use RX FIFO depth
[PATCH] meson: do not check supported TCG architecture if no emulators built
2025-05-08 11:13 UTC (2+ messages)
[PATCH v15 0/6] hmp,qmp: Add commands to introspect virtio devices
2025-05-08 10:44 UTC (5+ messages)
` [PATCH v15 2/6] qmp: add QMP command x-query-virtio-status
[PULL 0/3] SPDX checkpatch
2025-05-08 10:42 UTC (3+ messages)
` [PULL 1/3] scripts: mandate that new files have SPDX-License-Identifier
[PATCH] hw/i2c/imx_i2c: Always set interrupt status bit if interrupt condition occurs
2025-05-08 10:37 UTC (5+ messages)
[RFC PATCH] hw/virtio: Introduce CONFIG_VIRTIO_LEGACY to disable legacy support
2025-05-08 10:32 UTC (6+ messages)
[Bug] QEMU TCG warnings after commit c6bd2dd63420 - HTT / CMP_LEG bits
2025-05-08 9:45 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).