RE: [PATCH v7 3/3] x86, apicv: add virtual x2apic support

2012-12-25 Thread Zhang, Yang Z
Gleb Natapov wrote on 2012-12-25: On Tue, Dec 25, 2012 at 07:46:53AM +, Zhang, Yang Z wrote: Gleb Natapov wrote on 2012-12-25: On Tue, Dec 25, 2012 at 07:25:15AM +, Zhang, Yang Z wrote: Gleb Natapov wrote on 2012-12-25: On Tue, Dec 25, 2012 at 06:42:59AM +, Zhang, Yang Z wrote:

[PATCH] trace-cmd: fix kvm_mmu_prepare_zap_page even name and kvm_mmu_get_page event output in kvm plugin

2012-12-25 Thread Gleb Natapov
kvm_mmu_zap_page even was renamed to kvm_mmu_prepare_zap_page. Print out created field for kvm_mmu_get_page event. Signed-off-by: Gleb Natapov g...@redhat.com diff --git a/plugin_kvm.c b/plugin_kvm.c index 55812ef..adc5694 100644 --- a/plugin_kvm.c +++ b/plugin_kvm.c @@ -382,7 +382,7 @@ static

Re: [PATCH v7 3/3] x86, apicv: add virtual x2apic support

2012-12-25 Thread Gleb Natapov
On Tue, Dec 25, 2012 at 08:24:43AM +, Zhang, Yang Z wrote: Gleb Natapov wrote on 2012-12-25: On Tue, Dec 25, 2012 at 07:46:53AM +, Zhang, Yang Z wrote: Gleb Natapov wrote on 2012-12-25: On Tue, Dec 25, 2012 at 07:25:15AM +, Zhang, Yang Z wrote: Gleb Natapov wrote on

[PATCH] KVM: mmu: remove unused trace event

2012-12-25 Thread Gleb Natapov
trace_kvm_mmu_delay_free_pages() is no longer used. Signed-off-by: Gleb Natapov g...@redhat.com diff --git a/arch/x86/kvm/mmutrace.h b/arch/x86/kvm/mmutrace.h index cd6e983..b8f6172 100644 --- a/arch/x86/kvm/mmutrace.h +++ b/arch/x86/kvm/mmutrace.h @@ -195,12 +195,6 @@

Re: [PATCH v3] qemu-kvm/pci-assign: 64 bits bar emulation

2012-12-25 Thread Gleb Natapov
On Thu, Dec 20, 2012 at 11:07:23AM +0800, Xudong Hao wrote: Enable 64 bits bar emulation. v3 changes from v2: - Leave original error string and drop the leading 016. v2 changes from v1: - Change 0lx% to 0x%016 when print a 64 bit variable. Test pass with the current seabios which

Re: [PATCH v2 5/5] virtio-scsi: introduce multiqueue support

2012-12-25 Thread Wanlong Gao
On 12/19/2012 12:02 AM, Michael S. Tsirkin wrote: On Tue, Dec 18, 2012 at 04:51:28PM +0100, Paolo Bonzini wrote: Il 18/12/2012 16:03, Michael S. Tsirkin ha scritto: On Tue, Dec 18, 2012 at 03:08:08PM +0100, Paolo Bonzini wrote: Il 18/12/2012 14:57, Michael S. Tsirkin ha scritto: -static int

Re: KVM: VMX: fix incorrect cached cpl value with real/v8086 modes

2012-12-25 Thread Gleb Natapov
On Sat, Dec 22, 2012 at 02:31:10PM +0200, Avi Kivity wrote: On Wed, Dec 19, 2012 at 3:29 PM, Marcelo Tosatti mtosa...@redhat.comwrote: CPL is always 0 when in real mode, and always 3 when virtual 8086 mode. Using values other than those can cause failures on operations that check

Re: KVM: VMX: fix incorrect cached cpl value with real/v8086 modes

2012-12-25 Thread Marcelo Tosatti
On Tue, Dec 25, 2012 at 02:48:08PM +0200, Gleb Natapov wrote: On Sat, Dec 22, 2012 at 02:31:10PM +0200, Avi Kivity wrote: On Wed, Dec 19, 2012 at 3:29 PM, Marcelo Tosatti mtosa...@redhat.comwrote: CPL is always 0 when in real mode, and always 3 when virtual 8086 mode. Using

Re: [Qemu-devel] [PATCH v12 0/8] pv event to notify host when the guest is panicked

2012-12-25 Thread Marcelo Tosatti
On Thu, Dec 20, 2012 at 03:53:59PM +0800, Hu Tao wrote: Hi, Any comments? As far as i can see, items 2 and 3 of https://lkml.org/lkml/2012/11/12/588 Have not been addressed. https://lkml.org/lkml/2012/11/20/653 contains discussions on those items. 2) Format of the interface for other

Re: [Qemu-devel] [PATCH v12 0/8] pv event to notify host when the guest is panicked

2012-12-25 Thread Marcelo Tosatti
On Thu, Dec 20, 2012 at 03:53:59PM +0800, Hu Tao wrote: Hi, Any comments? Did you verify possibilities listed at https://lkml.org/lkml/2012/11/20/653 ? If so, a summary in the patchset would be helpful. On Wed, Dec 12, 2012 at 02:13:43PM +0800, Hu Tao wrote: This series implements a new

kvm lockdep splat with 3.8-rc1+

2012-12-25 Thread Borislav Petkov
Hi all, just saw this in dmesg while running -rc1 + tip/master: [ 6983.694615] = [ 6983.694617] [ INFO: possible recursive locking detected ] [ 6983.694620] 3.8.0-rc1+ #26 Not tainted [ 6983.694621] - [

Re: KVM: VMX: fix incorrect cached cpl value with real/v8086 modes

2012-12-25 Thread Gleb Natapov
On Tue, Dec 25, 2012 at 07:37:10PM -0200, Marcelo Tosatti wrote: On Tue, Dec 25, 2012 at 02:48:08PM +0200, Gleb Natapov wrote: On Sat, Dec 22, 2012 at 02:31:10PM +0200, Avi Kivity wrote: On Wed, Dec 19, 2012 at 3:29 PM, Marcelo Tosatti mtosa...@redhat.comwrote: CPL is