kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-13 06:40:19 to 2013-09-22 07:48:02 UTC [more...]

[PATCH v5] KVM: nVMX: Fully support of nested VMX preemption timer
 2013-09-22  7:47 UTC  (2+ messages)

[PATCH 0/3] KVM: Make kvm_lock non-raw
 2013-09-22  7:42 UTC  (13+ messages)
` [PATCH 1/3] KVM: cleanup (physical) CPU hotplug
` [PATCH 2/3] KVM: protect kvm_usage_count with its own spinlock
` [PATCH 3/3] KVM: Convert kvm_lock back to non-raw spinlock

[PATCH] kvm-unit-tests: VMX: Comments on the framework and writing test cases
 2013-09-21  8:46 UTC  (2+ messages)

[PATCH 00/18] KVM: PPC: Fixes for PR and preparation for POWER8
 2013-09-21  4:35 UTC  (21+ messages)
` [PATCH 01/18] KVM: PPC: BookE: Add GET/SET_ONE_REG interface for VRSAVE
` [PATCH 02/18] KVM: PPC: Book3S HV: Store LPCR value for each virtual core
` [PATCH 03/18] KVM: PPC: Book3S HV: Add support for guest Program Priority Register
` [PATCH 04/18] KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7
  ` [PATCH v2 "
` [PATCH 05/18] KVM: PPC: Book3S HV: Don't crash host on unknown guest interrupt
` [PATCH 06/18] KVM: PPC: Book3S PR: Fix compilation without CONFIG_ALTIVEC
` [PATCH 07/18] KVM: PPC: Book3S PR: Keep volatile reg values in vcpu rather than shadow_vcpu
` [PATCH 08/18] KVM: PPC: Book3S PR: Allow guest to use 64k pages
` [PATCH 09/18] KVM: PPC: Book3S PR: Use 64k host pages where possible
` [PATCH 10/18] KVM: PPC: Book3S PR: Handle PP0 page-protection bit in guest HPTEs
` [PATCH 11/18] KVM: PPC: Book3S PR: Correct errors in H_ENTER implementation
` [PATCH 12/18] KVM: PPC: Book3S PR: Make HPT accesses and updates SMP-safe
` [PATCH 13/18] KVM: PPC: Book3S PR: Allocate kvm_vcpu structs from kvm_vcpu_cache
` [PATCH 14/18] KVM: PPC: Book3S: Move skip-interrupt handlers to common code
` [PATCH 15/18] KVM: PPC: Book3S PR: Better handling of host-side read-only pages
` [PATCH 16/18] KVM: PPC: Book3S PR: Use mmu_notifier_retry() in kvmppc_mmu_map_page()
` [PATCH 17/18] KVM: PPC: Book3S PR: Mark pages accessed, and dirty if being written
` [PATCH 18/18] KVM: PPC: Book3S PR: Reduce number of shadow PTEs invalidated by MMU notifiers

[PATCH] KVM: PPC: Book3S HV: Fix typo in saving DSCR
 2013-09-20 23:53 UTC 

[PATCH 5/6 v6] kvm: booke: clear host tlb reference flag on guest tlb invalidation
 2013-09-20 18:50 UTC  (2+ messages)

[PATCH 0/6 v5] kvm: powerpc: use cache attributes from linux pte
 2013-09-20 18:11 UTC  (13+ messages)
` [PATCH 1/6 v5] powerpc: book3e: _PAGE_LENDIAN must be _PAGE_ENDIAN
` [PATCH 2/6 v5] kvm: powerpc: allow guest control "E" attribute in mas2
` [PATCH 3/6 v5] kvm: powerpc: allow guest control "G" "
` [PATCH 4/6 v5] kvm: powerpc: keep only pte search logic in lookup_linux_pte
` [PATCH 5/6 v5] kvm: booke: clear host tlb reference flag on guest tlb invalidation
` [PATCH 6/6 v5] kvm: powerpc: use caching attributes as per linux pte

question regarding early ssh with kvm
 2013-09-20 16:44 UTC  (5+ messages)

[PULL 02/13] cpu: Move cpu state syncs up into cpu_dump_state()
 2013-09-20 16:24 UTC 

KVM Guest keymap issue
 2013-09-20 13:40 UTC 

[PATCH 00/11] HV KVM improvements in preparation for POWER8 support
 2013-09-20  3:39 UTC  (31+ messages)
` [PATCH 01/11] KVM: PPC: Book3S HV: Save/restore SIAR and SDAR along with other PMU registers
` [PATCH 02/11] KVM: PPC: Book3S HV: Implement timebase offset for guests
` [PATCH 03/11] KVM: PPC: Book3S: Add GET/SET_ONE_REG interface for VRSAVE
` [PATCH 04/11] KVM: PPC: Book3S HV: Add GET/SET_ONE_REG interface for LPCR
` [PATCH 05/11] KVM: PPC: Book3S HV: Add support for guest Program Priority Register
` [PATCH 06/11] KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7
` [PATCH 07/11] KVM: PPC: Book3S HV: Implement H_CONFER
` [PATCH 08/11] KVM: PPC: Book3S HV: Restructure kvmppc_hv_entry to be a subroutine
` [PATCH 09/11] KVM: PPC: Book3S HV: Pull out interrupt-reading code into "
` [PATCH 10/11] KVM: PPC: Book3S HV: Avoid unbalanced increments of VPA yield count
` [PATCH 11/11] KVM: PPC: Book3S HV: Return -EINVAL rather than BUG'ing

Qemu-kvm migration problems between two different amd processors
 2013-09-19 20:40 UTC 

[PATCH linux-stable-3.10.y] ARM: KVM: Fix 64-bit coprocessor handling
 2013-09-19 18:29 UTC 

How to allow guest to write on 9p/virtfs shared folder?
 2013-09-19 17:46 UTC  (4+ messages)

[PATCH V3] forward cpuid leaves when using -cpu host
 2013-09-19 17:33 UTC  (5+ messages)
` [PATCH V3] target-i386: forward CPUID cache leaves when -cpu host is used
    ` [Qemu-devel] "

[PATCH] KVM: ARM: enable Cortex A7 hosts
 2013-09-19 12:01 UTC 

[PATCH 00/23] Allow PR and HV KVM to coexist in one kernel
 2013-09-19  7:31 UTC  (18+ messages)
` [PATCH 19/23] KVM: PPC: Book3S: Select PR vs HV separately for each guest
` [PATCH 20/23] KVM: PPC: Book3S PR: Better handling of host-side read-only pages

[ANNOUNCE] OSv, an new operating system for the cloud, v0.01
 2013-09-18 13:54 UTC  (6+ messages)

[PATCH V3] Documentation/kvm: Update cpuid documentation for steal time and pv eoi
 2013-09-18  9:54 UTC  (4+ messages)

[PULL] vhost: minor changes on top of 3.12-rc1
 2013-09-18  9:49 UTC 

[PATCH 0/3] KVM_MAX_VCPUS related changes
 2013-09-18  6:21 UTC  (14+ messages)
` [PATCH 1/3] arm: kvm: clamp NR_VCPUS to MAX_VCPUS
` [PATCH 2/3] arm32: kvm: rename CONFIG_KVM_ARM_MAX_VCPUS
` [PATCH 3/3] aarch64: kvm: introduce CONFIG_KVM_MAX_VCPUS

[Qemu-devel] [PATCH] linux-headers: update to 3.11
 2013-09-18  4:51 UTC  (9+ messages)
                `  "

Warning! Account upgrades
 2013-09-17 23:42 UTC 

[PATCH] vhost/scsi: use vmalloc for order-10 allocation
 2013-09-17 19:51 UTC  (4+ messages)

[GIT PULL] KVM fixes for 3.12-rc2
 2013-09-17 16:14 UTC 

kernel panic
 2013-09-17 14:45 UTC  (2+ messages)

[PATCH] [RFC] x86: kvm: remove KVM_SOFT_MAX_VCPUS
 2013-09-17 13:46 UTC  (10+ messages)

[PATCH 1/2] KVM: Implement default IRQ routing
 2013-09-17  9:20 UTC  (2+ messages)
` [PATCH 2/2] KVM: PPC: Book3S: Add IRQFD support for in-kernel XICS

[PATCH] ARM: kvm: rename cpu_reset to avoid name clash
 2013-09-17  3:47 UTC  (5+ messages)

[deadline in 1 week] 8th Workshop on Virtualization in High-Performance Cloud Computing (VHPC '13)
 2013-09-16 23:46 UTC 

Page size for computing bandwidth during migration
 2013-09-16 22:39 UTC 

[PATCH] x86: kvm: introduce CONFIG_KVM_MAX_VCPUS
 2013-09-16 15:36 UTC  (7+ messages)

[PATCH v2 00/15] KVM: MMU: locklessly wirte-protect
 2013-09-16 15:04 UTC  (6+ messages)
` [PATCH v2 09/15] KVM: MMU: introduce pte-list lockless walker

[PATCH v4] KVM: nVMX: Fully support of nested VMX preemption timer
 2013-09-16 10:50 UTC  (15+ messages)

[PATCH kvm-unit-tests] Test fault during IRET from NMI
 2013-09-16 10:40 UTC  (5+ messages)

KVM Test report, kernel 6b9e4fa0... qemu 2d1fe187
 2013-09-16  8:58 UTC  (3+ messages)

[Bug 61411] New: [Nested]L2 guest failed to start in VMware on KVM
 2013-09-16  6:54 UTC 

[RFC PATCH 0/3] kvm/vfio: Manage KVM IOMMU coherency with virtual VFIO device
 2013-09-15 12:40 UTC  (9+ messages)
` [RFC PATCH 3/3] kvm: Add VFIO device for handling IOMMU cache coherency

[Bug 60850] New: BUG: Bad page state in process libvirtd pfn:76000
 2013-09-15 11:46 UTC  (2+ messages)
` [Bug 60850] "

[PATCH v3 0/6] KVM: nVMX: Enable unrestricted guest mode and fix some nEPT issues
 2013-09-15 11:01 UTC  (5+ messages)
` [PATCH v3 1/6] KVM: nVMX: Replace kvm_set_cr0 with vmx_set_cr0 in load_vmcs12_host_state

[PATCH v2 0/2] KVM: s390: add floating irq controller
 2013-09-15 10:47 UTC  (3+ messages)

[PATCH] KVM: VMX: set "blocked by NMI" flag if EPT violation happens during IRET from NMI
 2013-09-15  8:07 UTC 

(unknown),
 2013-09-14 14:02 UTC 

VGA passthrough of GTX 660 to KVM guest
 2013-09-13 19:31 UTC  (10+ messages)

[PATCH v2 uq/master 0/2] KVM: issues with XSAVE support
 2013-09-13 13:55 UTC  (3+ messages)
` [PATCH v2 uq/master 1/2] x86: fix migration from pre-version 12
` [PATCH v2 uq/master 2/2] x86: cpuid: reconstruct leaf 0Dh data

[PATCH v3] KVM: nVMX: Fully support of nested VMX preemption timer
 2013-09-13 11:58 UTC  (5+ messages)

[RFC PATCH 0/2] kvm-unit-tests: VMX: vmentry checks
 2013-09-13  6:40 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).