This is the userspace series corresponding to the kernel side v7 I just made:
Here are the changes: 1) Fixed a bug in qemu-kvm.c which was exposed with in-kernel HLT turned on. Therefore, the in-kernel HLT feature will only enable itself if the in-kernel APIC is also enabled. The assumption is that the bug is fixed in userspace that is in-kernel APIC aware. 2) Slightly changed the way IOAPIC interrupts are delivered. In previous generations, the IOAPIC would push the APIC_MSG objects to the kernel on demand. The new version queues the interrupts until the next "try_to_push" window. This makes the APIC and the PIC subsystem operate more closely with one another. 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/ _______________________________________________ kvm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kvm-devel
