public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-01-31 22:16:45 to 2020-02-04 03:30:47 UTC [more...]

[PATCH] vhost: introduce vDPA based backend
 2020-02-04  3:30 UTC  (2+ messages)

[PATCH v2 0/6] kvm/split_lock: Add feature split lock detection support in kvm
 2020-02-04  2:55 UTC  (16+ messages)
` [PATCH v2 1/6] x86/split_lock: Add and export get_split_lock_detect_state()
` [PATCH v2 2/6] x86/split_lock: Add and export split_lock_detect_set()
` [PATCH v2 3/6] kvm: x86: Emulate split-lock access as a write
` [PATCH v2 4/6] kvm: vmx: Extend VMX's #AC handding for split lock in guest
` [PATCH v2 5/6] kvm: x86: Emulate MSR IA32_CORE_CAPABILITIES
` [PATCH v2 6/6] x86: vmx: virtualize split lock detection

[PATCH] KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipis
 2020-02-04  2:34 UTC 

[kvm-unit-tests PATCH] x86: pmu: Test WRMSR on a running counter
 2020-02-04  1:25 UTC 

[PATCH RFC 00/10] device-dax: Support devices without PFN metadata
 2020-02-04  1:24 UTC  (6+ messages)
` [PATCH RFC 01/10] mm: Add pmd support for _PAGE_SPECIAL
` [PATCH RFC 02/10] mm: Handle pmd entries in follow_pfn()

[PATCH] KVM: nVMX: set rflags to specify success in handle_invvpid() default case
 2020-02-04  1:06 UTC 

[PATCH 1/3] kvm: mmu: Replace unsigned with unsigned int for PTE access
 2020-02-03 23:09 UTC  (3+ messages)
` [PATCH 2/3] kvm: mmu: Separate generating and setting mmio ptes
` [PATCH 3/3] kvm: mmu: Separate pte generation from set_spte

[PATCH v2 0/5] Handle monitor trap flag during instruction emulation
 2020-02-03 23:00 UTC  (8+ messages)
` [PATCH v2 2/5] KVM: nVMX: Handle pending #DB when injecting INIT VM-exit
` [PATCH v2 3/5] KVM: x86: Deliver exception payload on KVM_GET_VCPU_EVENTS
` [PATCH v2 4/5] KVM: nVMX: Emulate MTF when performing instruction emulation

[GIT PULL] VFIO updates for v5.6-rc1
 2020-02-03 22:35 UTC  (2+ messages)

[PATCH v16.1 0/9] mm / virtio: Provide support for free page reporting
 2020-02-03 22:05 UTC  (2+ messages)

[RFCv2 00/37] KVM: s390: Add support for protected VMs
 2020-02-03 22:03 UTC  (46+ messages)
` [RFCv2 01/37] DOCUMENTATION: protvirt: Protected virtual machine introduction
` [RFCv2 02/37] s390/protvirt: introduce host side setup
` [RFCv2 03/37] s390/protvirt: add ultravisor initialization
` [RFCv2 04/37] mm:gup/writeback: add callbacks for inaccessible pages
` [RFCv2 05/37] s390/mm: provide memory management functions for protected KVM guests
` [RFCv2 06/37] s390: add (non)secure page access exceptions handlers
` [RFCv2 07/37] KVM: s390: add new variants of UV CALL
` [RFCv2 08/37] KVM: s390: protvirt: Add initial lifecycle handling
` [RFCv2 09/37] KVM: s390: protvirt: Add KVM api documentation
` [RFCv2 10/37] KVM: s390: protvirt: Secure memory is not mergeable
` [RFCv2 11/37] KVM: s390/mm: Make pages accessible before destroying the guest
` [RFCv2 12/37] KVM: s390: protvirt: Handle SE notification interceptions
` [RFCv2 13/37] KVM: s390: protvirt: Instruction emulation
` [RFCv2 14/37] KVM: s390: protvirt: Add interruption injection controls
` [RFCv2 15/37] KVM: s390: protvirt: Implement interruption injection
` [RFCv2 16/37] KVM: s390: protvirt: Add SCLP interrupt handling
` [RFCv2 17/37] KVM: s390: protvirt: Add machine-check interruption injection controls
` [RFCv2 18/37] KVM: s390: protvirt: Implement machine-check interruption injection
` [RFCv2 19/37] KVM: s390: protvirt: Handle spec exception loops
` [RFCv2 20/37] KVM: s390: protvirt: Add new gprs location handling
` [RFCv2 21/37] KVM: S390: protvirt: Introduce instruction data area bounce buffer
` [RFCv2 22/37] KVM: s390: protvirt: handle secure guest prefix pages
` [RFCv2 23/37] KVM: s390/mm: handle guest unpin events
` [RFCv2 24/37] KVM: s390: protvirt: Write sthyi data to instruction data area
` [RFCv2 25/37] KVM: s390: protvirt: STSI handling
` [RFCv2 26/37] KVM: s390: protvirt: disallow one_reg
` [RFCv2 27/37] KVM: s390: protvirt: Only sync fmt4 registers
` [RFCv2 28/37] KVM: s390: protvirt: Add program exception injection
` [RFCv2 29/37] DOCUMENTATION: protvirt: Diag 308 IPL
` [RFCv2 30/37] KVM: s390: protvirt: Add diag 308 subcode 8 - 10 handling
` [RFCv2 31/37] KVM: s390: protvirt: UV calls diag308 0, 1
` [RFCv2 32/37] KVM: s390: protvirt: Report CPU state to Ultravisor
` [RFCv2 33/37] KVM: s390: protvirt: Support cmd 5 operation state
` [RFCv2 34/37] KVM: s390: protvirt: Add UV debug trace
` [RFCv2 35/37] KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112
` [RFCv2 36/37] KVM: s390: protvirt: do not inject interrupts after start
` [RFCv2 37/37] KVM: s390: protvirt: Add UV cpu reset calls

[kvm-unit-tests PATCH v4 00/10] arm/arm64: Various fixes
 2020-02-03 18:59 UTC  (2+ messages)

[PATCH 2/2] KVM: VMX: Extend VMX's #AC handding
 2020-02-03 18:49 UTC  (6+ messages)

[PATCH 0/2] KVM: MIPS: Bug fix and cleanup
 2020-02-03 18:42 UTC  (3+ messages)
` [PATCH 1/2] KVM: MIPS: Fix a build error due to referencing not-yet-defined function
` [PATCH 2/2] KVM: MIPS: Fold comparecount_func() into comparecount_wakeup()

[RFC v3 0/8] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-02-03 18:00 UTC  (5+ messages)
` [RFC v3 4/8] vfio/type1: Add VFIO_NESTING_GET_IOMMU_UAPI_VERSION

[PATCH 00/61] KVM: x86: Introduce KVM cpu caps
 2020-02-03 15:59 UTC  (64+ messages)
` [PATCH 01/61] KVM: x86: Return -E2BIG when KVM_GET_SUPPORTED_CPUID hits max entries
` [PATCH 02/61] KVM: x86: Refactor loop around do_cpuid_func() to separate helper
` [PATCH 03/61] KVM: x86: Simplify handling of Centaur CPUID leafs
` [PATCH 04/61] KVM: x86: Clean up error handling in kvm_dev_ioctl_get_cpuid()
` [PATCH 05/61] KVM: x86: Check userapce CPUID array size after validating sub-leaf
` [PATCH 06/61] KVM: x86: Move CPUID 0xD.1 handling out of the index>0 loop
` [PATCH 07/61] KVM: x86: Check for CPUID 0xD.N support before validating array size
` [PATCH 08/61] KVM: x86: Warn on zero-size save state for valid CPUID 0xD.N sub-leaf
` [PATCH 09/61] KVM: x86: Refactor CPUID 0xD.N sub-leaf entry creation
` [PATCH 10/61] KVM: x86: Clean up CPUID 0x7 sub-leaf loop
` [PATCH 11/61] KVM: x86: Drop the explicit @index from do_cpuid_7_mask()
` [PATCH 12/61] KVM: x86: Drop redundant boot cpu checks on SSBD feature bits
` [PATCH 13/61] KVM: x86: Consolidate CPUID array max num entries checking
` [PATCH 14/61] KVM: x86: Hoist loop counter and terminator to top of __do_cpuid_func()
` [PATCH 15/61] KVM: x86: Refactor CPUID 0x4 and 0x8000001d handling
` [PATCH 16/61] KVM: x86: Encapsulate CPUID entries and metadata in struct
` [PATCH 17/61] KVM: x86: Drop redundant array size check
` [PATCH 18/61] KVM: x86: Use common loop iterator when handling CPUID 0xD.N
` [PATCH 19/61] KVM: VMX: Add helpers to query Intel PT mode
` [PATCH 20/61] KVM: x86: Calculate the supported xcr0 mask at load time
` [PATCH 21/61] KVM: x86: Use supported_xcr0 to detect MPX support
` [PATCH 22/61] KVM: x86: Make kvm_mpx_supported() an inline function
` [PATCH 23/61] KVM: x86: Clear output regs for CPUID 0x14 if PT isn't exposed to guest
` [PATCH 24/61] KVM: x86: Drop explicit @func param from ->set_supported_cpuid()
` [PATCH 25/61] KVM: x86: Use u32 for holding CPUID register value in helpers
` [PATCH 26/61] KVM: x86: Introduce cpuid_entry_{get,has}() accessors
` [PATCH 27/61] KVM: x86: Introduce cpuid_entry_{change,set,clear}() mutators
` [PATCH 28/61] KVM: x86: Refactor cpuid_mask() to auto-retrieve the register
` [PATCH 29/61] KVM: x86: Add Kconfig-controlled auditing of reverse CPUID lookups
` [PATCH 30/61] KVM: x86: Handle MPX CPUID adjustment in VMX code
` [PATCH 31/61] KVM: x86: Handle INVPCID "
` [PATCH 32/61] KVM: x86: Handle UMIP emulation "
` [PATCH 33/61] KVM: x86: Handle PKU "
` [PATCH 34/61] KVM: x86: Handle RDTSCP "
` [PATCH 35/61] KVM: x86: Handle Intel PT "
` [PATCH 36/61] KVM: x86: Handle GBPAGE CPUID adjustment for EPT "
` [PATCH 37/61] KVM: x86: Refactor handling of XSAVES CPUID adjustment
` [PATCH 38/61] KVM: x86: Introduce kvm_cpu_caps to replace runtime CPUID masking
` [PATCH 39/61] KVM: SVM: Convert feature updates from CPUID to KVM cpu caps
` [PATCH 40/61] KVM: VMX: "
` [PATCH 41/61] KVM: x86: Move XSAVES CPUID adjust to VMX's KVM cpu cap update
` [PATCH 42/61] KVM: x86: Add a helper to check kernel support when setting cpu cap
` [PATCH 43/61] KVM: x86: Use KVM cpu caps to mark CR4.LA57 as not-reserved
` [PATCH 44/61] KVM: x86: Use KVM cpu caps to track UMIP emulation
` [PATCH 45/61] KVM: x86: Fold CPUID 0x7 masking back into __do_cpuid_func()
` [PATCH 46/61] KVM: x86: Remove the unnecessary loop on CPUID 0x7 sub-leafs
` [PATCH 47/61] KVM: x86: Squash CPUID 0x2.0 insanity for modern CPUs
` [PATCH 48/61] KVM: x86: Do host CPUID at load time to mask KVM cpu caps
` [PATCH 49/61] KVM: x86: Override host CPUID results with kvm_cpu_caps
` [PATCH 50/61] KVM: x86: Set emulated/transmuted feature bits via kvm_cpu_caps
` [PATCH 51/61] KVM: x86: Use kvm_cpu_caps to detect Intel PT support
` [PATCH 52/61] KVM: x86: Use KVM cpu caps to detect MSR_TSC_AUX virt support
` [PATCH 53/61] KVM: VMX: Directly use VMX capabilities helper to detect RDTSCP support
` [PATCH 54/61] KVM: x86: Check for Intel PT MSR virtualization using KVM cpu caps
` [PATCH 55/61] KVM: VMX: Directly query Intel PT mode when refreshing PMUs
` [PATCH 56/61] KVM: SVM: Refactor logging of NPT enabled/disabled
` [PATCH 57/61] KVM: x86/mmu: Merge kvm_{enable,disable}_tdp() into a common function
` [PATCH 58/61] KVM: x86/mmu: Configure max page level during hardware setup
` [PATCH 59/61] KVM: x86: Don't propagate MMU lpage support to memslot.disallow_lpage
` [PATCH 60/61] KVM: Drop largepages_enabled and its accessor/mutator
` [PATCH 61/61] KVM: x86: Move VMX's host_efer to common x86 code

[PATCH RFC 0/3] x86/kvm/hyper-v: fix enlightened VMCS & QEMU4.2
 2020-02-03 15:11 UTC  (5+ messages)
` [PATCH RFC 2/3] x86/kvm/hyper-v: move VMX controls sanitization out of nested_enable_evmcs()

[PATCH] dynamically allocate struct cpumask
 2020-02-03 15:02 UTC  (3+ messages)

[PATCH] x86/kvm: do not setup pv tlb flush when not paravirtualized
 2020-02-03 12:42 UTC  (5+ messages)

[PATCH v2 kvmtool 00/30] Add reassignable BARs and PCIE 1.1 support
 2020-02-03 12:27 UTC  (6+ messages)
` [PATCH v2 kvmtool 18/30] hw/vesa: Set the size for BAR 0
` [PATCH v2 kvmtool 19/30] Use independent read/write locks for ioport and mmio

[kvm-unit-tests PATCH v5 0/7] s390x: smp: Improve smp code and reset checks
 2020-02-03 11:19 UTC  (15+ messages)
` [kvm-unit-tests PATCH v5 1/7] s390x: smp: Cleanup smp.c
` [kvm-unit-tests PATCH v5 2/7] s390x: smp: Fix ecall and emcall report strings
` [kvm-unit-tests PATCH v5 3/7] s390x: Stop the cpu that is executing exit()
` [kvm-unit-tests PATCH v5 4/7] s390x: Add cpu id to interrupt error prints
` [kvm-unit-tests PATCH v5 5/7] s390x: smp: Only use smp_cpu_setup once
` [kvm-unit-tests PATCH v5 6/7] s390x: smp: Rework cpu start and active tracking
` [kvm-unit-tests PATCH v5 7/7] s390x: smp: Wait for cpu setup to finish

[PATCH v2 0/2] selftests: KVM: AMD Nested SVM test infrastructure
 2020-02-03  9:59 UTC  (7+ messages)
` [PATCH v2 1/2] selftests: KVM: AMD Nested "
` [PATCH v2 2/2] selftests: KVM: SVM: Add vmcall test

[PATCH] KVM: nVMX: set rflags to specify success in handle_invvpid() default case
 2020-02-03  9:48 UTC  (2+ messages)

[PATCH] selftests: KVM: AMD Nested SVM test infrastructure
 2020-02-03  9:26 UTC  (3+ messages)

[PATCH v22 0/9] Add ARMv8 RAS virtualization support in QEMU
 2020-02-03  7:55 UTC  (15+ messages)
` [PATCH v22 3/9] ACPI: Build related register address fields via hardware error fw_cfg blob
` [PATCH v22 4/9] ACPI: Build Hardware Error Source Table
` [PATCH v22 5/9] ACPI: Record the Generic Error Status Block address
` [PATCH v22 7/9] ACPI: Record Generic Error Status Block(GESB) table

Teo En Ming's Guide to GPU/VGA Passthrough of NVidia GeForce GTX1650 to Windows 10 Virtual Machine using Linux KVM on Ubuntu 18.04.3 LTS Desktop Edition
 2020-02-02 13:56 UTC 

[FAILURE] GPU/VGA Passthrough of NVidia GeForce GTX1650 to Windows 10 VM using Linux KVM on Ubuntu 18.04.3 LTS Desktop Edition PART 2
 2020-02-02  9:09 UTC 

[FAILURE] GPU/VGA Passthrough of NVidia GeForce GTX1650 to Windows 10 VM using Linux KVM on Ubuntu 18.04.3 LTS Desktop Edition
 2020-02-02  5:03 UTC 

[PATCH] KVM: x86: Fix perfctr WRMSR for running counters
 2020-02-01 18:51 UTC  (4+ messages)

[FYI PATCH 0/5] Missing TLB flushes
 2020-02-01  5:53 UTC  (2+ messages)

[PATCH v3 09/21] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
 2020-01-31 22:20 UTC  (12+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox