[kvm-devel] [PATCH] Add the paravirtualization CPUID entry to QEMU (v2)

2007-09-15 Thread Anthony Liguori
This adds a CPUID entry for the paravirtualization feature bitmap. We can do this unconditionally because the guest requires that both the feature CPUID entry and the signature CPUID entry exists to enable paravirtualization. This means that guest will never enable paravirtualization if either us

[kvm-devel] [PATCH] Add the paravirtualization CPUID entry to QEMU

2007-09-14 Thread Anthony Liguori
This adds a CPUID entry for the paravirtualization feature bitmap. We can do this unconditionally because the guest requires that both the feature CPUID entry and the signature CPUID entry exists to enable paravirtualization. This means that guest will never enable paravirtualization if either us