public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-10-16 20:28:09 to 2007-10-22 09:36:04 UTC [more...]

[PATCH 00/11] KVM updates for Linux 2.6.24-rc review
 2007-10-22  9:36 UTC  (17+ messages)
  ` [PATCH 01/11] KVM: x86 emulator: fix merge screwup due to emulator split
  ` [PATCH 02/11] KVM: x86 emulator: fix repne/repnz decoding
  ` [PATCH 03/11] KVM: MMU: Set shadow pte atomically in mmu_pte_write_zap_pte()
  ` [PATCH 04/11] KVM: VMX: Handle NMIs before enabling interrupts and preemption
  ` [PATCH 05/11] KVM: VMX: Reset mmu context when entering real mode
  ` [PATCH 06/11] KVM: x86 emulator: implement 'movnti mem, reg'
  ` [PATCH 07/11] KVM: VMX: Force vm86 mode if setting flags during real mode
  ` [PATCH 08/11] KVM: x86 emulator: fix access registers for instructions with ModR/M byte and Mod = 3
  ` [PATCH 09/11] KVM: Move kvm_guest_exit() after local_irq_enable()
  ` [PATCH 10/11] KVM: Fix local apic timer divide by zero
  ` [PATCH 11/11] KVM: Improve local apic timer wraparound handling
          ` [kvm-devel] [PATCH 00/11] KVM updates for Linux 2.6.24-rc review

[RFC][PATCH]Memory mapped TPR shadow feature enabling
 2007-10-22  9:32 UTC  (6+ messages)

Use virtual cpu accounting if available for guest times
 2007-10-22  9:10 UTC  (11+ messages)
      ` [kvm-devel] "
` [PATCH] move kvm_guest_exit() after local_irq_enable()
      ` [kvm-devel] "

qemu-system-x86_64 locks hard when used with kvm
 2007-10-22  8:50 UTC  (5+ messages)

KVM and Prempt?
 2007-10-22  7:39 UTC  (6+ messages)

possible bug: VM drops incoming network packets (tap)
 2007-10-22  6:02 UTC  (5+ messages)

Test for KVM , kernel bb1d1fe..., userspace 332650e
 2007-10-22  4:55 UTC  (5+ messages)

[PATCH] Split kvm_vcpu to support new archs (V2)
 2007-10-22  1:33 UTC  (3+ messages)

kvm crash on vista boot loader
 2007-10-21 12:23 UTC  (4+ messages)

[RFC] passthrough for configure options to qemu
 2007-10-21 11:25 UTC  (2+ messages)

[BUG] 2.6.23.1 host freezes when running kvm
 2007-10-21 11:22 UTC  (4+ messages)

[Patch] cleanup warning of kvmctl.c
 2007-10-21  7:03 UTC  (2+ messages)

APIC_TMCCT register read bug]
 2007-10-21  6:55 UTC  (3+ messages)

[PATCH] Split kvm_vcpu to support new archs
 2007-10-21  6:40 UTC  (11+ messages)
              ` [kvm-ppc-devel] "

[RFC PATCH] current PowerPC patch
 2007-10-19 22:23 UTC  (3+ messages)
    ` [kvm-ppc-devel] "

severe bug in 2.6.23+ kvm.git
 2007-10-19 18:49 UTC  (18+ messages)
` [kvm-devel] "

health professionals data
 2007-10-19 14:16 UTC 

[ANNOUNCE] kvm-48 release
 2007-10-19 13:35 UTC  (6+ messages)

KVM and Prempt?
 2007-10-19 13:16 UTC 

[ kvm-Bugs-1816460 ] Fault when IDT_Vectoring
 2007-10-19 11:36 UTC 

[ kvm-Bugs-1816417 ] Networking fails after migration (two or more virtual NICs)
 2007-10-19 10:33 UTC 

[ kvm-Bugs-1816339 ] host kernel call trace while running smp guests
 2007-10-19  8:21 UTC 

[PATCH 3/3] Add powerpc tests
 2007-10-18 21:35 UTC  (2+ messages)
` [kvm-ppc-devel] "

[PATCH 2/3] Split kvmctl for architectures
 2007-10-18 20:59 UTC  (7+ messages)
      ` [kvm-ppc-devel] "

[PATCH 1/3] Modify user directory makefiles & configure script
 2007-10-18 20:10 UTC 

Fix guest time accounting going faster than user time accounting
 2007-10-18 19:13 UTC  (2+ messages)

[PATCH 0/2] add flags for conditional compilation of qemu dependencies
 2007-10-18 18:04 UTC  (5+ messages)
` [PATCH 1/2] alsa configure option
` [PATCH 2/2] vnc-tls configure flag

[ANNOUNCE] kvm-47 release
 2007-10-18 17:53 UTC  (3+ messages)

[ANNOUNCE] kvm-46 release
 2007-10-18 16:43 UTC  (23+ messages)
                  ` [patch] kvmctl.c: allow custom memory setup

newest kvm modules?
 2007-10-18 16:07 UTC  (2+ messages)

[PATCH] Allocate userspace memory for older userspace (v3)
 2007-10-18 15:43 UTC  (3+ messages)

[PATCH][RESEND] Allocate userspace memory for older userspace (v2)
 2007-10-18 15:41 UTC  (5+ messages)

Missing commits on kvm-commits?
 2007-10-18 14:14 UTC  (2+ messages)

[ kvm-Bugs-1815804 ] Windows XP setup stucks
 2007-10-18 13:55 UTC 

FW: [kvm-commits] KVM: Move interrupt injection out of interruptdisabled section
 2007-10-18 13:08 UTC  (6+ messages)

[ kvm-Bugs-1815704 ] Restarting KVM, with boot from CDROM, KVM crashes
 2007-10-18 11:24 UTC 

kvm: disabled by bios
 2007-10-18 10:39 UTC  (2+ messages)

[PATCH] KVM: Access registers for instructions with ModR/M byte and Mod = 3
 2007-10-18  9:19 UTC  (2+ messages)

[PATCH] Fix top level qemu config for cross compile
 2007-10-18  9:16 UTC  (2+ messages)

[PATCH] Fix Build on tip
 2007-10-18  8:45 UTC  (2+ messages)

build error
 2007-10-18  2:07 UTC 

[Patch] (big) real mode emulation - eflags bits manipulating instruction
 2007-10-17 17:26 UTC  (3+ messages)

KVM: Fix the invlpg instruction emulation on AMD64
 2007-10-17 16:23 UTC  (16+ messages)

[PATCH] [v5] Add cross compile top level configure script
 2007-10-17 15:54 UTC  (3+ messages)

[RFC] modular dependencies for kvm's qemu
 2007-10-17 14:43 UTC  (6+ messages)

Message from Tina
 2007-10-17 14:25 UTC 

OpenBSD 4.1 failes with kvm-45
 2007-10-17 11:15 UTC  (4+ messages)

Question about EMULATE_DO_MMIO
 2007-10-17 10:50 UTC  (4+ messages)

[PATCH 2/2] make the injection of interrupts run at sleepable mode
 2007-10-17  6:54 UTC  (3+ messages)
  ` [PATCH 2/2] make the injection of interrupts run atsleepable mode

Guest Time Question
 2007-10-17  2:14 UTC  (5+ messages)

kernel device reset support
 2007-10-17  1:40 UTC  (18+ messages)


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