public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-06-16 04:46:42 to 2013-06-20 08:59:28 UTC [more...]

1192847 : NMI watchdog fails to increment the NMI counter in /proc/interrupts
 2013-06-20  8:59 UTC 

[PATCH 1/2] kvm-unit-tests: Add a func to run instruction in emulator
 2013-06-20  8:58 UTC  (11+ messages)
` [PATCH 2/2] kvm-unit-tests: Change two cases to use trap_emulator

[PATCH v2 0/2] kvm: x86: Emulate MSR_PLATFORM_INFO
 2013-06-20  8:57 UTC  (15+ messages)
` [PATCH v2 2/2] kvm: x86: emulate MSR_PLATFORM_INFO

[PATCH 0/4 v3] KVM: PPC: IOMMU in-kernel handling
 2013-06-20  8:48 UTC  (38+ messages)
` [PATCH 1/4] KVM: PPC: Add support for multiple-TCE hcalls
` [PATCH 2/4] powerpc: Prepare to support kernel handling of IOMMU map/unmap
` [PATCH 3/4] KVM: PPC: Add support for IOMMU in-kernel handling
` [PATCH 4/4] KVM: PPC: Add hugepage "

[PATCH] x86: kvmclock: zero initialize pvclock shared memory area
 2013-06-20  8:35 UTC  (7+ messages)
` [PATCHv1] kvm guest: fix uninitialized kvmclock read by KVM guest

[PATCH 0/7] KVM: MMU: update mmu documentation
 2013-06-20  8:19 UTC  (30+ messages)
` [PATCH 1/7] KVM: MMU: update the documentation for reverse mapping of parent_pte
` [PATCH 2/7] KVM: MMU: document clear_spte_count
` [PATCH 3/7] KVM: MMU: document write_flooding_count
` [PATCH 4/7] KVM: MMU: document mmio page fault
` [PATCH 5/7] KVM: MMU: document fast page fault in
` [PATCH 6/7] KVM: MMU: document fast invalidate all pages
` [PATCH 7/7] KVM: MMU: document fast invalidate all mmio sptes

KVM Test report, kernel e47a5f5f... + qemu 58fcb1ed
 2013-06-20  6:28 UTC 

[PATCH v3 0/6] KVM: MMU: fast invalidate all mmio sptes
 2013-06-19 17:40 UTC  (14+ messages)

[GIT PULL] KVM fixes for 3.10-rc7
 2013-06-19 17:11 UTC 

Bug#707257: linux-image-3.8-1-686-pae: KVM crashes with "entry failed, hardware error 0x80000021"
 2013-06-19 14:38 UTC  (19+ messages)

[PATCH 1/2] kvm-unit-tests: Add a func to run instruction in emulator
 2013-06-19 14:20 UTC  (21+ messages)

[PATCH] pci: Enable overrides for missing ACS capabilities
 2013-06-19 12:43 UTC  (9+ messages)

[PATCH] kvm api doc: fix section numbers
 2013-06-19 10:06 UTC  (2+ messages)

[PATCH 00/31] KVM/MIPS: Implement hardware virtualization via the MIPS-VZ extensions
 2013-06-19  9:06 UTC  (32+ messages)
` [PATCH 19/31] mips/kvm: Add host definitions for MIPS VZ based host
` [PATCH 20/31] mips/kvm: Hook into TLB fault handlers
` [PATCH 21/31] mips/kvm: Allow set_except_vector() to be used from MIPSVZ code
` [PATCH 22/31] mips/kvm: Split get_new_mmu_context into two parts
` [PATCH 23/31] mips/kvm: Hook into CP unusable exception handler
` [PATCH 24/31] mips/kvm: Add thread_struct fields used by MIPSVZ hosts
` [PATCH 25/31] mips/kvm: Add some asm-offsets constants used by MIPSVZ
` [PATCH 26/31] mips/kvm: Split up Kconfig and Makefile definitions in preperation for MIPSVZ
` [PATCH 27/31] mips/kvm: Gate the use of kvm_local_flush_tlb_all() by KVM_MIPSTE
` [PATCH 28/31] mips/kvm: Only use KVM_COALESCED_MMIO_PAGE_OFFSET with KVM_MIPSTE
` [PATCH 29/31] mips/kvm: Add MIPSVZ support
` [PATCH 30/31] mips/kvm: Enable MIPSVZ in Kconfig/Makefile
` [PATCH 31/31] mips/kvm: Allow for upto 8 KVM vcpus per vm

[Bug 59891] New: Unrecoverable Kernel Panic, in Virtio Net in memcpy(), Complete system lockup
 2013-06-19  5:51 UTC  (2+ messages)
` [Bug 59891] "

[PATCH] kvmclock: clock should count only if vm is running
 2013-06-18 23:38 UTC  (4+ messages)
` [PATCH] kvmclock: clock should count only if vm is running (v2)

Unreliable QueryPerformanceCounter on Windows 2008 RC2 guest
 2013-06-18 18:35 UTC 

[PATCH qom-cpu v2 01/29] kvm: Change kvm_cpu_synchronize_state() argument to CPUState
 2013-06-18 16:36 UTC  (16+ messages)
` [PATCH qom-cpu v2 02/29] kvm: Change cpu_synchronize_state() "
` [PATCH qom-cpu v2 07/29] kvm: Change kvm_set_signal_mask() "
` [PATCH qom-cpu v2 09/29] cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
` [PATCH qom-cpu v2 10/29] kvm: Change kvm_handle_internal_error() argument to CPUState
` [PATCH qom-cpu v2 11/29] kvm: Change kvm_cpu_exec() "
` [PATCH qom-cpu v2 20/29] kvm: Change kvm_remove_all_breakpoints() "
` [PATCH qom-cpu v2 21/29] cpu: Make first_cpu and next_cpu CPUState

[PATCH 0/7] KVM: arm-vgic: Implement save/restore of VGIC state
 2013-06-18 15:51 UTC  (8+ messages)
` [PATCH 1/7] KVM: arm-vgic: Support KVM_CREATE_DEVICE for VGIC
` [PATCH 2/7] KVM: arm-vgic: Set base addr through device API

[PATCH] KVM: x86: fix missed memory synchronization when patch hypercall
 2013-06-18 15:22 UTC  (13+ messages)

[PATCH] KVM: x86: remove vcpu's CPL check in host invoked vcpu's xcr set process
 2013-06-18 13:34 UTC  (6+ messages)

[PATCH v3 01/13] nEPT: Support LOAD_IA32_EFER entry/exit controls for L1
 2013-06-18 13:01 UTC  (8+ messages)
` [PATCH v3 03/13] nEPT: Add EPT tables support to paging_tmpl.h

FINAL WARNING!!!
 2013-06-18  8:57 UTC 

[Bug 59521] New: KVM linux guest reads uninitialized pvclock values before executing rdmsr MSR_KVM_WALL_CLOCK
 2013-06-17 21:29 UTC  (5+ messages)
` [Bug 59521] "

[PATCH v2] virtio_balloon: leak_balloon(): only tell host if we got pages deflated
 2013-06-17 17:17 UTC  (2+ messages)

[kvm-unit-test PATCH] kvmclock: serialize RDTSC
 2013-06-17 15:43 UTC  (2+ messages)

[PATCH 0/8] kvm/ppc: fixes for 3.10
 2013-06-17 15:27 UTC  (3+ messages)

[PATCH 0/2] kvm/mips: ABI fix for 3.10
 2013-06-17 15:26 UTC  (2+ messages)

[PATCH 0/6] KVM: s390: Patches for kvm-next
 2013-06-17 15:14 UTC  (2+ messages)

access PCI card trouble from VM guest
 2013-06-17 13:59 UTC  (4+ messages)

cache write back & barriers
 2013-06-16 12:06 UTC  (5+ messages)
      ` [virt-tools-list] "

Commit f9afbd45b0d0 broke mips r4k
 2013-06-16  6:51 UTC  (3+ messages)

mod filenames != modnames? (inconsistent name changing)
 2013-06-16  5:35 UTC 


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