messages from 2025-05-08 14:47:46 to 2025-05-09 09:03:06 UTC [more...]
[PATCH v4 00/13] Enable shared device assignment
2025-05-09 8:20 UTC (9+ messages)
` [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 RFC 00/10] qapi: remove all TARGET_* conditionals from the schema
2025-05-09 9:02 UTC (12+ messages)
` [PATCH 06/10] qapi: make Xen event commands unconditionally available
` [PATCH 09/10] qapi: make most CPU "
[PATCH 0/2] Miscellaneous MSan finding
2025-05-09 8:57 UTC (6+ messages)
` [PATCH 1/2] util: fix msan findings in keyval
` [PATCH 2/2] accel/tcg: fix msan findings in translate-all
[PATCH v4 00/27] hw/i386/pc: Remove deprecated 2.6 and 2.7 PC machines
2025-05-09 9:11 UTC (25+ messages)
` [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 20/27] target/i386/cpu: Remove CPUX86State::enable_l3_cache field
[PATCH v2 0/6] Add support for user creatable SMMUv3 device
2025-05-09 8:44 UTC (14+ messages)
` [PATCH v2 1/6] hw/arm/smmuv3: Add support to associate a PCIe RC
[PATCH] tests/functional: Use -no-shutdown in the hppa_seabios test
2025-05-09 8:22 UTC (3+ messages)
[PATCH v2 0/2] block/null: Add read-pattern option
2025-05-09 7:19 UTC (5+ messages)
` [PATCH v2 2/2] "
[PATCH v1 00/22] Fix incorrect hash results on AST2700
2025-05-09 7:04 UTC (16+ messages)
` [PATCH v1 03/22] hw/misc/aspeed_hace: Improve readability and consistency in variable naming
` [PATCH v1 04/22] hw/misc/aspeed_hace: Update hash source address handling to 64-bit for AST2700
` [PATCH v1 05/22] hw/misc/aspeed_hace: Introduce 64-bit digest_addr variable "
` [PATCH v1 06/22] hw/misc/aspeed_hace: Support accumulative mode for direct access mode
` [PATCH v1 08/22] hw/misc/aspeed_hace: Support DMA 64 bits dram address
[PATCH v2 0/2] amd_iommu: Fixes
2025-05-09 6:45 UTC
[PATCH v9 00/55] QEMU TDX support
2025-05-09 6:21 UTC (59+ 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
[PATCH v10 0/3] Allow to enable multifd and postcopy migration together
2025-05-09 6:04 UTC (9+ messages)
` [PATCH v10 2/3] tests/qtest/migration: add postcopy tests with multifd
` [PATCH v10 3/3] migration: write zero pages when postcopy enabled
[PATCH] migration: Fix migration failure when aia is configured as 'aplic-imsic'
2025-05-09 2:08 UTC
[v2] hw/arm/npcm8xx_boards: Add auto zero flash image and device part number
2025-05-09 4:03 UTC (4+ messages)
[PATCH 0/2] hw/arm: Nuvoton 8xx - GMAC patches
2025-05-09 2:34 UTC (5+ messages)
` [PATCH 1/2] hw/arm: Add GMAC devices to NPCM8XX SoC
` [PATCH 2/2] tests/qtest: Migrate GMAC test from 7xx to 8xx
[PATCH v2 1/2] qtest/migration/rdma: Enforce RLIMIT_MEMLOCK >= 128MB requirement
2025-05-09 1:42 UTC (2+ messages)
` [PATCH v2 2/2] qtest/migration/rdma: Add test for rdma migration with ipv6
[PATCH v2 00/25] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
2025-05-08 22:50 UTC (26+ messages)
` [PATCH v2 01/25] Add -boot-certificates to s390-ccw-virtio machine type option
` [PATCH v2 02/25] hw/s390x/ipl: Create certificate store
` [PATCH v2 03/25] s390x: Guest support for Certificate Store Facility (CS)
` [PATCH v2 04/25] s390x/diag: Introduce DIAG 320 for certificate store facility
` [PATCH v2 05/25] s390x/diag: Refactor address validation check from diag308_parm_check
` [PATCH v2 06/25] s390x/diag: Implement DIAG 320 subcode 1
` [PATCH v2 07/25] s390x/diag: Implement DIAG 320 subcode 2
` [PATCH v2 08/25] s390x/diag: Introduce DIAG 508 for secure IPL operations
` [PATCH v2 09/25] s390x/diag: Implement DIAG 508 subcode 1 for signature verification
` [PATCH v2 10/25] pc-bios/s390-ccw: Introduce IPL Information Report Block (IIRB)
` [PATCH v2 11/25] pc-bios/s390-ccw: Define memory for IPLB and convert IPLB to pointers
` [PATCH v2 12/25] hw/s390x/ipl: Add IPIB flags to IPL Parameter Block
` [PATCH v2 13/25] hw/s390x/ipl: Set iplb->len to maximum length of "
` [PATCH v2 14/25] s390x: Guest support for Secure-IPL Facility
` [PATCH v2 15/25] pc-bios/s390-ccw: Refactor zipl_run()
` [PATCH v2 16/25] pc-bios/s390-ccw: Refactor zipl_load_segment function
` [PATCH v2 17/25] pc-bios/s390-ccw: Add signature verification for secure IPL in audit mode
` [PATCH v2 18/25] s390x: Guest support for Secure-IPL Code Loading Attributes Facility (SCLAF)
` [PATCH v2 19/25] pc-bios/s390-ccw: Add additional security checks for secure boot
` [PATCH v2 20/25] Add -secure-boot to s390-ccw-virtio machine type option
` [PATCH v2 21/25] hw/s390x/ipl: Set IPIB flags for secure IPL
` [PATCH v2 22/25] pc-bios/s390-ccw: Handle true secure IPL mode
` [PATCH v2 23/25] pc-bios/s390-ccw: Handle secure boot with multiple boot devices
` [PATCH v2 24/25] hw/s390x/ipl: Handle secure boot without specifying a boot device
` [PATCH v2 25/25] docs/system/s390x: Add secure IPL documentation
[PATCH] net/af-xdp: Support pinned map path for AF_XDP sockets
2025-05-08 22:53 UTC (2+ messages)
[PATCH 0/2] Fix for multi-process gdbstub breakpoints
2025-05-08 22:45 UTC (3+ messages)
` [PATCH 1/2] gdbstub: Fix wrong CPUState pointer in breakpoint functions
` [PATCH 2/2] gdbstub: Apply breakpoints only to the selected PID
[PATCH v5 00/24] target/m68k: fpu improvements
2025-05-08 21:39 UTC (3+ messages)
[RFC 0/4] virtio-blk: Add support for FUA write requests
2025-05-08 21:28 UTC (4+ messages)
` [RFC 2/4] virtio-blk: Add VIRTIO_BLK_T_OUT_FUA command support
[PATCH] meson: do not check supported TCG architecture if no emulators built
2025-05-08 21:03 UTC (2+ messages)
[PATCH] target/i386: ignore misplaced REX prefixes
2025-05-08 21:01 UTC (2+ messages)
[PATCH 00/13] single-binary: make QAPI generated files common
2025-05-08 20:48 UTC (16+ messages)
` [PATCH 01/13] qapi: introduce 'runtime_if' for QAPI json
` [PATCH 03/13] qobject/qlit: allow to hide dict or list entries
` [PATCH 08/13] qemu/target-info: implement missing helpers
` [PATCH 09/13] qapi: transform target specific 'if' in runtime checks
` [PATCH 10/13] qapi: add weak stubs for target specific commands
[PATCH] migration: add FEATURE_SEEKABLE to QIOChannelBlock
2025-05-08 20:23 UTC (10+ messages)
[PATCH] meson: use thorough test setup as default
2025-05-08 20:20 UTC (11+ messages)
[PATCH v7 0/6] target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature and add EPYC-Turin CPU model
2025-05-08 19:58 UTC (7+ messages)
` [PATCH v7 1/6] target/i386: Update EPYC CPU model for Cache property, RAS, SVM feature bits
` [PATCH v7 2/6] target/i386: Update EPYC-Rome "
` [PATCH v7 3/6] target/i386: Update EPYC-Milan "
` [PATCH v7 4/6] target/i386: Add couple of feature bits in CPUID_Fn80000021_EAX
` [PATCH v7 5/6] target/i386: Update EPYC-Genoa for Cache property, perfmon-v2, RAS and SVM feature bits
` [PATCH v7 6/6] target/i386: Add support for EPYC-Turin model
[PATCH RESEND 0/5] Fix dependencies in arm machines and update OpenBSD to 7.7
2025-05-08 18:26 UTC (9+ 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
` [PATCH 4/5] tests/vm: Update OpenBSD to 7.7
` [RFC PATCH 5/5] Revert "meson.build: Disable -fzero-call-used-regs on OpenBSD"
[PULL 00/30] Rust, wasm changes for 2025-05-06
2025-05-08 17:15 UTC (6+ messages)
[PATCH 0/2] Initial logging support for Rust
2025-05-08 17:14 UTC (7+ messages)
` [PATCH 2/2] rust/hw/char/pl011/src/device: Implement logging
[PATCH 0/2] scripts/checkpatch: fix SPDX-License-Identifier detection
2025-05-08 17:01 UTC (3+ messages)
` [PATCH 1/2] Revert "scripts: mandate that new files have SPDX-License-Identifier"
` [PATCH 2/2] scripts/checkpatch: reimplement SPDX-License-Identifier detection
[RFC v2 0/4] virtio-blk: Add support for FUA write requests
2025-05-08 16:20 UTC (5+ messages)
` [RFC v2 1/4] include: Add tentative virtio-blk FUA write definitions
` [RFC v2 2/4] virtio-blk: Add VIRTIO_BLK_T_OUT_FUA command support
` [RFC v2 3/4] vhost-user-blk: "
` [RFC v2 4/4] vduse-blk: "
[PATCH] tests/qtest/q35-test: Remove the obsolete test_without_smram_base test
2025-05-08 16:17 UTC (3+ 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 v2, part1 00/15] Rust changes for 2025-05-06
2025-05-08 15:54 UTC
[PATCH 0/5] hw/pci-host/bonito: Improve various emulation functions
2025-05-08 14:46 UTC (4+ messages)
` [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
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).