Re: Announcing qboot, a minimal x86 firmware for QEMU

2015-05-24 Thread Vasiliy Tolstov
2015-05-23 6:55 GMT+03:00 Kevin O'Connor : > Out of curiosity, I ran some additional timing tests. With SeaBIOS > fully stripped down (via Kconfig), it takes ~20ms to get to the boot > phase on my old AMD system. Of that 20ms, ~7ms is to enable shadow > ram, 2ms is to calibrate the cpu timestamp

[Bug 98841] New: android emulator broken since d7a2a24 kernel commit

2015-05-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=98841 Bug ID: 98841 Summary: android emulator broken since d7a2a24 kernel commit Product: Virtualization Version: unspecified Kernel Version: 3.17 Hardware: All OS: Linux

Re: [RFC PATCH 2/4] KVM: x86: Add KVM exit for IOAPIC EOIs

2015-05-24 Thread Avi Kivity
On 05/13/2015 04:47 AM, Steve Rutherford wrote: Adds KVM_EXIT_IOAPIC_EOI which passes the interrupt vector up to userspace. Uses a per VCPU exit bitmap to decide whether or not the IOAPIC needs to be informed (which is identical to the EOI_EXIT_BITMAP field used by modern x86 processors, but can

Re: [PATCH v2] KVM: SVM: Sync g_pat with guest-written PAT value

2015-05-24 Thread Jan Kiszka
On 2015-04-21 14:21, Radim Krčmář wrote: > 2015-04-21 13:09+0200, Paolo Bonzini: >> >> >> On 20/04/2015 19:25, Jan Kiszka wrote: >>> When hardware supports the g_pat VMCB field, we can use it for emulating >>> the PAT configuration that the guest configures by writing to the >>> corresponding MSR.

[PATCH] KVM: x86: Allow ARAT CPU feature

2015-05-24 Thread Jan Kiszka
From: Jan Kiszka There is no reason to deny this feature to guests. We are emulating the APIC timer, thus are exposing it without stops in power-saving states. Signed-off-by: Jan Kiszka --- arch/x86/kvm/cpuid.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/arch/x86/

[PATCH] i386: Introduce ARAT CPU feature

2015-05-24 Thread Jan Kiszka
From: Jan Kiszka ARAT signals that the APIC timer does not stop in power saving states. As our APICs are emulated, it's fine to expose this feature to guests, at least when asking for KVM host features or with CPU types that include the flag. The exact model number that introduced the feature is