kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-01 18:57:26 to 2020-02-04 14:52:17 UTC [more...]

[PATCH] KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipis
 2020-02-04 14:51 UTC  (7+ messages)

[PATCH 1/2] KVM: x86: Emulate split-lock access as a write
 2020-02-04 14:47 UTC  (4+ messages)

[RFCv2 00/37] KVM: s390: Add support for protected VMs
 2020-02-04 13:55 UTC  (87+ 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
        ` [PATCH v2 "
` [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

[PATCH 0/5] vDPA support
 2020-02-04 12:52 UTC  (9+ messages)
` [PATCH 5/5] vdpasim: vDPA device simulator

[PATCH v2 0/6] kvm/split_lock: Add feature split lock detection support in kvm
 2020-02-04  9:37 UTC  (20+ 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

[kvm-unit-tests PULL 0/9] s390x and CI patches
 2020-02-04  7:13 UTC  (10+ messages)
` [kvm-unit-tests PULL 1/9] s390x: smp: Cleanup smp.c
` [kvm-unit-tests PULL 2/9] s390x: smp: Fix ecall and emcall report strings
` [kvm-unit-tests PULL 3/9] s390x: Stop the cpu that is executing exit()
` [kvm-unit-tests PULL 4/9] s390x: Add cpu id to interrupt error prints
` [kvm-unit-tests PULL 5/9] s390x: smp: Only use smp_cpu_setup once
` [kvm-unit-tests PULL 6/9] s390x: smp: Rework cpu start and active tracking
` [kvm-unit-tests PULL 7/9] s390x: smp: Wait for cpu setup to finish
` [kvm-unit-tests PULL 8/9] gitlab-ci.yml: Remove ioapic from the x86 tests
` [kvm-unit-tests PULL 9/9] travis.yml: Prevent 'script' from premature exit

[PATCH] vhost: introduce vDPA based backend
 2020-02-04  6:46 UTC  (4+ messages)

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

[PATCH 5/5] vdpasim: vDPA device simulator
 2020-02-04  4:07 UTC  (2+ messages)

[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)

[kvm-unit-tests PATCH v4 00/10] arm/arm64: Various fixes
 2020-02-03 18:59 UTC  (2+ 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  (10+ 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 10/61] KVM: x86: Clean up CPUID 0x7 sub-leaf loop

[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  (11+ 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 6/7] s390x: smp: Rework cpu start and active tracking

[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 


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).