kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-19 02:09:52 to 2019-06-21 09:39:30 UTC [more...]

[PATCH 00/59] KVM: arm64: ARMv8.3 Nested Virtualization support
 2019-06-21  9:37 UTC  (10+ messages)
` [PATCH 01/59] KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_s
` [PATCH 02/59] KVM: arm64: Move __load_guest_stage2 to kvm_mmu.h
` [PATCH 03/59] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH 04/59] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH 05/59] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH 06/59] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH 07/59] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH 08/59] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH 09/59] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state

[PATCH RFC 0/5] x86/KVM/svm: get rid of hardcoded instructions lengths
 2019-06-21  8:43 UTC  (15+ 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 RESEND v3 0/2] x86: Enable user wait instructions
 2019-06-21  6:51 UTC  (3+ messages)
` [PATCH RESEND v3 1/2] x86/cpu: Add support for UMONITOR/UMWAIT/TPAUSE
` [PATCH RESEND v3 2/2] target/i386: Add support for save/load IA32_UMWAIT_CONTROL MSR

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

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

[patch 0/5] cpuidle haltpoll driver and governor (v4)
 2019-06-21  0:34 UTC  (3+ messages)
` [patch 3/5] cpuidle: add haltpoll governor

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

[GIT PULL] KVM changes for 5.2-rc6
 2019-06-20 21:25 UTC  (2+ messages)

[RFC v1 1/1] vfio-ccw: Don't call cp_free if we are processing a channel program
 2019-06-20 21:07 UTC  (3+ messages)

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

[PATCH] tests: kvm: Check for a kernel warning
 2019-06-20 19:47 UTC  (6+ messages)

[RFC PATCH v1 00/12] Add SEV guest live migration support
 2019-06-20 19:18 UTC  (15+ messages)
` [RFC PATCH v1 02/12] kvm: introduce high-level API to support encrypted guest migration
` [RFC PATCH v1 01/12] linux-headers: update kernel header to include SEV migration commands
` [RFC PATCH v1 03/12] migration/ram: add support to send encrypted pages
` [RFC PATCH v1 04/12] kvm: add support to sync the page encryption state bitmap
` [RFC PATCH v1 05/12] doc: update AMD SEV API spec web link
` [RFC PATCH v1 07/12] target/i386: sev: do not create launch context for an incoming guest
` [RFC PATCH v1 06/12] doc: update AMD SEV to include Live migration flow
` [RFC PATCH v1 08/12] target.json: add migrate-set-sev-info command
  ` [Qemu-devel] "
` [RFC PATCH v1 09/12] target/i386: sev: add support to encrypt the outgoing page
` [RFC PATCH v1 10/12] target/i386: sev: add support to load incoming encrypted page
` [RFC PATCH v1 11/12] migration: add support to migrate page encryption bitmap
` [RFC PATCH v1 12/12] target/i386: sev: remove migration blocker

[PATCH] kvm: tests: Sort tests in the Makefile alphabetically
 2019-06-20 17:19 UTC  (6+ messages)

[PATCH v17 00/10] Add ARMv8 RAS virtualization support in QEMU
 2019-06-20 17:17 UTC  (12+ 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

[RFC PATCH v2 00/11] Add AMD SEV guest live migration support
 2019-06-20 16:38 UTC  (12+ messages)
` [RFC PATCH v2 01/11] KVM: SVM: Add KVM_SEV SEND_START command
` [RFC PATCH v2 02/11] KVM: SVM: Add KVM_SEND_UPDATE_DATA command
` [RFC PATCH v2 03/11] KVM: SVM: Add KVM_SEV_SEND_FINISH command
` [RFC PATCH v2 04/11] KVM: SVM: Add support for KVM_SEV_RECEIVE_START command
` [RFC PATCH v2 05/11] KVM: SVM: Add KVM_SEV_RECEIVE_UPDATE_DATA command
` [RFC PATCH v2 07/11] KVM: x86: Add AMD SEV specific Hypercall3
` [RFC PATCH v2 06/11] KVM: SVM: Add KVM_SEV_RECEIVE_FINISH command
` [RFC PATCH v2 08/11] KVM: X86: Introduce KVM_HC_PAGE_ENC_STATUS hypercall
` [RFC PATCH v2 09/11] KVM: x86: Introduce KVM_GET_PAGE_ENC_BITMAP ioctl
` [RFC PATCH v2 10/11] mm: x86: Invoke hypercall when page encryption status is changed
` [RFC PATCH v2 11/11] KVM: x86: Introduce KVM_SET_PAGE_ENC_BITMAP ioctl

[PATCH v2 00/20] hw/i386/pc: Do not restrict the fw_cfg functions to the PC machine
 2019-06-20 15:36 UTC  (11+ 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 v2 03/20] hw/i386/pc: Let e820_add_entry() return a ssize_t type
` [PATCH v2 04/20] hw/i386/pc: Add the E820Type enum type
` [PATCH v2 05/20] hw/i386/pc: Add documentation to the e820_*() functions

[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

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


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