Show patches with: Archived = No       |   448044 patches
« 1 2 3 44480 4481 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v6,60/60] docs: Add TDX documentation QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,59/60] i386/cpu: Set up CPUID_HT in x86_cpu_realizefn() instead of cpu_x86_cpuid() QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,58/60] cpu: Introduce qemu_early_init_vcpu() QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,57/60] i386/tdx: Make invtsc default on QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,56/60] i386/tdx: Don't treat SYSCALL as unavailable QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,55/60] i386/tdx: Fetch and validate CPUID of TD guest QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,54/60] i386/cgs: Introduce x86_confidential_guest_check_features() QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,53/60] i386/cpu: introduce mark_forced_on_features() QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,52/60] i386/cpu: Expose mark_unavailable_features() for TDX QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,51/60] i386/tdx: Mask off CPUID bits by unsupported XFAM QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,50/60] i386/cpu: Move CPUID_XSTATE_XSS_MASK to header file and introduce CPUID_XSTATE_MASK QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,49/60] i386/tdx: Mask off CPUID bits by unsupported TD Attributes QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,48/60] i386/tdx: Apply TDX fixed0 and fixed1 information to supported CPUIDs QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,47/60] i386/tdx: Implement adjust_cpuid_features() for TDX QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,46/60] i386/cgs: Rename *mask_cpuid_features() to *adjust_cpuid_features() QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,45/60] i386/tdx: Don't get/put guest state for TDX VMs QEMU TDX support 1 - - - --- 2024-11-05 Xiaoyao Li New
[v6,44/60] i386/tdx: Skip kvm_put_apicbase() for TDs QEMU TDX support 1 - - - --- 2024-11-05 Xiaoyao Li New
[v6,43/60] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() for TDs QEMU TDX support 1 - - - --- 2024-11-05 Xiaoyao Li New
[v6,42/60] i386/tdx: Don't synchronize guest tsc for TDs QEMU TDX support 1 - 1 - --- 2024-11-05 Xiaoyao Li New
[v6,41/60] hw/i386: add option to forcibly report edge trigger in acpi tables QEMU TDX support 1 - - - --- 2024-11-05 Xiaoyao Li New
[v6,40/60] hw/i386: add eoi_intercept_unsupported member to X86MachineState QEMU TDX support 1 - - - --- 2024-11-05 Xiaoyao Li New
[v6,39/60] i386/tdx: Disable PIC for TDX VMs QEMU TDX support 1 - - - --- 2024-11-05 Xiaoyao Li New
[v6,38/60] i386/tdx: Disable SMM for TDX VMs QEMU TDX support 1 - - - --- 2024-11-05 Xiaoyao Li New
[v6,37/60] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM QEMU TDX support 1 - - - --- 2024-11-05 Xiaoyao Li New
[v6,36/60] i386/tdx: Force exposing CPUID 0x1f QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,35/60] i386/cpu: Introduce enable_cpuid_0x1f to force exposing CPUID 0x1f QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,34/60] i386/tdx: implement tdx_cpu_realizefn() QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,33/60] i386/cpu: introduce x86_confidenetial_guest_cpu_realizefn() QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,32/60] i386/tdx: implement tdx_cpu_instance_init() QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,31/60] i386/cpu: introduce x86_confidential_guest_cpu_instance_init() QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,30/60] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,29/60] i386/tdx: Handle KVM_SYSTEM_EVENT_TDX_FATAL QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,28/60] i386/tdx: Enable user exit on KVM_HC_MAP_GPA_RANGE QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,27/60] i386/tdx: Finalize TDX VM QEMU TDX support 1 - - - --- 2024-11-05 Xiaoyao Li New
[v6,26/60] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu QEMU TDX support 1 - - - --- 2024-11-05 Xiaoyao Li New
[v6,25/60] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION QEMU TDX support 1 - - - --- 2024-11-05 Xiaoyao Li New
[v6,24/60] i386/tdx: Setup the TD HOB list QEMU TDX support 1 - - - --- 2024-11-05 Xiaoyao Li New
[v6,23/60] headers: Add definitions from UEFI spec for volumes, resources, etc... QEMU TDX support 1 - - - --- 2024-11-05 Xiaoyao Li New
[v6,22/60] i386/tdx: Track RAM entries for TDX VM QEMU TDX support 1 - - - --- 2024-11-05 Xiaoyao Li New
[v6,21/60] i386/tdx: Track mem_ptr for each firmware entry of TDVF QEMU TDX support 1 - - - --- 2024-11-05 Xiaoyao Li New
[v6,20/60] i386/tdx: Don't initialize pc.rom for TDX VMs QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,19/60] i386/tdx: Parse TDVF metadata for TDX VM QEMU TDX support 1 - - - --- 2024-11-05 Xiaoyao Li New
[v6,18/60] i386/tdvf: Introduce function to parse TDVF metadata QEMU TDX support 1 - - - --- 2024-11-05 Xiaoyao Li New
[v6,17/60] i386/tdx: load TDVF for TD guest QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,16/60] i386/tdx: Implement user specified tsc frequency QEMU TDX support 1 - - - --- 2024-11-05 Xiaoyao Li New
[v6,15/60] i386/tdx: Set APIC bus rate to match with what TDX module enforces QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,14/60] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,13/60] i386/tdx: Validate TD attributes QEMU TDX support 1 - - - --- 2024-11-05 Xiaoyao Li New
[v6,12/60] i386/tdx: Wire CPU features up with attributes of TD guest QEMU TDX support 1 - - - --- 2024-11-05 Xiaoyao Li New
[v6,11/60] i386/tdx: Make sept_ve_disable set by default QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,10/60] i386/tdx: Add property sept-ve-disable for tdx-guest object QEMU TDX support 2 - - - --- 2024-11-05 Xiaoyao Li New
[v6,09/60] i386/tdx: Initialize TDX before creating TD vcpus QEMU TDX support 2 - - - --- 2024-11-05 Xiaoyao Li New
[v6,08/60] i386/kvm: Export cpuid_entry_get_reg() and cpuid_find_entry() QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,07/60] kvm: Introduce kvm_arch_pre_create_vcpu() QEMU TDX support 1 - - - --- 2024-11-05 Xiaoyao Li New
[v6,06/60] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object QEMU TDX support 1 - 1 - --- 2024-11-05 Xiaoyao Li New
[v6,05/60] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,04/60] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,03/60] i386/tdx: Implement tdx_kvm_type() for TDX QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
[v6,02/60] i386: Introduce tdx-guest object QEMU TDX support 2 - - - --- 2024-11-05 Xiaoyao Li New
[v6,01/60] *** HACK *** linux-headers: Update headers to pull in TDX API changes QEMU TDX support - - - - --- 2024-11-05 Xiaoyao Li New
vhost: fail device start if iotlb update fails vhost: fail device start if iotlb update fails - - - - --- 2024-11-05 Prasad Pandit New
test regression - qemu:block-slow+slow / io-raw-055 test regression - qemu:block-slow+slow / io-raw-055 - - - - --- 2024-11-05 Pierrick Bouvier New
[PULL,3/3] bsd-user: Set TaskState ts_tid for initial threads [PULL,1/3] bsd-user/x86_64/target_arch_thread.h: Align stack - - 1 - --- 2024-11-05 Warner Losh New
[PULL,2/3] bsd-user/main: Allow setting tb-size [PULL,1/3] bsd-user/x86_64/target_arch_thread.h: Align stack - - 2 - --- 2024-11-05 Warner Losh New
[PULL,1/3] bsd-user/x86_64/target_arch_thread.h: Align stack [PULL,1/3] bsd-user/x86_64/target_arch_thread.h: Align stack - - 2 - --- 2024-11-05 Warner Losh New
[PULL,0/3] Bsd user 2024q4 patches - - - - --- 2024-11-05 Warner Losh New
ui/gtk: Consider the scaling factor when getting the root coordinates ui/gtk: Consider the scaling factor when getting the root coordinates - - - - --- 2024-11-05 Kim, Dongwon New
[v2] hw/riscv: fix build error with clang [v2] hw/riscv: fix build error with clang - - 2 - --- 2024-11-04 Pierrick Bouvier New
target/i386/hvf: fix clang compilation warning target/i386/hvf: fix clang compilation warning - 1 - - --- 2024-11-04 Pierrick Bouvier New
[v2] target/hppa: Add CPU reset method [v2] target/hppa: Add CPU reset method - - - - --- 2024-11-04 Helge Deller New
[v3,6/6] target/riscv: Add support to access ctrsource, ctrtarget, ctrdata regs. target/riscv: Add support for Control Transfer Records Ext. - - - - --- 2024-11-04 Rajnesh Kanwal New
[v3,5/6] target/riscv: Add CTR sctrclr instruction. target/riscv: Add support for Control Transfer Records Ext. - - - - --- 2024-11-04 Rajnesh Kanwal New
[v3,4/6] target/riscv: Add support to record CTR entries. target/riscv: Add support for Control Transfer Records Ext. - - - - --- 2024-11-04 Rajnesh Kanwal New
[v3,3/6] target/riscv: Add support for Control Transfer Records extension CSRs. target/riscv: Add support for Control Transfer Records Ext. - - - - --- 2024-11-04 Rajnesh Kanwal New
[v3,2/6] target/riscv: Add Control Transfer Records CSR definitions. target/riscv: Add support for Control Transfer Records Ext. 1 - - - --- 2024-11-04 Rajnesh Kanwal New
[v3,1/6] target/riscv: Remove obsolete sfence.vm instruction target/riscv: Add support for Control Transfer Records Ext. - - 2 - --- 2024-11-04 Rajnesh Kanwal New
[v3,2/2] vfio/migration: Add vfio_save_block_precopy_empty_hit trace event vfio/migration: new trace events for 9.2 - - 1 - --- 2024-11-04 Maciej S. Szmigiero New
[v3,1/2] vfio/migration: Add save_{iterate, complete_precopy}_start trace events vfio/migration: new trace events for 9.2 - - 1 - --- 2024-11-04 Maciej S. Szmigiero New
[PULL,43/65] intel_iommu: Introduce property "stale-tm" to control Transient Mapping (TM) field [PULL,01/65] softmmu: Expand comments describing max_bounce_buffer_size 1 - 3 - --- 2024-11-04 Michael S. Tsirkin New
[PULL,52/65] hw/cxl: Avoid accesses beyond the end of cel_log. [PULL,01/65] softmmu: Expand comments describing max_bounce_buffer_size - - 1 - --- 2024-11-04 Michael S. Tsirkin New
[PULL,51/65] hw/cxl: Check the length of data requested fits in get_log() [PULL,01/65] softmmu: Expand comments describing max_bounce_buffer_size - - 1 - --- 2024-11-04 Michael S. Tsirkin New
[PULL,65/65] intel_iommu: Add missed reserved bit check for IEC descriptor [PULL,01/65] softmmu: Expand comments describing max_bounce_buffer_size - 1 1 - --- 2024-11-04 Michael S. Tsirkin New
[PULL,64/65] intel_iommu: Add missed sanity check for 256-bit invalidation queue [PULL,01/65] softmmu: Expand comments describing max_bounce_buffer_size - 1 1 - --- 2024-11-04 Michael S. Tsirkin New
[PULL,63/65] intel_iommu: Send IQE event when setting reserved bit in IQT_TAIL [PULL,01/65] softmmu: Expand comments describing max_bounce_buffer_size - 1 1 - --- 2024-11-04 Michael S. Tsirkin New
[PULL,62/65] hw/acpi: Update GED with vCPU Hotplug VMSD for migration [PULL,01/65] softmmu: Expand comments describing max_bounce_buffer_size - - 1 - --- 2024-11-04 Michael S. Tsirkin New
[PULL,61/65] tests/qtest/bios-tables-test: Update DSDT golden masters for x86/{pc,q35} [PULL,01/65] softmmu: Expand comments describing max_bounce_buffer_size - - 1 - --- 2024-11-04 Michael S. Tsirkin New
[PULL,60/65] hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug states [PULL,01/65] softmmu: Expand comments describing max_bounce_buffer_size - - 1 - --- 2024-11-04 Michael S. Tsirkin New
[PULL,59/65] qtest: allow ACPI DSDT Table changes [PULL,01/65] softmmu: Expand comments describing max_bounce_buffer_size - - 1 - --- 2024-11-04 Michael S. Tsirkin New
[PULL,58/65] hw/acpi: Make CPUs ACPI `presence` conditional during vCPU hot-unplug [PULL,01/65] softmmu: Expand comments describing max_bounce_buffer_size - - 1 - --- 2024-11-04 Michael S. Tsirkin New
[PULL,57/65] hw/pci: Add parenthesis to PCI_BUILD_BDF macro [PULL,01/65] softmmu: Expand comments describing max_bounce_buffer_size - - 3 - --- 2024-11-04 Michael S. Tsirkin New
[PULL,56/65] hw/cxl: Ensure there is enough data to read the input header in cmd_get_physical_port_… [PULL,01/65] softmmu: Expand comments describing max_bounce_buffer_size - - 1 - --- 2024-11-04 Michael S. Tsirkin New
[PULL,55/65] hw/cxl: Ensure there is enough data for the header in cmd_ccls_set_lsa() [PULL,01/65] softmmu: Expand comments describing max_bounce_buffer_size - - 1 - --- 2024-11-04 Michael S. Tsirkin New
[PULL,54/65] hw/cxl: Check that writes do not go beyond end of target attributes [PULL,01/65] softmmu: Expand comments describing max_bounce_buffer_size - - 1 - --- 2024-11-04 Michael S. Tsirkin New
[PULL,53/65] hw/cxl: Ensuring enough data to read parameters in cmd_tunnel_management_cmd() [PULL,01/65] softmmu: Expand comments describing max_bounce_buffer_size - - 1 - --- 2024-11-04 Michael S. Tsirkin New
[PULL,50/65] hw/cxl: Check enough data in cmd_firmware_update_transfer() [PULL,01/65] softmmu: Expand comments describing max_bounce_buffer_size - - 1 - --- 2024-11-04 Michael S. Tsirkin New
[PULL,49/65] hw/cxl: Check input length is large enough in cmd_events_clear_records() [PULL,01/65] softmmu: Expand comments describing max_bounce_buffer_size - - 1 - --- 2024-11-04 Michael S. Tsirkin New
[PULL,48/65] hw/cxl: Check input includes at least the header in cmd_features_set_feature() [PULL,01/65] softmmu: Expand comments describing max_bounce_buffer_size - - 1 - --- 2024-11-04 Michael S. Tsirkin New
[PULL,47/65] hw/cxl: Check size of input data to dynamic capacity mailbox commands [PULL,01/65] softmmu: Expand comments describing max_bounce_buffer_size - - 1 - --- 2024-11-04 Michael S. Tsirkin New
[PULL,46/65] hw/cxl/cxl-mailbox-util: Fix output buffer index update when retrieving DC extents [PULL,01/65] softmmu: Expand comments describing max_bounce_buffer_size - 1 1 - --- 2024-11-04 Michael S. Tsirkin New
[PULL,45/65] cxl/cxl-mailbox-utils: Fix size check for cmd_firmware_update_get_info [PULL,01/65] softmmu: Expand comments describing max_bounce_buffer_size - - 2 - --- 2024-11-04 Michael S. Tsirkin New
« 1 2 3 44480 4481 »