public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-07-07 13:43:21 to 2017-07-12 21:44:09 UTC [more...]

[PATCH v7 0/4] KVM: async_pf: Fix async pf exception injection
 2017-07-12 21:44 UTC  (3+ messages)
` [PATCH v7 2/4] KVM: async_pf: Add L1 guest async_pf #PF vmexit handler

[PATCH v4 0/3] Expose VMFUNC to the nested hypervisor
 2017-07-12 19:18 UTC  (29+ messages)
` [PATCH v4 1/3] KVM: vmx: Enable VMFUNCs
` [PATCH v4 2/3] KVM: nVMX: Enable VMFUNC for the L1 hypervisor
` [PATCH v4 3/3] KVM: nVMX: Emulate EPTP switching "

[PATCH] target-i386:kvm_get/put_vcpu_events don't handle sipi_vector
 2017-07-12 17:00 UTC  (2+ messages)

Support SVM without PASID
 2017-07-12 16:48 UTC  (10+ messages)

[PATCH v5 0/1] KVM: trigger uevents when creating or destroying a VM
 2017-07-12 15:56 UTC  (2+ messages)
` [PATCH v5 1/1] "

[PATCH] KVM, pkeys: fix guest pkru save wrong on migration
 2017-07-12 14:45 UTC 

[RFC PATCH v2 0/1] VM introspection
 2017-07-12 14:09 UTC  (9+ messages)
` [RFC PATCH v2 1/1] kvm: Add documentation and ABI/API header for "

[PATCH v12 0/8] Virtio-balloon Enhancement
 2017-07-12 13:56 UTC  (12+ messages)
` [PATCH v12 1/8] virtio-balloon: deflate via a page list
` [PATCH v12 2/8] virtio-balloon: coding format cleanup
` [PATCH v12 3/8] Introduce xbitmap
` [PATCH v12 4/8] xbitmap: add xb_find_next_bit() and xb_zero()
` [PATCH v12 5/8] virtio-balloon: VIRTIO_BALLOON_F_SG
` [PATCH v12 6/8] mm: support reporting free page blocks
` [PATCH v12 7/8] mm: export symbol of next_zone and first_online_pgdat
` [PATCH v12 8/8] virtio-balloon: VIRTIO_BALLOON_F_CMD_VQ

[PATCH] KVM: VMX: Fix invalid guest state detection after task-switch emulation
 2017-07-12 13:50 UTC  (4+ messages)

[PATCH v11 0/6] Virtio-balloon Enhancement
 2017-07-12 13:05 UTC  (13+ messages)
` [PATCH v11 3/6] virtio-balloon: VIRTIO_BALLOON_F_PAGE_CHUNKS
    ` [virtio-dev] "
        `  "
` [PATCH v11 6/6] virtio-balloon: VIRTIO_BALLOON_F_CMD_VQ
    `  "
      ` [virtio-dev] "

[kvm:queue 10/13] arch/x86/kvm/vmx.c:11312:11: note: in expansion of macro 'cmpxchg'
 2017-07-12 12:32 UTC  (2+ messages)

[PATCH kernel v4 0/6] vfio-pci: Add support for mmapping MSI-X table
 2017-07-12  7:28 UTC  (12+ messages)
` [PATCH kernel v4 1/6] PCI: Add a new PCI_BUS_FLAGS_MSI_REMAP flag
` [PATCH kernel v4 4/6] iommu: Set PCI_BUS_FLAGS_MSI_REMAP on iommu driver initialization

Windows Server + virtio = no parity storage pools
 2017-07-12  1:14 UTC  (3+ messages)

[PATCH v4 0/1] KVM: trigger uevents when creating or destroying a VM
 2017-07-12  1:03 UTC  (4+ messages)
` [PATCH v4 1/1] "

[kvm:queue 11/13] arch/x86/include/asm/cmpxchg.h:127:3: error: call to '__cmpxchg_wrong_size' declared with attribute error: Bad argument size for cmpxchg
 2017-07-12  0:33 UTC 

[Bug 196161] New: Kernel freezes by starting a kvm vm
 2017-07-11 20:28 UTC  (2+ messages)
` [Bug 196161] "

[PATCH] vfio: Remove unnecessary uses of vfio_container.group_lock
 2017-07-11 17:46 UTC  (3+ messages)

[PATCH v3 0/9] vfio: Fix release ordering races and use driver_override
 2017-07-11 16:41 UTC  (6+ messages)
` [PATCH v3 7/9] vfio: Use driver_override to avert binding to compromising drivers

[PATCH] KVM: arm/arm64: Fix bug in advertising KVM_CAP_MSI_DEVID capability
 2017-07-11 16:35 UTC  (3+ messages)

[PATCH v9 00/38] x86: Secure Memory Encryption (AMD)
 2017-07-11 15:44 UTC  (30+ messages)
` [PATCH v9 04/38] x86/CPU/AMD: Add the Secure Memory Encryption CPU feature
` [PATCH v9 07/38] x86/mm: Remove phys_to_virt() usage in ioremap()
` [PATCH v9 28/38] x86, realmode: Check for memory encryption on the APs
` [PATCH v9 29/38] x86, drm, fbdev: Do not specify encrypted memory for video mappings
` [PATCH v9 30/38] kvm: x86: svm: Support Secure Memory Encryption within KVM
` [PATCH v9 31/38] x86/mm, kexec: Allow kexec to be used with SME
` [PATCH v9 32/38] xen/x86: Remove SME feature in PV guests
` [PATCH v9 34/38] x86/mm: Create native_make_p4d() for PGTABLE_LEVELS <= 4
` [PATCH v9 36/38] x86/boot: Add early cmdline parsing for options with arguments
  ` [PATCH v9 33/38] x86/mm: Use proper encryption attributes with /dev/mem
  ` [PATCH v9 35/38] x86/mm: Add support to encrypt the kernel in-place
  ` [PATCH v9 37/38] compiler-gcc.h: Introduce __nostackp function attribute
` [PATCH v9 38/38] x86/mm: Add support to make use of Secure Memory Encryption

[PATCH v3 RESEND] kvm: vmx: Properly handle machine check during VM-entry
 2017-07-11 15:28 UTC  (3+ messages)

[Question] About the behavior of HLT in VMX guest mode
 2017-07-11 15:04 UTC  (13+ messages)

[PATCH RFC 0/2] KVM: x86: Support using the VMX preemption timer for APIC Timer periodic/oneshot mode
 2017-07-11 14:40 UTC  (5+ messages)

[PATCH] KVM: s390: Fix KVM_S390_GET_CMMA_BITS ioctl definition
 2017-07-11 14:21 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH] KVM: x86: take slots_lock in kvm_free_pit
 2017-07-11  9:50 UTC  (2+ messages)

[PATCH CFT 0/4] VT-d PI fixes
 2017-07-11  9:16 UTC  (4+ messages)

[PATCH v3 0/3] Expose VMFUNC to the nested hypervisor
 2017-07-10 20:34 UTC  (6+ messages)
` [PATCH v3 1/3] KVM: vmx: Enable VMFUNCs
` [PATCH v3 2/3] KVM: nVMX: Enable VMFUNC for the L1 hypervisor
` [PATCH v3 3/3] KVM: nVMX: Emulate EPTP switching "

[PATCH 2/3] kvm: nVMX: Validate the I/O bitmaps on nested VM-entry
 2017-07-10 19:29 UTC  (5+ messages)
  ` [PATCH v2 1/3] kvm: nVMX: Don't set vmcs12 to "launched" when VMLAUNCH fails
    ` [PATCH v2 2/3] kvm: nVMX: Fix nested_vmx_check_msr_bitmap_controls
    ` [PATCH v2 3/3] kvm: nVMX: Validate the I/O bitmaps on nested VM-entry

RFC: Task switch emulation fails for VM86 mode
 2017-07-10 19:26 UTC  (5+ messages)

[RFC PATCH 0/2] make L2 kvm-clock stable
 2017-07-10 13:32 UTC  (8+ messages)
` [RFC PATCH 1/2] timekeeper: change interface of clocksource reding functions
` [RFC PATCH 2/2] KVM: x86: add support of kvm-clock stablity in L2

[PATCH 0/3 v2] Expose VMFUNC to the nested hypervisor
 2017-07-10 12:15 UTC  (10+ messages)
` [PATCH 1/3 v2] KVM: vmx: Enable VMFUNCs
` [PATCH 2/3 v2] KVM: nVMX: Enable VMFUNC for the L1 hypervisor

[PATCH v3 0/1]
 2017-07-10 11:54 UTC  (5+ messages)
` [PATCH v3 1/1] KVM: trigger uevents when starting or stopping a VM

[GIT PULL 0/5] rcu annotation fixes for KVM
 2017-07-10 10:49 UTC  (6+ messages)
` [GIT PULL 1/5] KVM: mark vcpu->pid pointer as rcu protected
` [GIT PULL 2/5] KVM: use rcu access function for irq routing
` [GIT PULL 3/5] KVM: mark kvm->busses as rcu protected
` [GIT PULL 4/5] KVM: mark memory slots as rcu
` [GIT PULL 5/5] KVM: use correct accessor function for __kvm_memslots

Query on KVM exit
 2017-07-10  8:43 UTC  (2+ messages)

[PATCH v3 1/4] ACPI: Add APEI GHES Table Generation support
 2017-07-09  3:41 UTC  (7+ messages)
` [Qemu-devel] "

[PATCH 0/4] VMCS shadowing fix
 2017-07-07 22:00 UTC  (14+ messages)
` [PATCH 1/4] kvm: nVMX: Add support for "VMWRITE to any supported field"
` [PATCH 2/4] kvm: vmx: Introduce vmcs_read_any and vmcs_write_any
` [PATCH 3/4] kvm: nVMX: Introduce/rename enums for VMCS field encodings

[PATCH 4/4] kvm: nVMX: Shadow "high" parts of shadowed 64-bit VMCS fields
 2017-07-07 19:51 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] KVM: use correct accessor function for __kvm_memslots
 2017-07-07 16:56 UTC  (2+ messages)

[PATCH v2] KVM: mark kvm->busses as rcu protected
 2017-07-07 16:54 UTC  (2+ messages)

[kvm-unit-tests PATCH] VMX controls test framework
 2017-07-07 16:12 UTC  (2+ messages)
` [PATCH v2] "

possible recursive locking issue
 2017-07-07 15:50 UTC  (4+ messages)

[PATCH v2 0/1]
 2017-07-07 15:41 UTC  (3+ messages)
` [PATCH v2 1/1] KVM: trigger uevents when starting or stopping a VM


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