Re: [Qemu-devel] [PATCH][QEMU] vmxcap: Augment reported information

2013-02-13 Thread Gleb Natapov
On Wed, Feb 13, 2013 at 12:44:06PM +0100, Jan Kiszka wrote: > Parse the Basic VMX Information MSR and add the bit for the new posted > interrupts. > > Signed-off-by: Jan Kiszka Applied, thanks. > --- > scripts/kvm/vmxcap | 14 ++ > 1 files changed, 14 insertions(+), 0 deletions(-)

[Qemu-devel] [PATCH][QEMU] vmxcap: Augment reported information

2013-02-13 Thread Jan Kiszka
Parse the Basic VMX Information MSR and add the bit for the new posted interrupts. Signed-off-by: Jan Kiszka --- scripts/kvm/vmxcap | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/scripts/kvm/vmxcap b/scripts/kvm/vmxcap index 6363e73..a1a44a0 100755 --- a/s