public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-05-14 11:59:15 to 2007-05-20 07:20:37 UTC [more...]

[PATCH 0/9] in-kernel APIC v4 (kernel side)
 2007-05-20  7:20 UTC  (25+ messages)
  ` [PATCH 1/9] KVM: Adds support for in-kernel mmio handlers
  ` [PATCH 2/9] KVM: VMX - fix interrupt checking on light-exit
  ` [PATCH 3/9] KVM: Add irqdevice object
  ` [PATCH 4/9] KVM: Adds ability to preempt an executing VCPU
  ` [PATCH 5/9] KVM: Adds ability to signal userspace using a file-descriptor
  ` [PATCH 6/9] KVM: Add support for in-kernel LAPIC model
  ` [PATCH 7/9] KVM: Adds support for real NMI injection on VMX processors
  ` [PATCH 8/9] KVM: Adds basic plumbing to support TPR shadow features
  ` [PATCH 9/9] KVM: Add statistics from interrupt subsystem

Gentoo livecd amd64 not working?
 2007-05-20  6:16 UTC  (4+ messages)

Gentoo livecd amd64 not working?
 2007-05-19 18:40 UTC 

it's wonderful to know u
 2007-05-19  8:50 UTC 

KVM configuration for headless speachless guest VMs?
 2007-05-19  4:47 UTC 

Gentoo livecd amd64 not working?
 2007-05-19  0:37 UTC  (7+ messages)

[PATCH 0/5] in-kernel APIC v6 (usermode side)
 2007-05-18 21:53 UTC  (6+ messages)
  ` [PATCH 1/5] KVM: Updates for compiling in-kernel APIC support with external-modules
  ` [PATCH 2/5] KVM-USER: Make the kvm_allowed flag always defined so we dont need #ifdefs
  ` [PATCH 3/5] KVM-USER: Add ability to specify APIC emulation type from the command-line
  ` [PATCH 4/5] KVM: in-kernel-apic modification to QEMU
  ` [PATCH 5/5] KVM-USER: Check kvm extensions at runtime

[PATCH 0/9] in-kernel APIC v6 (kernel side)
 2007-05-18 21:51 UTC  (10+ messages)
  ` [PATCH 1/9] KVM: Adds support for in-kernel mmio handlers
  ` [PATCH 2/9] KVM: VMX - fix interrupt checking on light-exit
  ` [PATCH 3/9] KVM: Add irqdevice object
  ` [PATCH 4/9] KVM: Adds ability to preempt an executing VCPU
  ` [PATCH 5/9] EVENTFD: Export symbols for module use
  ` [PATCH 6/9] KVM: Add support for in-kernel LAPIC model
  ` [PATCH 7/9] KVM: Adds support for real NMI injection on VMX processors
  ` [PATCH 8/9] KVM: Adds basic plumbing to support TPR shadow features
  ` [PATCH 9/9] KVM: Add statistics from interrupt subsystem

A minor cleanup
 2007-05-18 20:59 UTC  (2+ messages)
  ` general protection fault

[ kvm-Bugs-1721434 ] 2.6.20 + RSDL 0.30 KVM 18, 24 deadlock system on modprobe
 2007-05-18 17:01 UTC 

[PATCH/RFC 4/9] Basic guest virtual devices infrastructure
 2007-05-18 15:14 UTC  (47+ messages)
        ` [PATCH/RFC 4/9] Basic guest virtualdevices infrastructure
` [PATCH/RFC 5/9] s390 virtual console for guests
` [PATCH/RFC 6/9] virtual block device driver
` [PATCH/RFC 7/9] Virtual network guest "

host double faults under KVM?
 2007-05-18 14:03 UTC 

2 Bugs found for compilation on 32 Bit machine
 2007-05-18  8:30 UTC 

OS Circular on KVM/KQEMU/QEMU
 2007-05-18  7:15 UTC 

[PATCH] MSR_EFER acceleration for lighweight VM Exit
 2007-05-18  5:09 UTC 

[PATCH/RFC] KVM: Adds support for halting in the kernel
 2007-05-18  2:23 UTC 

[Fwd: 2.6.22-rc1-mm1: strange GPF when panicing under kvm]
 2007-05-17 17:31 UTC 

[PATCH] Disable stack protector in test suite
 2007-05-17 16:30 UTC  (2+ messages)

[PATCH] lighweight VM Exit
 2007-05-17 15:56 UTC  (4+ messages)

Regression in latest git-HEAD
 2007-05-17 14:01 UTC  (7+ messages)

SDL problem with 2.6.21/kvm-17 on x86_64?
 2007-05-17 12:51 UTC  (4+ messages)
      ` [PATCH] Handle #SS(0), caused by address size override in vm86 mode

OOPS in kernel driver
 2007-05-17 12:21 UTC  (2+ messages)

New VT-D spec available
 2007-05-16 18:47 UTC 

guest state leak into host
 2007-05-16 15:40 UTC  (11+ messages)
  ` [PATCH] lighweight VM Exit (was:RE: guest state leak into host)
      ` [PATCH] lighweight VM Exit

[PATCH/RFC 1/5] s390 zlive base patch
 2007-05-16 14:50 UTC  (6+ messages)
  ` [PATCH/RFC 2/5] s390 zlive privileged instructions
  ` [PATCH/RFC 3/5] s390 zlive diagnose functions
  ` [PATCH/RFC 4/5] s390 zlive service processor calls
  ` [PATCH/RFC 5/5] s390 zlive device drivers

[PATCH] KVM-USER: Check kvm extensions at runtime
 2007-05-16 14:36 UTC  (4+ messages)

[PATCH/RFC 0/5] s390 zlive
 2007-05-16 13:51 UTC 

[PATCH 0/5] in-kernel APIC v4 (usermode side)
 2007-05-16 12:34 UTC  (10+ messages)
  ` [PATCH 1/5] KVM: Updates for compiling in-kernel APIC support with external-modules
  ` [PATCH 2/5] KVM-USER: Make the kvm_allowed flag always defined so we dont need #ifdefs
  ` [PATCH 3/5] KVM-USER: Add ability to specify APIC emulation type from the command-line
  ` [PATCH 4/5] KVM: in-kernel-apic modification to QEMU
  ` [PATCH 5/5] KVM-USER: Add support for listening for kernel-based interrupts

[PATCH 0/8] in-kernel APIC support "v1"
 2007-05-16 12:18 UTC  (14+ messages)
` [PATCH 3/8] KVM: Adds ability to preempt an executing VCPU
` [PATCH 8/8] KVM: Adds support for TPR shadowing under VMX processors

[PATCH 0/6] in-kernel APIC v5 (usermode side)
 2007-05-16 12:03 UTC  (8+ messages)
  ` [PATCH 1/6] KVM: Updates for compiling in-kernel APIC support with external-modules
  ` [PATCH 2/6] KVM-USER: Make the kvm_allowed flag always defined so we dont need #ifdefs
  ` [PATCH 3/6] KVM-USER: Add ability to specify APIC emulation type from the command-line
  ` [PATCH 4/6] KVM: in-kernel-apic modification to QEMU
  ` [PATCH 5/6] KVM-USER: Add support for listening for kernel-based interrupts
  ` [PATCH 6/6] KVM-USER: Check kvm extensions at runtime

[PATCH 0/9] in-kernel APIC v5 (kernel side)
 2007-05-16 11:56 UTC  (14+ messages)
  ` [PATCH 1/9] KVM: Adds support for in-kernel mmio handlers
  ` [PATCH 2/9] KVM: VMX - fix interrupt checking on light-exit
  ` [PATCH 3/9] KVM: Add irqdevice object
  ` [PATCH 4/9] KVM: Adds ability to preempt an executing VCPU
  ` [PATCH 5/9] KVM: Adds ability to signal userspace using a file-descriptor
  ` [PATCH 6/9] KVM: Add support for in-kernel LAPIC model
  ` [PATCH 7/9] KVM: Adds support for real NMI injection on VMX processors
  ` [PATCH 8/9] KVM: Adds basic plumbing to support TPR shadow features
  ` [PATCH 9/9] KVM: Add statistics from interrupt subsystem

[PATCH 00/10] in-kernel APIC v3 (kernel side)
 2007-05-14 21:32 UTC  (30+ messages)
` [PATCH 05/10] KVM: Adds ability to signal userspace using a file-descriptor

[PATCH/PFC 0/2] s390 host support
 2007-05-14 15:55 UTC  (16+ messages)

[PATCH 0/4] in-kernel APIC v3a (usermode side)
 2007-05-14 12:09 UTC  (3+ messages)
` [PATCH 2/4] KVM-USER: Make the kvm_allowed flag always defined so we dont need #ifdefs


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