kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-13 19:21:48 to 2020-04-15 15:53:11 UTC [more...]

[RFC PATCH 00/70 v2] x86: SEV-ES Guest Support
 2020-04-15 15:53 UTC  (8+ messages)
` [PATCH 40/70] x86/sev-es: Setup per-cpu GHCBs for the runtime handler

[PATCH kvmtool 00/18] Various fixes
 2020-04-15 15:52 UTC  (23+ messages)
` [PATCH kvmtool 01/18] Makefile: Use correct objcopy binary when cross-compiling for x86_64
` [PATCH kvmtool 02/18] hw/i8042: Compile only for x86
` [PATCH kvmtool 03/18] pci: Fix BAR resource sizing arbitration
` [PATCH kvmtool 04/18] Remove pci-shmem device
` [PATCH kvmtool 05/18] Check that a PCI device's memory size is power of two
` [PATCH kvmtool 06/18] arm/pci: Advertise only PCI bus 0 in the DT
` [PATCH kvmtool 07/18] ioport: pci: Move port allocations to PCI devices
` [PATCH kvmtool 08/18] pci: Fix ioport allocation size
` [PATCH kvmtool 09/18] virtio/pci: Make memory and IO BARs independent
` [PATCH kvmtool 10/18] vfio/pci: Allocate correct size for MSIX table and PBA BARs
` [PATCH kvmtool 11/18] vfio/pci: Don't assume that only even numbered BARs are 64bit
` [PATCH kvmtool 12/18] vfio/pci: Ignore expansion ROM BAR writes
` [PATCH kvmtool 13/18] vfio/pci: Don't access unallocated regions
` [PATCH kvmtool 14/18] virtio: Don't ignore initialization failures
` [PATCH kvmtool 15/18] Don't ignore errors registering a device, ioport or mmio emulation
` [PATCH kvmtool 16/18] hw/vesa: Don't ignore fatal errors
` [PATCH kvmtool 17/18] hw/vesa: Set the size for BAR 0
` [PATCH kvmtool 18/18] ioport: Fail when registering overlapping ports

[PATCH kvmtool v3] Add emulation for CFI compatible flash memory
 2020-04-15 15:43 UTC  (3+ messages)

[PATCH] KVM: SVM: Do not setup frame pointer in __svm_vcpu_run
 2020-04-15 15:41 UTC  (2+ messages)

[PATCH] KVM: SVM: Fix __svm_vcpu_run declaration
 2020-04-15 15:41 UTC  (2+ messages)

[PATCH 00/10] KVM: selftests: Add KVM_SET_MEMORY_REGION tests
 2020-04-15 15:40 UTC  (20+ messages)
` [PATCH 01/10] KVM: selftests: Take vcpu pointer instead of id in vm_vcpu_rm()
` [PATCH 02/10] KVM: selftests: Use kernel's list instead of homebrewed replacement
` [PATCH 03/10] KVM: selftests: Add util to delete memory region
` [PATCH 04/10] KVM: selftests: Add GUEST_ASSERT variants to pass values to host
` [PATCH 06/10] KVM: selftests: Add "delete" testcase to set_memory_region_test
` [PATCH 09/10] KVM: selftests: Make set_memory_region_test common to all architectures

[PATCH -next] kvm/svm: disable KCSAN for svm_vcpu_run()
 2020-04-15 15:37 UTC 

[PATCH kvm-unit-tests] svm: add a test for exception injection
 2020-04-15 14:56 UTC  (3+ messages)

[PATCH] KVM: remove redundant assignment to variable r
 2020-04-15 14:56 UTC  (2+ messages)

[PATCH] KVM: SVM: Fix build error due to missing release_pages() include
 2020-04-15 14:53 UTC  (2+ messages)

[PATCH] KVM: Optimize kvm_arch_vcpu_ioctl_run function
 2020-04-15 14:53 UTC  (5+ messages)

[PATCH 1/1] KVM: pass through CPUID(0x80000006)
 2020-04-15 14:52 UTC  (5+ messages)

[PATCH v11 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2020-04-15 14:52 UTC  (16+ messages)
` [PATCH v11 01/13] iommu: Introduce attach/detach_pasid_table API
` [PATCH v11 02/13] iommu: Introduce bind/unbind_guest_msi
` [PATCH v11 03/13] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v11 04/13] iommu/smmuv3: Dynamically allocate s1_cfg and s2_cfg
` [PATCH v11 05/13] iommu/smmuv3: Get prepared for nested stage support
` [PATCH v11 06/13] iommu/smmuv3: Implement attach/detach_pasid_table
` [PATCH v11 07/13] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs
` [PATCH v11 08/13] iommu/smmuv3: Implement cache_invalidate
` [PATCH v11 09/13] dma-iommu: Implement NESTED_MSI cookie
` [PATCH v11 10/13] iommu/smmuv3: Nested mode single MSI doorbell per domain enforcement
` [PATCH v11 11/13] iommu/smmuv3: Enforce incompatibility between nested mode and HW MSI regions
` [PATCH v11 12/13] iommu/smmuv3: Implement bind/unbind_guest_msi
` [PATCH v11 13/13] iommu/smmuv3: Report non recoverable faults

[PATCH] KVM: SVM: Do not mark svm_vcpu_run with STACK_FRAME_NON_STANDARD
 2020-04-15 14:51 UTC  (2+ messages)

[PATCH] kvm: nVMX: match comment with return type for nested_vmx_exit_reflected
 2020-04-15 14:50 UTC  (2+ messages)

[PATCH v2] kvm: nVMX: reflect MTF VM-exits if injected by L1
 2020-04-15 14:50 UTC  (2+ messages)

[PATCH 1/1] KVM: x86: Return updated timer current count register from KVM_GET_LAPIC
 2020-04-15 14:50 UTC  (2+ messages)

[PATCH] x86/kvm: make steal_time static
 2020-04-15 14:42 UTC  (2+ messages)

[PATCH 0/3] KVM: arm: vgic fixes for 5.7
 2020-04-15 13:27 UTC  (8+ messages)
` [PATCH 1/3] KVM: arm: vgic: Synchronize the whole guest on GIC{D,R}_I{S,C}ACTIVER read
` [PATCH 2/3] KVM: arm: vgic: Only use the virtual state when userspace accesses enable bits
` [PATCH 3/3] KVM: arm: vgic-v2: Only use the virtual state when userspace accesses pending bits

[PATCH AUTOSEL 5.6 083/129] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
 2020-04-15 11:33 UTC 

[PATCH 0/2] KVM: SVM: Implement check_nested_events for NMI
 2020-04-15 12:45 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] KVM: x86: check_nested_events if there is an injectable NMI

[PATCH AUTOSEL 5.4 54/84] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
 2020-04-15 11:44 UTC 

[PATCH -tip 0/4] kvm: Use rcuwait for vcpu blocking
 2020-04-15 12:11 UTC  (5+ messages)
` [PATCH 3/4] kvm: Replace vcpu->swait with rcuwait

[PATCH AUTOSEL 4.19 24/40] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
 2020-04-15 11:46 UTC 

[PATCH AUTOSEL 4.14 19/30] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
 2020-04-15 11:47 UTC 

[PATCH AUTOSEL 4.9 14/21] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
 2020-04-15 11:47 UTC 

[PATCH AUTOSEL 5.5 071/106] KVM: s390: vsie: Fix possible race when shadowing region 3 tables
 2020-04-15 11:41 UTC 

[PATCH v2] kvm_host: unify VM_STAT and VCPU_STAT definitions in a single place
 2020-04-15 11:37 UTC  (4+ messages)

[PATCH v5 0/4] introduction of migration_version attribute for VFIO live migration
 2020-04-15  9:02 UTC  (7+ messages)
` [PATCH v5 1/4] vfio/mdev: add migration_version attribute for mdev (under mdev_type node)
` [PATCH v5 3/4] vfio/mdev: add migration_version attribute for mdev (under mdev device node)

[PATCH v2 00/10] virtio-mem: paravirtualized memory
 2020-04-15  7:42 UTC  (17+ messages)
` [PATCH v2 01/10] virtio-mem: Paravirtualized memory hotplug
` [PATCH v2 05/10] mm: Allow to offline unmovable PageOffline() pages via MEM_GOING_OFFLINE
` [PATCH v2 07/10] mm/memory_hotplug: Introduce offline_and_remove_memory()
` [PATCH v2 08/10] virtio-mem: Offline and remove completely unplugged memory blocks

[PATCH] mips: define pud_index() regardless of page table folding
 2020-04-15  6:43 UTC  (2+ messages)

[PATCH v7 00/15] s390/vfio-ap: dynamic configuration support
 2020-04-15  6:08 UTC  (5+ messages)
` [PATCH v7 03/15] s390/zcrypt: driver callback to indicate resource in use

[Bug 207173] New: kvm compiling problem 5.6.x kvm_main.c:2236:42: error: ‘nr_pages_avail’ may be used uninitialized in this function
 2020-04-15  5:43 UTC  (7+ messages)
` [Bug 207173] "

[PATCH V2] vhost: do not enable VHOST_MENU by default
 2020-04-15  2:43 UTC 

[PATCH] vhost: do not enable VHOST_MENU by default
 2020-04-15  2:40 UTC  (7+ messages)

[PATCH v1 0/2] vfio/pci: expose device's PASID capability to VMs
 2020-04-15  1:01 UTC  (21+ messages)
` [PATCH v1 2/2] vfio/pci: Emulate PASID/PRI capability for VFs

[PATCH 1/2] kvm: nVMX: Pending debug exceptions trump expired VMX-preemption timer
 2020-04-15  0:22 UTC  (7+ messages)
` [PATCH 2/2] kvm: nVMX: Single-step traps "

[kvm-unit-tests PATCH] x86: nVMX: add new test for vmread/vmwrite flags preservation
 2020-04-14 22:27 UTC  (2+ messages)

[PATCH] kvm: nVMX: reflect MTF VM-exits if injected by L1
 2020-04-14 22:05 UTC  (3+ messages)
` [kvm-unit-tests PATCH] x86: VMX: test MTF VM-exit event injection

[PATCH v2 00/33] Documentation fixes for Kernel 5.8
 2020-04-14 16:48 UTC  (2+ messages)
` [PATCH v2 10/33] docs: fix broken references for ReST files that moved around

[GIT PULL] vhost: cleanups and fixes
 2020-04-14 16:36 UTC 

[Patch v1] x86: Fix the logical destination mode test
 2020-04-14 16:27 UTC  (8+ messages)

[PATCH] kvm_host: unify VM_STAT and VCPU_STAT definitions in a single place
 2020-04-14 15:57 UTC  (4+ messages)

[PATCH kvm-unit-tests] ioapic-split: fix hang, run with -smp 4
 2020-04-14 14:43 UTC  (4+ messages)

[PATCH v3 kvmtool 00/32] Add reassignable BARs and PCIE 1.1 support
 2020-04-14 10:27 UTC  (7+ messages)
` [PATCH v3 kvmtool 14/32] virtio: Don't ignore initialization failures
` [PATCH v3 kvmtool 32/32] arm/arm64: Add PCI Express 1.1 support

[RFC PATCH] KVM: SVM: Use do_machine_check to pass MCE to the host
 2020-04-14  8:50 UTC  (5+ messages)

[PATCH] KVM: VMX: Enable machine check support for 32bit targets
 2020-04-14  8:22 UTC  (2+ messages)

[PATCH v8 0/4] KVM: Add virtualization support of split lock detection
 2020-04-14  6:31 UTC  (5+ messages)
` [PATCH v8 1/4] kvm: x86: Emulate MSR IA32_CORE_CAPABILITIES
` [PATCH v8 2/4] kvm: vmx: Enable MSR TEST_CTRL for guest
` [PATCH v8 3/4] x86/split_lock: Export sld_update_msr() and sld_state
` [PATCH v8 4/4] kvm: vmx: virtualize split lock detection

[PATCH v5 0/2] selftests: kvm: Introduce the mem_slot_test test
 2020-04-14  6:16 UTC  (3+ messages)

[PATCH 0/15] KVM: MIPS: Add Loongson-3 support (Host Side)
 2020-04-14  4:44 UTC  (4+ messages)

KASAN: slab-out-of-bounds Read in gfn_to_memslot
 2020-04-14  3:20 UTC  (3+ messages)

[kvm-unit-tests PATCH 1/2] x86: nVMX: Add some corner-case VMX-preemption timer tests
 2020-04-14  0:10 UTC  (2+ messages)
` [kvm-unit-tests PATCH 2/2] x86: VMX: Add another corner-case VMX-preemption timer test

[kvm-unit-tests RESEND PATCH] x86: gtests: add new test for vmread/vmwrite flags preservation
 2020-04-13 23:55 UTC  (4+ messages)

[PATCH] KVM: SVM: fix compilation with modular PSP and non-modular KVM
 2020-04-13 23:30 UTC  (2+ 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).