public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-06-17 09:44:01 to 2007-06-20 19:47:18 UTC [more...]

[PATCH 0/5] KVM paravirt_ops implementation
 2007-06-20 19:47 UTC  (61+ messages)
  ` [PATCH 1/5] KVM paravirt_ops core infrastructure
  ` [PATCH 2/5] KVM: Implement CR read caching for KVM paravirt_ops
  ` [PATCH 3/5] KVM: Add paravirt MMU write support
  ` [PATCH 4/5] KVM: Add hypercall queue for paravirt_ops implementation
  ` [PATCH 5/5] KVM: paravirt time source

[patch] wrong tlb flush order
 2007-06-20 19:07 UTC  (3+ messages)

SLES 10 install failing on KVM-28
 2007-06-20 14:03 UTC 

Windows XP crash: emulation failed but !mmio_needed?
 2007-06-20  8:24 UTC  (4+ messages)

Duplicate content in files
 2007-06-20  7:51 UTC  (6+ messages)

[BUG] Oops with KVM-27
 2007-06-20  7:47 UTC  (19+ messages)
      ` [kvm-devel] "
                        ` [PATCH 1/2] kvm: Fix x86 emulator writeback
                                        ` [PATCH 2/2] kvm: avoid useless memory write when possible

In kernel PIC support: user side
 2007-06-20  7:45 UTC 

In kernel PIC support: kernel patch
 2007-06-20  7:43 UTC 

[ kvm-Bugs-1740031 ] Kubuntu 7.04 fails to boot as guest- hangs after kernel boot
 2007-06-19 23:12 UTC 

[PATCH 9/9] KVM: Adds support for halting in the kernel
 2007-06-19 19:02 UTC 

Erratic gettimeofday() behavior with KVM and newer Linux kernels?
 2007-06-19 15:14 UTC  (9+ messages)

support for in-kernel piohandlers
 2007-06-19 15:05 UTC  (3+ messages)

Is there any accurate way to check if Qemu is using KVM modules?
 2007-06-19 14:49 UTC  (4+ messages)

[PATCH 0/9] in-kernel APIC v9 (kernel side)
 2007-06-19 14:48 UTC  (3+ messages)
` [PATCH 9/9] KVM: Adds support for halting in the kernel

Is there any accurate way to check if Qemu is using KVMmodules?
 2007-06-19 14:46 UTC  (2+ messages)
  ` Is there any accurate way to check if Qemu isusing KVMmodules?

Suspending with kvm and kvm_loaded
 2007-06-19 12:41 UTC  (12+ messages)

lapic branch rebased and updated
 2007-06-19 11:43 UTC  (2+ messages)

lapic branch rebased and updated
 2007-06-19 10:29 UTC  (3+ messages)

KVM 28: Reboot fails in Linux
 2007-06-19 10:02 UTC  (3+ messages)

[PATCH RFC 0/3] Virtio draft II
 2007-06-19  8:34 UTC  (12+ messages)
` [PATCH RFC 0/3] Virtio draft III
  ` [PATCH RFC 1/3] Virtio draft III: virtio.h
    ` [PATCH RFC 2/3] Virtio draft III: example net driver
      ` [PATCH RFC 3/3] Virtio draft III: example block driver
        ` [Xen-devel] Re: [PATCH RFC 0/3] Virtio draft III

[Patch] Implement emulation of instruction "ret"
 2007-06-19  8:21 UTC  (3+ messages)

[Patch] Implement emulation of "pop reg" instruction
 2007-06-19  8:16 UTC  (2+ messages)

[patch] emit more information on the emulation failure
 2007-06-19  8:11 UTC  (2+ messages)

another centrino duo problem
 2007-06-19  7:46 UTC  (3+ messages)

[ kvm-Bugs-1739503 ] QEMU hangup with 2.6.21 kernel
 2007-06-19  6:27 UTC 

qemu + Windows NT (2000, XP, etc)
 2007-06-18 19:17 UTC  (2+ messages)
  ` [Qemu-devel] "

the modules...?
 2007-06-18 16:54 UTC  (4+ messages)

Panic when loading kvm-amd.ko
 2007-06-18 16:32 UTC  (9+ messages)

高-级-文-秘-职-业-化-训-练
 2007-06-18 10:25 UTC 

Ada sent you a wutonic.hk! Greeting
 2007-06-18  8:49 UTC 

Total freeze after modprobe kvm-amd
 2007-06-17 19:45 UTC 

/dev/kvm permissions
 2007-06-17 19:17 UTC  (3+ messages)

[ANNOUNCE, CFP] KVM Forum 2007
 2007-06-17 15:51 UTC 

Autodesk Autocad ready to download
 2007-06-17 13:11 UTC 

[PATCH 00/58] KVM updates for 2.6.23
 2007-06-17  9:44 UTC  (40+ messages)
  ` [PATCH 20/58] KVM: VMX: Only reload guest msrs if they are already loaded
  ` [PATCH 21/58] KVM: Avoid corrupting tr in real mode
  ` [PATCH 22/58] KVM: Fix vmx I/O bitmap initialization on highmem systems
  ` [PATCH 23/58] KVM: VMX: Use local labels in inline assembly
  ` [PATCH 24/58] KVM: VMX: Handle #SS faults from real mode
  ` [PATCH 25/58] KVM: VMX: Avoid saving and restoring msrs on lightweight vmexit
  ` [PATCH 26/58] KVM: VMX: Cleanup redundant code in MSR set
  ` [PATCH 27/58] KVM: VMX: Avoid saving and restoring msr_efer on lightweight vmexit
  ` [PATCH 28/58] Use menuconfig objects II - KVM/Virt
  ` [PATCH 29/58] KVM: x86 emulator: implement wbinvd
  ` [PATCH 30/58] KVM: Fix includes
  ` [PATCH 31/58] KVM: Use symbolic constants instead of magic numbers
  ` [PATCH 32/58] KVM: MMU: Use slab caches for shadow pages and their headers
  ` [PATCH 33/58] KVM: MMU: Simplify fetch() a little bit
  ` [PATCH 34/58] KVM: MMU: Move set_pte_common() to pte width dependent code
  ` [PATCH 35/58] KVM: MMU: Pass the guest pde to set_pte_common
  ` [PATCH 36/58] KVM: MMU: Fold fix_read_pf() into set_pte_common()
  ` [PATCH 37/58] KVM: MMU: Fold fix_write_pf() "
  ` [PATCH 38/58] KVM: Move shadow pte modifications from set_pte/set_pde to set_pde_common()
  ` [PATCH 39/58] KVM: Make shadow pte updates atomic
  ` [PATCH 40/58] KVM: MMU: Make setting shadow ptes atomic on i386
  ` [PATCH 41/58] KVM: MMU: Remove cr0.wp tricks
  ` [PATCH 42/58] KVM: MMU: Simpify accessed/dirty/present/nx bit handling
  ` [PATCH 43/58] KVM: MMU: Don't cache guest access bits in the shadow page table
  ` [PATCH 44/58] KVM: MMU: Remove unused large page marker
  ` [PATCH 45/58] KVM: Lazy guest cr3 switching
  ` [PATCH 46/58] KVM: Replace C code with call to ARRAY_SIZE() macro
  ` [PATCH 47/58] KVM: Remove unnecessary initialization and checks in mark_page_dirty()
  ` [PATCH 48/58] KVM: Fix vcpu freeing for guest smp
  ` [PATCH 49/58] KVM: Fix adding an smp virtual machine to the vm list
  ` [PATCH 50/58] KVM: Enable guest smp
  ` [PATCH 51/58] KVM: Move duplicate halt handling code into kvm_main.c
  ` [PATCH 52/58] KVM: Emulate hlt on real mode for Intel
  ` [PATCH 53/58] KVM: Keep an upper bound of initialized vcpus
  ` [PATCH 54/58] KVM: Flush remote tlbs when reducing shadow pte permissions
  ` [PATCH 55/58] KVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)
  ` [PATCH 56/58] KVM: VMX: "
  ` [PATCH 57/58] KVM: Initialize the BSP bit in the APIC_BASE msr correctly
  ` [PATCH 58/58] KVM: VMX: Ensure vcpu time stamp counter is monotonous


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