qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-01 12:25:13 to 2025-04-02 10:57:30 UTC [more...]

[PATCH for 10.1 v8 00/55] QEMU TDX support
 2025-04-02 10:57 UTC  (61+ messages)
` [PATCH v8 01/55] *** HACK *** linux-headers: Update headers to pull in TDX API changes
` [PATCH v8 02/55] i386: Introduce tdx-guest object
` [PATCH v8 03/55] i386/tdx: Implement tdx_kvm_type() for TDX
` [PATCH v8 04/55] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
` [PATCH v8 05/55] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PATCH v8 06/55] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [PATCH v8 07/55] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v8 08/55] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v8 09/55] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [PATCH v8 10/55] i386/tdx: Make sept_ve_disable set by default
` [PATCH v8 11/55] i386/tdx: Wire CPU features up with attributes of TD guest
` [PATCH v8 12/55] i386/tdx: Validate TD attributes
` [PATCH v8 13/55] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
` [PATCH v8 14/55] i386/tdx: Set APIC bus rate to match with what TDX module enforces
` [PATCH v8 15/55] i386/tdx: Implement user specified tsc frequency
` [PATCH v8 16/55] i386/tdx: load TDVF for TD guest
` [PATCH v8 17/55] i386/tdvf: Introduce function to parse TDVF metadata
` [PATCH v8 18/55] i386/tdx: Parse TDVF metadata for TDX VM
` [PATCH v8 19/55] i386/tdx: Don't initialize pc.rom for TDX VMs
` [PATCH v8 20/55] i386/tdx: Track mem_ptr for each firmware entry of TDVF
` [PATCH v8 21/55] i386/tdx: Track RAM entries for TDX VM
` [PATCH v8 22/55] headers: Add definitions from UEFI spec for volumes, resources, etc
` [PATCH v8 23/55] i386/tdx: Setup the TD HOB list
` [PATCH v8 24/55] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [PATCH v8 25/55] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [PATCH v8 26/55] i386/tdx: Finalize TDX VM
` [PATCH v8 27/55] i386/tdx: Enable user exit on KVM_HC_MAP_GPA_RANGE
` [PATCH v8 28/55] i386/tdx: Handle KVM_SYSTEM_EVENT_TDX_FATAL
` [PATCH v8 29/55] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
` [PATCH v8 30/55] kvm: Check KVM_CAP_MAX_VCPUS at vm level
` [PATCH v8 31/55] i386/cpu: introduce x86_confidential_guest_cpu_instance_init()
` [PATCH v8 32/55] i386/tdx: implement tdx_cpu_instance_init()
` [PATCH v8 33/55] i386/cpu: Introduce enable_cpuid_0x1f to force exposing CPUID 0x1f
` [PATCH v8 34/55] i386/tdx: Force "
` [PATCH v8 35/55] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [PATCH v8 36/55] i386/tdx: Disable SMM for TDX VMs
` [PATCH v8 37/55] i386/tdx: Disable PIC "
` [PATCH v8 38/55] i386/tdx: Set and check kernel_irqchip mode for TDX
` [PATCH v8 39/55] i386/tdx: Don't synchronize guest tsc for TDs
` [PATCH v8 40/55] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() "
` [PATCH v8 41/55] i386/apic: Skip kvm_apic_put() for TDX
` [PATCH v8 42/55] cpu: Don't set vcpu_dirty when guest_state_protected
` [PATCH v8 43/55] i386/cgs: Rename *mask_cpuid_features() to *adjust_cpuid_features()
` [PATCH v8 44/55] i386/tdx: Implement adjust_cpuid_features() for TDX
` [PATCH v8 45/55] i386/tdx: Add TDX fixed1 bits to supported CPUIDs
` [PATCH v8 46/55] i386/tdx: Add supported CPUID bits related to TD Attributes
` [PATCH v8 47/55] i386/tdx: Add supported CPUID bits relates to XFAM
` [PATCH v8 48/55] i386/tdx: Add XFD to supported bit of TDX
` [PATCH v8 49/55] i386/tdx: Define supported KVM features for TDX
` [PATCH v8 50/55] i386/cgs: Introduce x86_confidential_guest_check_features()
` [PATCH v8 51/55] i386/tdx: Fetch and validate CPUID of TD guest
` [PATCH v8 52/55] i386/tdx: Don't treat SYSCALL as unavailable
` [PATCH v8 53/55] i386/tdx: Make invtsc default on
` [PATCH v8 54/55] i386/tdx: Validate phys_bits against host value
` [PATCH v8 55/55] docs: Add TDX documentation

[PATCH-for-10.0 0/5] hw/arm/virt-acpi: Do not advertise disabled GIC ITS in MADT table
 2025-04-02 10:34 UTC  (15+ messages)
` [PATCH-for-10.0 1/5] qtest/bios-tables-test: Add test for -M virt, its=off
  ` [PATCH-for-10.0 1/5] qtest/bios-tables-test: Add test for -M virt,its=off
` [PATCH-for-10.0 2/5] qtest/bios-tables-test: Whitelist aarch64/virt/APIC.its_off blob
` [PATCH-for-10.0 3/5] hw/arm/virt-acpi: Factor its_enabled() helper out
` [PATCH-for-10.0 4/5] hw/arm/virt-acpi: Do not advertise disabled GIC ITS
` [PATCH-for-10.0 5/5] qtest/bios-tables-test: Update aarch64/virt/APIC.its_off blob

[PATCH] Fix data races in test-bdrv-drain test
 2025-04-02 10:21 UTC 

[PATCH] Fix data race with slh_first field in test-aio-multithread
 2025-04-02 10:19 UTC 

[PULL 00/23] tcg patch queue
 2025-04-02 10:17 UTC  (3+ messages)
` [PULL 04/23] include/exec: Split out exec/cpu-interrupt.h

[PATCH] Add annotations in QemuEvent functions
 2025-04-02 10:17 UTC 

[PATCH v1 00/22] Fix incorrect hash results on AST2700
 2025-04-02  9:54 UTC  (45+ messages)
` [PATCH v1 01/22] hw/misc/aspeed_hace: Remove unused code for better readability
` [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 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 09/22] hw/misc/aspeed_hace: Ensure HASH_IRQ is always set to prevent firmware hang
` [PATCH v1 10/22] hw/misc/aspeed_hace:: Support setting different memory size
` [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 13/22] test/qtest: Introduce a new aspeed-hace-utils.c to place common testcases
` [PATCH v1 14/22] test/qtest/hace: Adjust test address range for AST1030 due to SRAM limitations
` [PATCH v1 15/22] test/qtest/hace: Add SHA-384 test cases for ASPEED HACE model
` [PATCH v1 16/22] test/qtest/hace: Add SHA-384 tests for AST2600
` [PATCH v1 17/22] test/qtest/hace: Add tests for AST1030
` [PATCH v1 18/22] test/qtest/hace: Update source data and digest data type to 64-bit
` [PATCH v1 19/22] test/qtest/hace: Support 64-bit source and digest addresses for AST2700
` [PATCH v1 20/22] test/qtest/hace: Support to test upper 32 bits of digest and source addresses
` [PATCH v1 21/22] test/qtest/hace: Support to validate 64-bit hmac key buffer addresses
` [PATCH v1 22/22] test/qtest/hace: Add tests for AST2700

[PATCH v6 00/36] Multifd 🔀 device state transfer support with VFIO consumer
 2025-04-02  9:51 UTC  (7+ messages)
` [PATCH 1/2] vfio/migration: Add also max in-flight VFIO device state buffers size limit

[PATCH] block/file-posix.c: Use pwritev2() with RWF_DSYNC for FUA
 2025-04-02  9:31 UTC 

[PATCH v1 0/1] hw/misc/aspeed_sbc: Implement OTP memory and controller
 2025-04-02  9:14 UTC  (2+ messages)
` [PATCH v1 1/1] "

[PATCH v3 0/4] *** Add SCLP event type CPI ***
 2025-04-02  9:12 UTC  (12+ messages)
` [PATCH v3 1/4] hw/s390x: add SCLP event type CPI
` [PATCH v3 2/4] hw/s390x: add Control-Program Identification to QOM
` [PATCH v3 3/4] hw/s390x: support migration of CPI data
` [PATCH v3 4/4] hw/s390x: compat handling for backward migration

[PATCH v3 2/4] hw/s390x: add Control-Program Identification to QOM
 2025-04-02  9:06 UTC 

[PATCH v3] [for-10.1] block-jobs: add final flush
 2025-04-02  8:37 UTC 

[PATCH v3] QIOChannelSocket: Flush zerocopy socket error queue on sendmsg failure due to ENOBUF
 2025-04-02  8:11 UTC  (3+ messages)

[PATCHv2] migration/rdma: Remove qemu_rdma_broken_ipv6_kernel
 2025-04-02  5:13 UTC 

[PATCH] migration/rdma: Remove qemu_rdma_broken_ipv6_kernel
 2025-04-02  5:06 UTC  (3+ messages)

[PATCH 00/18] hw/arm: Move various objects to softmmu_ss to build them once (part 1)
 2025-04-02  4:59 UTC  (10+ messages)
` [PATCH 05/18] target/arm: Move CPU QOM type definitions to "hw/arm/cpu.h"
` [PATCH 06/18] target/arm: Move CPU definitions consumed by HW model "
` [PATCH 13/18] hw/arm/fsl-imx: Correct GPIO/GPT index in QOM tree

[PATCH v4 0/2] GT64120 PCI endianness fixes and cleanup
 2025-04-02  4:45 UTC  (3+ messages)
` [PATCH v4 1/2] hw/pci-host/gt64120: Fix endianness handling

[PATCH-for-10.1 00/24] cpus: Restrict SoftMMU mmu_index() to TCG
 2025-04-02  3:50 UTC  (4+ messages)
` [PATCH-for-10.1 23/24] hw/core/cpu: Remove CPUClass::mmu_index()

[PATCH v3 00/29] single-binary: start make hw/arm/ common
 2025-04-02  3:31 UTC  (3+ messages)
` [PATCH v3 03/29] include/exec/cpu-all: move compile time check for CPUArchState to cpu-target.c

[PATCH 0/2] target/hexagon: Fix macOS build
 2025-04-02  3:25 UTC  (6+ messages)
` [PATCH 2/2] target/hexagon: Drop `ident` postprocess step

[PATCH 0/3] target/mips: Revert TARGET_PAGE_BITS_VARY and bug fixes
 2025-04-02  3:04 UTC  (5+ messages)
` [PATCH 1/3] target/mips: Revert TARGET_PAGE_BITS_VARY

[PATCH 00/39] hexagon system emu, part 2/3
 2025-04-02  2:44 UTC  (7+ messages)
` [PATCH 08/39] target/hexagon: Implement get_exe_mode()
` [PATCH 12/39] target/hexagon: Add implementation of cycle counters

[PATCH 0/4] Several sstc extension fixes
 2025-04-02  2:35 UTC  (2+ messages)

[PATCH 0/8] hexagon system emu, part 3/3
 2025-04-02  1:07 UTC  (4+ messages)
` [PATCH 1/8] hw/intc: Add l2vic interrupt controller

[PATCH] Rust: Add tracing and logging support for Rust code
 2025-04-01 19:21 UTC  (2+ messages)

[PATCH 00/15] export/fuse: Use coroutines and multi-threading
 2025-04-01 20:36 UTC  (21+ messages)
` [PATCH 01/15] fuse: Copy write buffer content before polling
` [PATCH 08/15] fuse: Introduce fuse_{at,de}tach_handlers()
` [PATCH 11/15] fuse: Manually process requests (without libfuse)
` [PATCH 14/15] fuse: Implement multi-threading
` [PATCH 15/15] fuse: Increase MAX_WRITE_SIZE with a second buffer

[PULL 0/1] Migration patches for 2025-04-01
 2025-04-01 19:53 UTC  (2+ messages)
` [PULL 1/1] migration: fix SEEK_CUR offset calculation in qio_channel_block_seek

[PATCH v3 0/5] ipmi: bmc-sim improvements
 2025-04-01 19:17 UTC  (8+ messages)
` [PATCH v3 1/5] ipmi/pci-ipmi-bt: Rename copy-paste variables
` [PATCH v3 2/5] ipmi: add fwinfo to pci ipmi devices
` [PATCH v3 3/5] ipmi/bmc-sim: Add 'Get Channel Info' command
` [PATCH v3 4/5] ipmi/bmc-sim: implement watchdog dont log flag
` [PATCH v3 5/5] ipmi/bmc-sim: add error handling for 'Set BMC Global Enables' command

[PATCH] bsd-user: add option to enable plugins
 2025-04-01 18:50 UTC  (6+ messages)

[PATCH v2 00/42] accel/tcg, codebase: Build once patches
 2025-04-01 17:56 UTC  (4+ messages)
` [PATCH v2 09/42] include/exec: Inline *_data memory operations

[PATCH-for-10.1 0/3] exec: Restrict 'cpu.ldst*.h' headers to accel/tcg/
 2025-04-01 17:45 UTC  (8+ messages)
` [PATCH-for-10.1 1/3] exec: Restrict 'cpu-ldst-common.h' "
` [PATCH-for-10.1 2/3] exec: Restrict 'cpu_ldst.h' "
` [PATCH-for-10.1 3/3] exec: Do not include 'accel/tcg/cpu-ldst.h' in 'exec-all.h'

[PATCH v3 0/3] Enable QEMU NVMe userspace driver on s390x
 2025-04-01 17:22 UTC  (4+ messages)
` [PATCH v3 1/3] util: Add functions for s390x mmio read/write
` [PATCH v3 2/3] include: Add a header to define host PCI MMIO functions
` [PATCH v3 3/3] block/nvme: Use host PCI MMIO API

[PATCH v5] [for-10.1] virtio: add VIRTQUEUE_ERROR QAPI event
 2025-04-01 17:07 UTC 

[PATCH] [for-10.1] qapi/block-core: derpecate some block-job- APIs
 2025-04-01 16:32 UTC  (2+ messages)

[PATCH v3 0/3] vhost: fix the IO error after live migration
 2025-04-01 15:18 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] system/runstate: add VM state change cb with return value
  ` [PATCH v4 2/3] vhost: return failure if stop virtqueue failed in vhost_dev_stop
  ` [PATCH v4 3/3] vhost-user: return failure if backend crash when live migration

[PATCH-for-10.0] tcg: Allocate TEMP_VAL_MEM frame in temp_load()
 2025-04-01 15:12 UTC  (3+ messages)

[PATCH] target/i386: Fix model number of Zhaoxin YongFeng vCPU template
 2025-04-01 15:27 UTC  (2+ messages)

[PATCH v2 0/5] ipmi: bmc-sim improvements
 2025-04-01 14:55 UTC  (10+ messages)
` [PATCH v2 2/5] ipmi: add fwinfo to pci ipmi devices
` [PATCH v2 4/5] ipmi/bmc-sim: implement watchdog dont log flag

[PATCH qemu 0/1] Add IOURING_SETUP_SINGLE_ISSUER flag to improve iouring performance
 2025-04-01 14:44 UTC  (6+ messages)
` [PATCH qemu 1/1] "

[PATCH 0/3] [RESEND] block: unify block and fdmon io_uring
 2025-04-01 14:27 UTC  (4+ messages)
` [PATCH 1/3] aio-posix: treat io_uring setup failure as fatal
` [PATCH 2/3] aio-posix: add aio_add_sqe() API for user-defined io_uring requests
` [PATCH 3/3] block/io_uring: use aio_add_sqe()

[PATCH] target/rx: Fix copy/paste typo (riscv -> rx)
 2025-04-01 14:15 UTC  (2+ messages)

[PATCH 0/3] Add STM32 DMA model
 2025-04-01 14:11 UTC  (3+ messages)
` [PATCH 3/3] tests/qtest: add qtests for STM32 DMA

[PATCH 0/6] Add bios-tables-test for LoongArch64 system
 2025-04-01 13:50 UTC  (8+ messages)
` [PATCH 3/6] tests/qtest/bios-tables-test: Add basic testing for LoongArch64
` [PATCH 4/6] tests/acpi: Add empty ACPI data files "
` [PATCH 6/6] tests/qtest: Enable bios-tables-test for LoongArch

[PATCH v2] Revert "iotests: Stop NBD server in test 162 before starting the next one"
 2025-04-01 13:36 UTC  (2+ messages)

[RFC PATCH-for-10.0] hw/vmapple: Allow running QTest framework on macOS
 2025-04-01 13:20 UTC  (2+ messages)

[PATCH v4 0/3] qapi: Fix some command blocked for too long
 2025-04-01 13:03 UTC  (4+ messages)
` [PATCH v4 1/3] io/block: Refactoring the bdrv_drained_begin() function and implement a timeout mechanism
` [PATCH v4 2/3] qapi/throttle: add timeout parameter for qmp_block_set_io_throttle()
` [PATCH v4 3/3] qapi/resize: add timeout parameter for qmp_block_resize()

[PATCH v2 0/3] Enable QEMU NVMe userspace driver on s390x
 2025-04-01 13:02 UTC  (4+ messages)
` [PATCH v2 2/3] include: Add a header to define PCI MMIO functions

[PATCH] hw/arm/npcm8xx_boards: Add auto zero flash image and device part number
 2025-04-01  8:59 UTC 

[PATCH v2] target/ppc: Deprecate Power8E and Power8NVL
 2025-04-01 12:46 UTC  (6+ messages)

[PATCH v2] ppc/vof: Make nextprop behave more like Open Firmware
 2025-04-01 12:23 UTC  (3+ 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).