messages from 2023-11-10 13:54:46 to 2023-11-14 15:14:28 UTC [more...]
[PATCH-for-9.0 v2 00/19] hw/xen: Have most of Xen files become target-agnostic
2023-11-14 15:14 UTC (26+ messages)
` [PATCH-for-9.0 v2 01/19] tests/avocado: Add 'guest:xen' tag to tests running Xen guest
` [PATCH-for-9.0 v2 02/19] sysemu/xen: Forbid using Xen headers in user emulation
` [PATCH-for-9.0 v2 03/19] sysemu/xen-mapcache: Check Xen availability with CONFIG_XEN_IS_POSSIBLE
` [PATCH-for-9.0 v2 04/19] system/physmem: Do not include 'hw/xen/xen.h' but 'sysemu/xen.h'
` [PATCH-for-9.0 v2 05/19] hw/display: Restrict xen_register_framebuffer() call to Xen
` [PATCH-for-9.0 v2 06/19] hw/pci/msi: Restrict xen_is_pirq_msi() "
` [PATCH-for-9.0 v2 07/19] hw/xen: Remove unnecessary xen_hvm_inject_msi() stub
` [PATCH-for-9.0 v2 08/19] hw/xen: Remove unused Xen stubs
` [RFC PATCH-for-9.0 v2 09/19] hw/block/xen_blkif: Align structs with QEMU_ALIGNED() instead of #pragma
` [PATCH-for-9.0 v2 10/19] hw/xen: Rename 'ram_memory' global variable as 'xen_memory'
` [PATCH-for-9.0 v2 11/19] hw/xen/xen_arch_hvm: Rename prototypes using 'xen_arch_' prefix
` [PATCH-for-9.0 v2 12/19] hw/xen: Merge 'hw/xen/arch_hvm.h' in 'hw/xen/xen-hvm-common.h'
` [RFC PATCH-for-9.0 v2 13/19] hw/xen: Remove use of 'target_ulong' in handle_ioreq()
` [PATCH-for-9.0 v2 14/19] hw/xen: Use target-agnostic qemu_target_page_bits()
` [PATCH-for-9.0 v2 15/19] hw/xen: Reduce inclusion of 'cpu.h' to target-specific sources
` [PATCH-for-9.0 v2 16/19] hw/xen/xen_pt: Add missing license
` [PATCH-for-9.0 v2 17/19] hw/xen: Extract 'xen_igd.h' from 'xen_pt.h'
` [PATCH-for-9.0 v2 18/19] hw/i386/xen: Compile 'xen-hvm.c' with Xen CPPFLAGS
` [PATCH-for-9.0 v2 19/19] hw/xen: Have most of Xen files become target-agnostic
[PATCH v1 00/23] Enable FRED with KVM VMX
2023-11-14 14:36 UTC (36+ messages)
` [PATCH v1 05/23] KVM: VMX: Initialize FRED VM entry/exit controls in vmcs_config
` [PATCH v1 06/23] KVM: VMX: Defer enabling FRED MSRs save/load until after set CPUID
` [PATCH v1 08/23] KVM: VMX: Initialize VMCS FRED fields
` [PATCH v1 09/23] KVM: VMX: Switch FRED RSP0 between host and guest
` [PATCH v1 10/23] KVM: VMX: Add support for FRED context save/restore
` [PATCH v1 11/23] KVM: x86: Add kvm_is_fred_enabled()
` [PATCH v1 12/23] KVM: VMX: Handle FRED event data
` [PATCH v1 13/23] KVM: VMX: Handle VMX nested exception for FRED
` [PATCH v1 14/23] KVM: VMX: Dump FRED context in dump_vmcs()
[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-11-14 14:24 UTC (10+ messages)
` [PATCH v10 07/50] x86/sev: Add RMP entry lookup helpers
` [PATCH v10 48/50] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
Need information
2023-11-14 13:52 UTC
[PATCH 0/9] KVM: x86: Replace governed features with guest cpu_caps
2023-11-14 13:48 UTC (13+ messages)
` [PATCH 1/9] KVM: x86: Rename "governed features" helpers to use "guest_cpu_cap"
` [PATCH 2/9] KVM: x86: Replace guts of "goverened" features with comprehensive cpu_caps
` [PATCH 3/9] KVM: x86: Initialize guest cpu_caps based on guest CPUID
` [PATCH 4/9] KVM: x86: Avoid double CPUID lookup when updating MWAIT at runtime
` [PATCH 5/9] KVM: x86: Drop unnecessary check that cpuid_entry2_find() returns right leaf
` [PATCH 6/9] KVM: x86: Update guest cpu_caps at runtime for dynamic CPUID-based features
` [PATCH 7/9] KVM: x86: Shuffle code to prepare for dropping guest_cpuid_has()
` [PATCH 8/9] KVM: x86: Replace all guest CPUID feature queries with cpu_caps check
` [PATCH 9/9] KVM: x86: Restrict XSAVE in cpu_caps based on KVM capabilities
linux-next: build warning after merge of the kvm tree
2023-11-14 12:50 UTC (2+ messages)
[PATCH v6 00/25] Enable CET Virtualization
2023-11-14 9:13 UTC (13+ messages)
` [PATCH v6 06/25] x86/fpu/xstate: Opt-in kernel dynamic bits when calculate guest xstate size
[PATCH] fs: anon-inode: Prepend blank line separator to anon_inode_create_getfile() reasons list
2023-11-14 9:12 UTC
[PATCH v13 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
2023-11-14 8:16 UTC
[PATCH v12 00/37] x86: enable FRED for x86-64
2023-11-14 5:58 UTC (11+ messages)
` [PATCH v12 01/37] x86/cpufeatures: Add the cpu feature bit for WRMSRNS
` [PATCH v12 19/37] x86/fred: Update MSR_IA32_FRED_RSP0 during task switch
[PATCH v2 0/3] KVM: X86: Make bus clock frequency for vapic timer configurable
2023-11-14 4:35 UTC (4+ messages)
` [PATCH v2 1/3] KVM: x86: Make the hardcoded APIC bus frequency vm variable
` [PATCH v2 2/3] KVM: X86: Add a capability to configure bus frequency for APIC timer
` [PATCH v2 3/3] KVM: selftests: Add test case for x86 apic_bus_clock_frequency
[kvm-unit-tests PATCH v2 0/2] arm: pmu-overflow-interrupt: Fix failures on Amberwing
2023-11-14 3:09 UTC (5+ messages)
` [kvm-unit-tests PATCH v2 1/2] arm: pmu: Declare pmu_stats as volatile
` [kvm-unit-tests PATCH v2 2/2] arm: pmu-overflow-interrupt: Increase count values
[PATCH v8 00/26] KVM: x86/pmu: selftests: Fixes and new tests
2023-11-14 3:07 UTC (12+ messages)
` [PATCH v8 07/26] KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs
` [PATCH v8 08/26] KVM: x86/pmu: Disallow "fast" RDPMC for architectural "
` [PATCH v8 26/26] KVM: selftests: Extend PMU counters test to validate RDPMC after WRMSR
[PATCH] linux-headers: Synchronize linux headers from linux v6.7.0-rc1
2023-11-14 1:54 UTC
[PATCH v3 0/3] LoongArch: KVM: Remove SW timer switch when vcpu is halt polling
2023-11-14 1:47 UTC (3+ messages)
TDISP enablement
2023-11-14 0:57 UTC (13+ messages)
[PATCH] KVM: x86: Remove IA32_PERF_GLOBAL_OVF_CTRL from KVM_GET_MSR_INDEX_LIST
2023-11-13 18:48 UTC
[PATCH v3 1/1] target/i386/kvm: introduce 'pmu-cap-disabled' to set KVM_PMU_CAP_DISABLE
2023-11-13 18:07 UTC
[kvm-unit-tests PATCH] arm: pmu-overflow-interrupt: Increase count values
2023-11-13 17:43 UTC (7+ messages)
[PATCH v3] KVM: selftests: Initialise dynamically allocated configuration names
2023-11-13 16:49 UTC
RFC: A KVM-specific alternative to UserfaultFD
2023-11-13 16:43 UTC (10+ messages)
[PATCH 0/3] kvm: fix two svm pmu virtualization bugs
2023-11-13 16:39 UTC (3+ messages)
` [PATCH 2/3] i386: kvm: disable KVM_CAP_PMU_CAPABILITY if "pmu" is disabled
[PATCH 0/1] KVM: x86/vPMU: Speed up vmexit for AMD Zen 4 CPUs
2023-11-13 16:33 UTC (10+ messages)
` KVM: x86/vPMU/AMD: Can we detect PMU is off for a VM?
[PATCH 00/14] KVM: x86: Make Hyper-V emulation optional
2023-11-13 13:51 UTC (4+ messages)
` [PATCH 10/14] "
[virtio] Invitation to comment on Virtual I/O Device (VIRTIO) Version 1.3 - ends December 8th
2023-11-13 13:35 UTC
[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
2023-11-13 12:21 UTC (6+ messages)
` [PATCH 15/34] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
[PATCH 0/6] RISC-V: KVM: change get_reg/set_reg error codes
2023-11-13 10:27 UTC (6+ messages)
` [PATCH 1/6] RISC-V: KVM: return ENOENT in *_one_reg() when reg is unknown
[PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support
2023-11-13 10:19 UTC (4+ messages)
[PATCH V3 vfio 0/9] Introduce a vfio driver over virtio devices
2023-11-13 10:06 UTC (11+ messages)
` [PATCH V3 vfio 1/9] virtio: Define feature bit for administration virtqueue
` [PATCH V3 vfio 2/9] virtio-pci: Introduce admin virtqueue
` [PATCH V3 vfio 3/9] virtio-pci: Introduce admin command sending function
` [PATCH V3 vfio 4/9] virtio-pci: Introduce admin commands
` [PATCH V3 vfio 5/9] virtio-pci: Initialize the supported "
` [PATCH V3 vfio 6/9] virtio-pci: Introduce APIs to execute legacy IO "
` [PATCH V3 vfio 7/9] vfio/pci: Expose vfio_pci_core_setup_barmap()
` [PATCH V3 vfio 8/9] vfio/pci: Expose vfio_pci_iowrite/read##size()
` [PATCH V3 vfio 9/9] vfio/virtio: Introduce a vfio driver over virtio devices
[PATCH v15 00/23] TDX host kernel support
2023-11-13 9:11 UTC (3+ messages)
[RFC PATCH v2 00/19] Hypervisor-Enforced Kernel Integrity
2023-11-13 8:54 UTC (22+ messages)
` [RFC PATCH v2 01/19] virt: Introduce Hypervisor Enforced Kernel Integrity (Heki)
` [RFC PATCH v2 02/19] KVM: x86: Add new hypercall to lock control registers
` [RFC PATCH v2 03/19] KVM: x86: Add notifications for Heki policy configuration and violation
` [RFC PATCH v2 04/19] heki: Lock guest control registers at the end of guest kernel init
` [RFC PATCH v2 05/19] KVM: VMX: Add MBEC support
` [RFC PATCH v2 06/19] KVM: x86: Add kvm_x86_ops.fault_gva()
` [RFC PATCH v2 07/19] KVM: x86: Make memory attribute helpers more generic
` [RFC PATCH v2 08/19] KVM: x86: Extend kvm_vm_set_mem_attributes() with a mask
` [RFC PATCH v2 09/19] KVM: x86: Extend kvm_range_has_memory_attributes() with match_all
` [RFC PATCH v2 10/19] KVM: x86: Implement per-guest-page permissions
` [RFC PATCH v2 11/19] KVM: x86: Add new hypercall to set EPT permissions
` [RFC PATCH v2 12/19] x86: Implement the Memory Table feature to store arbitrary per-page data
` [RFC PATCH v2 13/19] heki: Implement a kernel page table walker
` [RFC PATCH v2 14/19] heki: x86: Initialize permissions counters for pages mapped into KVA
` [RFC PATCH v2 15/19] heki: x86: Initialize permissions counters for pages in vmap()/vunmap()
` [RFC PATCH v2 16/19] heki: x86: Update permissions counters when guest page permissions change
` [RFC PATCH v2 17/19] heki: x86: Update permissions counters during text patching
` [RFC PATCH v2 18/19] heki: x86: Protect guest kernel memory using the KVM hypervisor
` [RFC PATCH v2 19/19] virt: Add Heki KUnit tests
A question about how the KVM emulates the effect of guest MTRRs on AMD platforms
2023-11-13 8:07 UTC (12+ messages)
[PATCH v1] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
2023-11-13 8:17 UTC
[PATCH v2 0/2] KVM: selftests: Detect if KVM bugged the VM
2023-11-13 4:04 UTC (5+ messages)
` [PATCH v2 2/2] KVM: selftests: Add logic to detect if ioctl() failed because VM was killed
[PATCH AUTOSEL 6.1 5/6] vhost-vdpa: clean iotlb map during reset for older userspace
2023-11-12 13:24 UTC
[PATCH AUTOSEL 6.5 6/7] vhost-vdpa: clean iotlb map during reset for older userspace
2023-11-12 13:23 UTC
[PATCH AUTOSEL 6.6 6/7] vhost-vdpa: clean iotlb map during reset for older userspace
2023-11-12 13:23 UTC
[PATCH RFC 00/13] Coalesced Interrupt Delivery with posted MSI
2023-11-12 4:16 UTC (14+ messages)
` [PATCH RFC 01/13] x86: Move posted interrupt descriptor out of vmx code
` [PATCH RFC 02/13] x86: Add a Kconfig option for posted MSI
` [PATCH RFC 03/13] x86: Reserved a per CPU IDT vector for posted MSIs
` [PATCH RFC 04/13] iommu/vt-d: Add helper and flag to check/disable posted MSI
` [PATCH RFC 05/13] x86/irq: Set up per host CPU posted interrupt descriptors
` [PATCH RFC 06/13] x86/irq: Unionize PID.PIR for 64bit access w/o casting
` [PATCH RFC 07/13] x86/irq: Add helpers for checking Intel PID
` [PATCH RFC 08/13] x86/irq: Factor out calling ISR from common_interrupt
` [PATCH RFC 09/13] x86/irq: Install posted MSI notification handler
` [PATCH RFC 10/13] x86/irq: Handle potential lost IRQ during migration and CPU offline
` [PATCH RFC 11/13] iommu/vt-d: Add an irq_chip for posted MSIs
` [PATCH RFC 12/13] iommu/vt-d: Add a helper to retrieve PID address
` [PATCH RFC 13/13] iommu/vt-d: Enable posted mode for device MSIs
[PATCH v3 0/6] KVM RISC-V Conditional Operations
2023-11-12 0:55 UTC (2+ messages)
[PATCH v3 0/9] RISC-V SBI debug console extension support
2023-11-12 0:55 UTC (2+ messages)
[RFC 0/33] KVM: x86: hyperv: Introduce VSM support
2023-11-11 11:55 UTC (13+ messages)
` [RFC 02/33] KVM: x86: Introduce KVM_CAP_APIC_ID_GROUPS
` [RFC 14/33] KVM: x86: Add VTL to the MMU role
[RFC PATCH 0/4] KVM: SEV: Limit cache flush operations in sev guest memory reclaim events
2023-11-10 18:52 UTC (3+ messages)
` [RFC PATCH 3/4] KVM: SEV: Limit the call of WBINVDs based on the event type of mmu notifier
[PATCH] target/i386: Fix CPUID encoding of Fn8000001E_ECX
2023-11-10 17:08 UTC
[kvm-unit-tests GIT PULL 00/26] s390x: multiline unittests.cfg, sclp enhancements, topology fixes and improvements, sie without MSO/MSL, 2G guest alignment, bug fixes
2023-11-10 15:25 UTC (10+ messages)
` [kvm-unit-tests GIT PULL 19/26] lib: s390x: introduce bitfield for PSW mask
` [kvm-unit-tests GIT PULL 20/26] s390x: add function to set DAT mode for all interrupts
` [kvm-unit-tests GIT PULL 21/26] s390x: sie: switch to home space mode before entering SIE
` [kvm-unit-tests GIT PULL 22/26] s390x: lib: don't forward PSW when handling exception in SIE
` [kvm-unit-tests GIT PULL 23/26] s390x: lib: sie: don't reenter SIE on pgm int
` [kvm-unit-tests GIT PULL 24/26] s390x: add test source dir to include paths
` [kvm-unit-tests GIT PULL 25/26] s390x: add a test for SIE without MSO/MSL
` [kvm-unit-tests GIT PULL 26/26] lib: s390x: interrupt: remove TEID_ASCE defines
[PATCH 00/10] KVM: x86/pmu: Optimize triggering of emulated events
2023-11-10 14:56 UTC (3+ messages)
[PATCH 2/2] KVM: X86: Add a capability to configure bus frequency for APIC timer
2023-11-10 14:42 UTC (3+ 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