public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-09 15:22:22 to 2017-05-12 15:31:16 UTC [more...]

[PATCH] KVM: x86: fix KVM_SET_CLOCK relative to setting correct clock value
 2017-05-12 15:31 UTC  (8+ messages)
  ` [PATCH v2] "

[kvm-unit-tests PATCH] lib: use %zu conversion for sizeof to fix i386 build
 2017-05-12 15:28 UTC  (3+ messages)

[kvm-unit-tests PATCH v1] lib: fix compilation warning
 2017-05-12 15:11 UTC  (3+ messages)

[kvm-unit-tests PATCH] x86/hyperv_clock: be explicit about mul instruction data size
 2017-05-12 15:10 UTC  (2+ messages)

[PATCH 0/5] KVM/ARM: Fixes for 4.12-rc1
 2017-05-12 15:07 UTC  (10+ messages)
` [PATCH 1/5] arm64: KVM: Do not use stack-protector to compile EL2 code

KVM "fake DAX" device flushing
 2017-05-12 13:42 UTC  (8+ messages)
  ` [Qemu-devel] "

[RFC PATCH 0/8] Shared Virtual Memory virtualization for VT-d
 2017-05-12 12:11 UTC  (8+ messages)
` [RFC PATCH 5/8] VFIO: Add new IOTCL for PASID Table bind propagation
    ` [Qemu-devel] "
` [RFC PATCH 6/8] VFIO: do pasid table binding
    ` [Qemu-devel] "
` [RFC PATCH 7/8] VFIO: Add new IOCTL for IOMMU TLB invalidate propagation

[kvm-unit-tests PATCH 00/32] VMX framework enhancements and new tests
 2017-05-12 11:22 UTC  (4+ messages)
` [kvm-unit-tests PATCH 21/32] lib: printf-style report prefixes

[RFC kvm-unit-tests PATCH 0/8] Support for out-of-tree builds
 2017-05-12 11:14 UTC  (6+ messages)
` [RFC kvm-unit-tests PATCH 5/8] Makefile: add explicit mkdir for .o targets

[kvm-unit-tests PATCH v1 0/6] s390x: basic test infrastructure
 2017-05-12 10:58 UTC  (7+ messages)
` [kvm-unit-tests PATCH v1 1/6] s390x: initial infrastructure
` [kvm-unit-tests PATCH v1 2/6] s390x: basic self test
` [kvm-unit-tests PATCH v1 3/6] s390x: copy sclp.h and sclp-ascii.c from QEMU
` [kvm-unit-tests PATCH v1 4/6] s390x: compile sclp-ascii.c
` [kvm-unit-tests PATCH v1 5/6] s390x: wire up sclp console output
` [kvm-unit-tests PATCH v1 6/6] MAINTAINERS: add s390x maintainers

[kvm-unit-tests PATCH v1 0/3] provide asm-generic spinlock
 2017-05-12 10:58 UTC  (6+ messages)
` [kvm-unit-tests PATCH v1 1/3] lib: provide generic spinlock
` [kvm-unit-tests PATCH v1 2/3] ppc64: use asm-generic spinlock
` [kvm-unit-tests PATCH v1 3/3] x86: "

APPLY FOR YOUR URGENT LOAN AT 2%
 2017-05-12 10:31 UTC 

[PATCH] ARM: KVM: Fix tracepoint generation after move to virt/kvm/arm/
 2017-05-12 10:04 UTC 

[PATCHv2 0/2] kvm: arm/arm64: Fixes for race conditions
 2017-05-12  9:15 UTC  (5+ messages)
` [PATCH 1/2] kvm: arm/arm64: Fix race in resetting stage2 PGD
` [PATCH 2/2] kvm: arm/arm64: Fix use after free of stage2 page table

[PATCH kvm-unit-tests 0/2] vmx: fixes to v2 tests
 2017-05-12  8:45 UTC  (7+ messages)
` [PATCH kvm-unit-tests 1/2] vmx: always perform access with modified page table for PADDR tests
` [PATCH kvm-unit-tests 2/2] vmx: fix expected results of new EPT tests

[kvm-unit-tests PATCH] x86: fix ept_access_test_paddr exit qualifications
 2017-05-12  8:43 UTC  (4+ messages)

[PATCH 0/2] KVM: nVMX: nested EPT fixes
 2017-05-12  8:39 UTC  (7+ messages)
` [PATCH 1/2] KVM: nVMX: fix EPT permissions as reported in exit qualification
` [PATCH 2/2] KVM: nVMX: fix nEPT handling of guest page table accesses

[PATCH v3] KVM: x86: Fix potential preemption when get the current kvmclock timestamp
 2017-05-12  7:44 UTC  (2+ messages)

[RFC PATCH 00/10] Basic KVM SGX Virtualization support
 2017-05-12  6:11 UTC  (12+ messages)
` [PATCH 08/10] kvm: vmx: add guest's IA32_SGXLEPUBKEYHASHn runtime switch support
    ` [intel-sgx-kernel-dev] "
` [PATCH 09/10] kvm: vmx: handle ENCLS VMEXIT
` [PATCH 10/10] kvm: vmx: handle VMEXIT from SGX Enclave

[PATCH] KVM: Eliminate unused variable warning on uniprocessor configs
 2017-05-12  6:10 UTC  (3+ messages)

[PATCH v2] KVM: x86: Fix potential preemption when get the current kvmclock timestamp
 2017-05-12  1:07 UTC 

[PATCH v7 00/13] basic channel IO passthrough infrastructure based on vfio
 2017-05-11 21:49 UTC  (15+ messages)
` [PATCH v7 06/13] s390x/css: device support for s390-ccw passthrough
` [PATCH v7 07/13] vfio/ccw: vfio based subchannel passthrough driver
` [PATCH v7 08/13] vfio/ccw: get io region info
` [PATCH v7 09/13] vfio/ccw: get irqs info and set the eventfd fd
` [PATCH v7 10/13] s390x/css: introduce and realize ccw-request callback
` [PATCH v7 12/13] vfio/ccw: update sense data if a unit check is pending
` [PATCH v7 13/13] MAINTAINERS: Add vfio-ccw maintainer

[PATCH v2 0/3] nVMX: Emulated Page Modification Logging for Nested Virtualization
 2017-05-11 18:36 UTC  (14+ messages)
` [PATCH v2 1/3] kvm: x86: Add a hook for arch specific dirty logging emulation
` [PATCH v2 2/3] nVMX: Implement emulated Page Modification Logging

[PATCH] kvm: nVMX: off by one in vmx_write_pml_buffer()
 2017-05-11 17:06 UTC  (9+ messages)
  ` [PATCH v2] "

[PATCH v2 0/2] plug KVM ARMv7 debug leakage
 2017-05-11 12:46 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: arm: plug potential guest hardware "
` [PATCH v2 2/2] KVM: arm: rename pm_fake handler to trap_raz_wi

[PATCH] KVM: x86: Fix potential preemption when get the current kvmclock timestamp
 2017-05-11 12:26 UTC  (4+ messages)

[PATCH v10 0/3] KVM: PPC: Add FWNMI support for KVM guests on POWER
 2017-05-11 11:03 UTC  (4+ messages)
` [PATCH v10 1/3] KVM: PPC: Add new capability to control MCE behaviour
` [PATCH v10 2/3] powerpc/book3s: EXPORT_SYMBOL_GPL machine_check_print_event_info
` [PATCH v10 3/3] KVM: PPC: Exit guest upon MCE when FWNMI capability is enabled

[PATCH v1 0/2] Plug ARMv7 KVM Debug Exploit
 2017-05-11 10:07 UTC  (6+ messages)
` [PATCH v1 1/2] KVM: arm: plug guest debug exploit
` [PATCH v1 2/2] KVM: arm: rename pm_fake handler to trap_raz_wi

[PATCH] KVM: x86: Fix load damaged SSEx MXCSR register
 2017-05-11 10:00 UTC  (6+ messages)

[PATCH v2 1/2] KVM: x86: Fix load damaged SSEx MXCSR register
 2017-05-11  9:58 UTC  (2+ messages)
` [PATCH v2 2/2] KVM: VMX: Don't enable EPT A/D feature if EPT feature is disabled

Greetings to you, From Mrs.Grace Remond
 2017-05-11  7:33 UTC 

[PATCH v9 0/3] KVM: PPC: Add FWNMI support for KVM guests on POWER
 2017-05-11  7:34 UTC  (5+ messages)
` [PATCH v9 1/3] KVM: PPC: Add new capability to control MCE behaviour
` [PATCH v9 2/3] powerpc/book3s: EXPORT_SYMBOL machine_check_print_event_info
` [PATCH v9 3/3] KVM: PPC: Exit guest upon MCE when FWNMI capability is enabled

[GIT PULL] Please pull my kvm-ppc-next branch again
 2017-05-11  6:37 UTC  (16+ messages)

[PULL 00/37] KVM/ARM Changes for v4.12 - Round 2
 2017-05-09 10:52 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S PR: Don't include SPAPR TCE code on non-pseries platforms
 2017-05-11  4:36 UTC 

[PATCH] KVM: PPC: Book3S PR: Check copy_to/from_user return values
 2017-05-11  2:40 UTC 

[PATCH] KVM: PPC: Book3S HV: Add radix checks in real-mode hypercall handlers
 2017-05-10 23:46 UTC  (2+ messages)

[PATCH v7 3/5] shutdown: Add source information to SHUTDOWN and RESET
 2017-05-10 14:44 UTC  (4+ messages)
  ` [Qemu-devel] "

[PATCH] vhost/vsock: use static minor number
 2017-05-10 14:19 UTC  (3+ messages)

[PATCH v2] vhost/vsock: use static minor number
 2017-05-10 14:19 UTC 

[RFC PATCH 00/30] Add PCIe SVM support to ARM SMMUv3
 2017-05-10 13:35 UTC  (4+ messages)
` [RFC PATCH 04/30] iommu/arm-smmu-v3: Add support for PCI ATS

[PATCH v3 3/3] arm/arm64: signal SIBGUS and inject SEA Error
 2017-05-10 12:37 UTC  (8+ messages)

[PULL] virtio: fixes, cleanups, performance
 2017-05-10 12:24 UTC 

[PATCH v3 00/10] KVM: arm/arm64: race fixes and vcpu requests
 2017-05-10 12:19 UTC  (22+ messages)
` [PATCH v3 04/10] KVM: arm/arm64: use vcpu request in kvm_arm_halt_vcpu
` [PATCH v3 05/10] KVM: arm/arm64: don't clear exit request from caller
` [PATCH v3 07/10] KVM: arm/arm64: optimize VCPU RUN
` [PATCH v3 09/10] KVM: arm/arm64: use vcpu requests for irq injection

[PATCH] KVM: arm/arm64: Simplify active_change_prepare and plug race
 2017-05-10 11:01 UTC  (3+ messages)

SMM Address Space Memslots
 2017-05-10 10:13 UTC  (2+ messages)

[PATCH v3 0/5] mc146818rtc: fix Windows VM clock faster
 2017-05-10 10:04 UTC  (8+ messages)
` [PATCH v3 1/5] mc146818rtc: update periodic timer only if it is needed
` [PATCH v3 2/5] mc146818rtc: precisely count the clock for periodic timer
` [PATCH v3 3/5] mc146818rtc: ensure LOST_TICK_POLICY_SLEW is only enabled on TARGET_I386
` [PATCH v3 4/5] mc146818rtc: drop unnecessary '#ifdef TARGET_I386'
` [PATCH v3 5/5] mc146818rtc: embrace all x86 specific code
` [Qemu-devel] [PATCH v3 0/5] mc146818rtc: fix Windows VM clock faster

[PATCH v2] KVM: Expose Virtual Machine Control Structure to SYSFS
 2017-05-10 10:01 UTC  (3+ messages)

[GIT PULL] Second round of KVM changes for 4.12
 2017-05-10  9:50 UTC 

[PATCH v3 1/3] arm64: kvm: support kvmtool to detect RAS extension feature
 2017-05-10  8:53 UTC  (3+ messages)

kvm: warning in kvm_load_guest_fpu
 2017-05-10  8:44 UTC  (3+ messages)

[PATCH v6 3/5] shutdown: Add source information to SHUTDOWN and RESET
 2017-05-10  7:33 UTC  (4+ messages)

[PATCH kvm-unit-tests] api: remove boost::thread dependency
 2017-05-09 21:21 UTC  (2+ messages)

[PATCH kvm-unit-tests] api: verify number of dirty pages
 2017-05-09 21:15 UTC  (2+ messages)

[PATCH 00/31] arm64: KVM: Mediate access to GICv3 sysregs at EL2
 2017-05-09 17:39 UTC  (3+ messages)

[PATCH kvm-unit-tests] api: rip more TR1 prefixes
 2017-05-09 15:44 UTC 

[PATCH kvm-unit-tests] api: set up EPT identity map
 2017-05-09 15:44 UTC 


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