kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-18 15:01:29 to 2019-06-20 15:28:38 UTC [more...]

[PATCH v2 00/20] hw/i386/pc: Do not restrict the fw_cfg functions to the PC machine
 2019-06-20 15:28 UTC  (5+ messages)
` [PATCH v2 01/20] hw/i386/pc: Use unsigned type to index arrays
` [PATCH v2 02/20] hw/i386/pc: Use size_t type to hold/return a size of array

[PATCH RFC] kvm: x86: AVX512_BF16 feature support
 2019-06-20 15:09 UTC  (4+ messages)
` [PATCH RFC] kvm: x86: Expose AVX512_BF16 feature to guest

[PATCH v17 00/10] Add ARMv8 RAS virtualization support in QEMU
 2019-06-20 15:09 UTC  (11+ messages)
` [PATCH v17 01/10] hw/arm/virt: Add RAS platform version for migration
` [PATCH v17 02/10] ACPI: add some GHES structures and macros definition
  ` [Qemu-devel] "
` [PATCH v17 04/10] acpi: add build_append_ghes_generic_data() helper for Generic Error Data Entry
` [PATCH v17 05/10] acpi: add build_append_ghes_generic_status() helper for Generic Error Status Block

[PATCH] kvm: tests: Sort tests in the Makefile alphabetically
 2019-06-20 15:03 UTC  (5+ messages)

[PATCH] tests: kvm: Check for a kernel warning
 2019-06-20 14:12 UTC  (4+ messages)

[Bug 203923] New: Running a nested freedos results in NULL pointer dereference in L0 (kvm_mmu_load)
 2019-06-20 13:57 UTC  (4+ messages)
` [Bug 203923] Running a nested freedos on AMD Athlon i686-pae "

[QEMU PATCH v4 0/10]: target/i386: kvm: Add support for save and restore of nested state
 2019-06-20 13:40 UTC  (20+ messages)
` [QEMU PATCH v4 01/10] target/i386: kvm: Delete VMX migration blocker on vCPU init failure
  ` [Qemu-devel] "
` [QEMU PATCH v4 02/10] KVM: Introduce kvm_arch_destroy_vcpu()
` [QEMU PATCH v4 03/10] target/i386: kvm: Use symbolic constant for #DB/#BP exception constants
` [QEMU PATCH v4 04/10] target/i386: kvm: Re-inject #DB to guest with updated DR6
` [QEMU PATCH v4 05/10] target/i386: kvm: Block migration for vCPUs exposed with nested virtualization
` [QEMU PATCH v4 06/10] linux-headers: i386: Modify struct kvm_nested_state to have explicit fields for data
  ` [Qemu-devel] "
` [QEMU PATCH v4 07/10] vmstate: Add support for kernel integer types
` [QEMU PATCH v4 08/10] target/i386: kvm: Add support for save and restore nested state
` [QEMU PATCH v4 09/10] target/i386: kvm: Add support for KVM_CAP_EXCEPTION_PAYLOAD
` [QEMU PATCH v4 10/10] target/i386: kvm: Add nested migration blocker only when kernel lacks required capabilities
  ` [Qemu-devel] "
` [Qemu-devel] [QEMU PATCH v4 0/10]: target/i386: kvm: Add support for save and restore of nested state

[PATCH v5 0/3] KVM: x86: Enable user wait instructions
 2019-06-20 13:13 UTC  (7+ messages)
` [PATCH v5 1/3] KVM: x86: add support for "
` [PATCH v5 2/3] KVM: vmx: Emulate MSR IA32_UMWAIT_CONTROL
` [PATCH v5 3/3] KVM: vmx: handle vm-exit for UMWAIT and TPAUSE

[PATCH] KVM: nVMX: reorganize initial steps of vmx_set_nested_state
 2019-06-20 13:18 UTC  (3+ messages)

[PATCH v1 0/9] vfio_pci: wrap pci device as a mediated device
 2019-06-20 13:00 UTC  (4+ messages)
` [PATCH v1 9/9] smaples: add vfio-mdev-pci driver

[PATCH RFC 0/5] x86/KVM/svm: get rid of hardcoded instructions lengths
 2019-06-20 12:26 UTC  (9+ messages)
` [PATCH RFC 1/5] x86: KVM: svm: don't pretend to advance RIP in case wrmsr_interception() results in #GP
` [PATCH RFC 2/5] x86: KVM: svm: avoid flooding logs when skip_emulated_instruction() fails
` [PATCH RFC 3/5] x86: KVM: svm: clear interrupt shadow on all paths in skip_emulated_instruction()
` [PATCH RFC 4/5] x86: KVM: add xsetbv to the emulator
` [PATCH RFC 5/5] x86: KVM: svm: remove hardcoded instruction length from intercepts

[PATCH] KVM: VMX: Raise #GP when guest read/write forbidden IA32_XSS
 2019-06-20 12:24 UTC  (2+ messages)

[PATCH] KVM: svm: add nrips module parameter
 2019-06-20 12:13 UTC 

[GIT PULL] KVM/arm fixes for 5.2-rc6
 2019-06-20 11:38 UTC  (6+ messages)
` [PATCH 1/4] KVM: arm64: Implement vq_present() as a macro
` [PATCH 2/4] KVM: arm64: Filter out invalid core register IDs in KVM_GET_REG_LIST
` [PATCH 3/4] KVM: arm/arm64: vgic: Fix kvm_device leak in vgic_its_destroy
` [PATCH 4/4] KVM: arm/arm64: Fix emulated ptimer irq injection

[tip:x86/cpu] x86/cpufeatures: Combine word 11 and 12 into a new scattered features word
 2019-06-20 11:37 UTC 

[PATCH] KVM: vmx: Fix the broken usage of vmx_xsaves_supported
 2019-06-20  9:02 UTC  (9+ messages)

mdevctl: A shoestring mediated device management and persistence utility
 2019-06-20  8:24 UTC  (13+ messages)

[PATCH] kvm: add kvm cap values to debugfs
 2019-06-20  6:25 UTC  (3+ messages)

[PATCH v4 0/5] KVM: LAPIC: Implement Exitless Timer
 2019-06-20  0:52 UTC  (6+ messages)
` [PATCH v4 2/5] KVM: LAPIC: inject lapic timer interrupt by posted interrupt

[PATCH v1 0/6] mm / virtio: Provide support for paravirtual waste page treatment
 2019-06-19 22:37 UTC  (8+ messages)
` [PATCH v1 1/6] mm: Adjust shuffle code to allow for future coalescing
` [PATCH v1 2/6] mm: Move set/get_pcppage_migratetype to mmzone.h
` [PATCH v1 3/6] mm: Use zone and order instead of free area in free_list manipulators
` [PATCH v1 4/6] mm: Introduce "aerated" pages
` [PATCH v1 5/6] mm: Add logic for separating "aerated" pages from "raw" pages
` [PATCH v1 6/6] virtio-balloon: Add support for aerating memory via hinting
` [PATCH v1 QEMU] QEMU: Provide a interface for hinting based off of the balloon infrastructure

[RFC PATCH v1 0/5] s390: more vfio-ccw code rework
 2019-06-19 21:15 UTC  (18+ messages)
` [RFC PATCH v1 1/5] vfio-ccw: Move guest_cp storage into common struct
` [RFC PATCH v1 2/5] vfio-ccw: Skip second copy of guest cp to host
` [RFC PATCH v1 3/5] vfio-ccw: Copy CCW data outside length calculation
` [RFC PATCH v1 4/5] vfio-ccw: Factor out the ccw0-to-ccw1 transition
` [RFC PATCH v1 5/5] vfio-ccw: Remove copy_ccw_from_iova()

[PATCH v17 00/15] arm64: untag user pointers passed to the kernel
 2019-06-19 20:05 UTC  (15+ messages)
` [PATCH v17 03/15] arm64: Introduce prctl() options to control the tagged user addresses ABI
` [PATCH v17 04/15] mm, arm64: untag user pointers passed to memory syscalls
` [PATCH v17 05/15] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v17 06/15] mm, arm64: untag user pointers in get_vaddr_frames
` [PATCH v17 07/15] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v17 12/15] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get

[PATCH 2/2] KVM: nVMX: trace nested VM-Enter failures detected by H/W
 2019-06-19 19:47 UTC 

[PATCH v3] KVM: PPC: Report single stepping capability
 2019-06-19 16:01 UTC 

· can you assist me?
 2019-06-19 10:20 UTC 

[PATCH v4 0/7] s390: vfio-ap: dynamic configuration support
 2019-06-19 13:39 UTC  (12+ messages)
` [PATCH v4 1/7] s390: vfio-ap: Refactor vfio_ap driver probe and remove callbacks
` [PATCH v4 3/7] s390: zcrypt: driver callback to indicate resource in use
` [PATCH v4 5/7] s390: vfio-ap: allow assignment of unavailable AP resources to mdev device

[PATCH v4 0/3] KVM: x86: Enable user wait instructions
 2019-06-19 13:32 UTC  (8+ messages)
` [PATCH v4 1/3] KVM: x86: add support for "
` [PATCH v4 2/3] KVM: vmx: Emulate MSR IA32_UMWAIT_CONTROL
` [PATCH v4 3/3] KVM: vmx: handle vm-exit for UMWAIT and TPAUSE

KVM: x86: Fix emulation of sysenter
 2019-06-19 12:47 UTC  (2+ messages)

[PATCH v8 00/29] SMMUv3 Nested Stage Setup
 2019-06-19 11:44 UTC  (16+ messages)
` [PATCH v8 26/29] vfio-pci: Register an iommu fault handler

[PATCH v2] KVM: x86: Modify struct kvm_nested_state to have explicit fields for data
 2019-06-19 11:10 UTC  (4+ messages)

[PATCH 0/2] scsi: add support for request batching
 2019-06-19 10:31 UTC  (4+ messages)
` [PATCH 1/2] scsi_host: "

[PATCH v3 0/9] Enable Sub-page Write Protection Support
 2019-06-19  2:08 UTC  (3+ messages)

[PATCH 0/1] selftest for SPP feature
 2019-06-19  2:03 UTC  (2+ messages)
` [PATCH 1/1] kvm: selftests: add "

[PATCH v3 0/2] x86: Enable user wait instructions
 2019-06-19  1:11 UTC  (4+ messages)
` [PATCH v3 2/2] target/i386: Add support for save/load IA32_UMWAIT_CONTROL MSR

[PATCH v9 00/17] x86/split_lock: Enable split lock detection
 2019-06-18 22:41 UTC  (18+ messages)
` [PATCH v9 01/17] x86/common: Align cpu_caps_cleared and cpu_caps_set to unsigned long
` [PATCH v9 02/17] drivers/net/b44: Align pwol_mask to unsigned long for better performance
` [PATCH v9 03/17] x86/split_lock: Align x86_capability to unsigned long to avoid split locked access
` [PATCH v9 04/17] x86/msr-index: Define MSR_IA32_CORE_CAP and split lock detection bit
` [PATCH v9 05/17] x86/cpufeatures: Enumerate MSR_IA32_CORE_CAP
` [PATCH v9 06/17] x86/split_lock: Enumerate split lock detection by MSR_IA32_CORE_CAP
` [PATCH v9 07/17] x86/split_lock: Enumerate split lock detection on Icelake mobile processor
` [PATCH v9 08/17] x86/split_lock: Define MSR TEST_CTL register
` [PATCH v9 09/17] x86/split_lock: Handle #AC exception for split lock
` [PATCH v9 10/17] kvm/x86: Emulate MSR IA32_CORE_CAPABILITY
` [PATCH v9 11/17] kvm/vmx: Emulate MSR TEST_CTL
` [PATCH v9 12/17] x86/split_lock: Enable split lock detection by default
` [PATCH v9 13/17] x86/split_lock: Disable split lock detection by kernel parameter "nosplit_lock_detect"
` [PATCH v9 14/17] x86/split_lock: Add a debugfs interface to enable/disable split lock detection during run time
` [PATCH v9 15/17] x86/split_lock: Add documentation for split lock detection interface
` [PATCH v9 16/17] x86/split_lock: Reorganize few header files in order to call WARN_ON_ONCE() in atomic bit ops
` [PATCH v9 17/17] x86/split_lock: Warn on unaligned address in atomic bit operations

[QEMU PATCH v3 0/9]: KVM: i386: Add support for save and restore of nested state
 2019-06-18 22:17 UTC  (24+ messages)
` [QEMU PATCH v3 1/9] KVM: Introduce kvm_arch_destroy_vcpu()
  ` [Qemu-devel] "
` [QEMU PATCH v3 4/9] KVM: i386: Block migration for vCPUs exposed with nested virtualization
  ` [Qemu-devel] "
` [QEMU PATCH v3 5/9] linux-headers: i386: Modify struct kvm_nested_state to have explicit fields for data
  ` [Qemu-devel] "
` [QEMU PATCH v3 6/9] vmstate: Add support for kernel integer types
` [QEMU PATCH v3 7/9] KVM: i386: Add support for save and restore nested state
  ` [Qemu-devel] "
` [QEMU PATCH v3 8/9] KVM: i386: Add support for KVM_CAP_EXCEPTION_PAYLOAD
` [QEMU PATCH v3 9/9] KVM: i386: Remove VMX migration blocker
  ` [Qemu-devel] "

[PATCH v1 12/22] docs: driver-api: add .rst files from the main dir
 2019-06-18 21:05 UTC 

kernel BUG at arch/x86/kvm/x86.c:361! on AMD CPU
 2019-06-18 19:34 UTC  (9+ messages)

KVM call minutes for 2019-06-18
 2019-06-18 19:03 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH] KVM: x86/mmu: Allocate PAE root array when using SVM's 32-bit NPT
 2019-06-18 17:04 UTC  (2+ messages)

[PATCH, RFC 45/62] mm: Add the encrypt_mprotect() system call for MKTME
 2019-06-18 16:48 UTC  (14+ messages)

[PATCH v2] target/i386: define a new MSR based feature word - FEAT_CORE_CAPABILITY
 2019-06-18 16:32 UTC  (2+ messages)

[PATCH] KVM: x86: Modify struct kvm_nested_state to have explicit fields for data
 2019-06-18 16:25 UTC  (2+ messages)

[PATCH RFC 0/1] mdevctl: further config for vfio-ap
 2019-06-18 15:11 UTC  (5+ messages)
` [PATCH RFC 1/1] allow to specify additional config data


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