public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] in-kernel APIC v3 (kernel side)
@ 2007-05-10 12:46 Gregory Haskins
       [not found] ` <20070510123831.10200.4769.stgit-sLgBBP33vUGnsjUZhwzVf9HuzzzSOjJt@public.gmane.org>
  0 siblings, 1 reply; 41+ messages in thread
From: Gregory Haskins @ 2007-05-10 12:46 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

I am pleased to announce v3, which builds upon v2 by adding:

1) Incorporated Dor's feedback
2) Fixed bugs preventing XP+ACPI from booting

At this point, I can boot

A) 32-bit XP w/ACPI enabled
B) 64-bit SLED (2.6.16 based)

both with "level-0" (userspace PIC emulation) and "level-1" (in-kernel PIC
emulation).  The performance with XP under level-1 seems to be a huge
improvement over in-trunk performance.

As before, the last patch (VMX-tpr-shadow) is only included as a preview and
RFC.  Don't apply it or your VMX system fail to launch a guest.

These changes require updates to the usermode code as well, so that drop will
follow shortly.

Regards,
-Greg

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 41+ messages in thread

end of thread, other threads:[~2007-05-14 21:32 UTC | newest]

Thread overview: 41+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-10 12:46 [PATCH 00/10] in-kernel APIC v3 (kernel side) Gregory Haskins
     [not found] ` <20070510123831.10200.4769.stgit-sLgBBP33vUGnsjUZhwzVf9HuzzzSOjJt@public.gmane.org>
2007-05-10 12:46   ` [PATCH 01/10] KVM: Adds support for in-kernel mmio handlers Gregory Haskins
2007-05-10 12:46   ` [PATCH 02/10] KVM: VMX - fix interrupt checking on light-exit Gregory Haskins
2007-05-10 12:46   ` [PATCH 03/10] KVM: Add irqdevice object Gregory Haskins
2007-05-10 12:47   ` [PATCH 04/10] KVM: Adds ability to preempt an executing VCPU Gregory Haskins
2007-05-10 12:47   ` [PATCH 05/10] KVM: Adds ability to signal userspace using a file-descriptor Gregory Haskins
     [not found]     ` <20070510124706.10200.68571.stgit-sLgBBP33vUGnsjUZhwzVf9HuzzzSOjJt@public.gmane.org>
2007-05-13 13:00       ` Avi Kivity
     [not found]         ` <46470BF7.5080108-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-05-14 12:15           ` Gregory Haskins
     [not found]             ` <46481A61.BA47.005A.0-Et1tbQHTxzrQT0dZR+AlfA@public.gmane.org>
2007-05-14 12:22               ` Avi Kivity
     [not found]                 ` <46485488.2010608-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-05-14 14:00                   ` Gregory Haskins
     [not found]                     ` <46483320.BA47.005A.0-Et1tbQHTxzrQT0dZR+AlfA@public.gmane.org>
2007-05-14 14:42                       ` Avi Kivity
     [not found]                         ` <4648756D.5040001-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-05-14 17:18                           ` Gregory Haskins
2007-05-14 16:52                   ` Davide Libenzi
     [not found]                     ` <Pine.LNX.4.64.0705140948150.19682-GPJ85BhbkB8RepQJljzAVbITYcZ0+W3JAL8bYrjMMd8@public.gmane.org>
2007-05-14 17:12                       ` Avi Kivity
     [not found]                         ` <4648986B.9090403-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-05-14 17:15                           ` Davide Libenzi
     [not found]                             ` <Pine.LNX.4.64.0705141013310.19682-GPJ85BhbkB8RepQJljzAVbITYcZ0+W3JAL8bYrjMMd8@public.gmane.org>
2007-05-14 17:23                               ` Avi Kivity
     [not found]                                 ` <46489B12.8030807-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-05-14 19:01                                   ` Gregory Haskins
     [not found]                                     ` <464879A3.BA47.005A.0-Et1tbQHTxzrQT0dZR+AlfA@public.gmane.org>
2007-05-14 19:12                                       ` Davide Libenzi
     [not found]                                         ` <Pine.LNX.4.64.0705141207070.19682-GPJ85BhbkB8RepQJljzAVbITYcZ0+W3JAL8bYrjMMd8@public.gmane.org>
2007-05-14 20:18                                           ` Gregory Haskins
     [not found]                                             ` <46488BCD.BA47.005A.0-Et1tbQHTxzrQT0dZR+AlfA@public.gmane.org>
2007-05-14 21:32                                               ` Davide Libenzi
2007-05-10 12:47   ` [PATCH 06/10] KVM: Add support for in-kernel LAPIC model Gregory Haskins
2007-05-10 12:47   ` [PATCH 07/10] KVM: Adds support for real NMI injection on VMX processors Gregory Haskins
2007-05-10 12:47   ` [PATCH 08/10] KVM: Adds basic plumbing to support TPR shadow features Gregory Haskins
2007-05-10 12:47   ` [PATCH 09/10] KVM: Add statistics from interrupt subsystem Gregory Haskins
     [not found]     ` <20070510124726.10200.53053.stgit-sLgBBP33vUGnsjUZhwzVf9HuzzzSOjJt@public.gmane.org>
2007-05-14 11:17       ` Avi Kivity
2007-05-10 12:47   ` [PATCH 10/10] KVM: Adds support for TPR shadowing under VMX processors Gregory Haskins
2007-05-10 13:07   ` [PATCH 00/10] in-kernel APIC v3 (kernel side) Dor Laor
     [not found]     ` <64F9B87B6B770947A9F8391472E032160BBA66AF-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
2007-05-10 13:20       ` Gregory Haskins
     [not found]         ` <4642E39D.BA47.005A.0-Et1tbQHTxzrQT0dZR+AlfA@public.gmane.org>
2007-05-13  8:00           ` Dor Laor
     [not found]             ` <64F9B87B6B770947A9F8391472E032160BC745D3-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
2007-05-13 13:59               ` Gregory Haskins
     [not found]                 ` <4646E16D.BA47.005A.0-Et1tbQHTxzrQT0dZR+AlfA@public.gmane.org>
2007-05-13 14:06                   ` Dor Laor
     [not found]                     ` <64F9B87B6B770947A9F8391472E032160BC74642-yEcIvxbTEBqsx+V+t5oei8rau4O3wl8o3fe8/T/H7NteoWH0uzbU5w@public.gmane.org>
2007-05-14 12:37                       ` Gregory Haskins
     [not found]                         ` <46481FC0.BA47.005A.0-Et1tbQHTxzrQT0dZR+AlfA@public.gmane.org>
2007-05-14 13:04                           ` Dor Laor
2007-05-13 12:38           ` Avi Kivity
     [not found]             ` <464706BF.6000808-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-05-14 11:59               ` Gregory Haskins
     [not found]                 ` <464816AB.BA47.005A.0-Et1tbQHTxzrQT0dZR+AlfA@public.gmane.org>
2007-05-14 12:05                   ` Dor Laor
2007-05-14 12:14                   ` Avi Kivity
2007-05-10 13:32       ` Gregory Haskins
2007-05-13 13:10   ` Avi Kivity
     [not found]     ` <46470E58.2040208-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-05-14 12:23       ` Gregory Haskins
     [not found]         ` <46481C4B.BA47.005A.0-Et1tbQHTxzrQT0dZR+AlfA@public.gmane.org>
2007-05-14 12:24           ` Avi Kivity

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