All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeroen Groenewegen van der Weyden <groen692@grosc.com>
To: xen-devel@lists.xensource.com,
	"eddie.dong@intel.com" <eddie.dong@intel.com>,
	Tim Deegan <Tim.Deegan@citrix.com>,
	"Christoph.Egger@amd.com" <Christoph.Egger@amd.com>
Subject: Re: [PATCH 20 of 20] n2 MSR handling and	capability exposure
Date: Fri, 08 Jul 2011 09:12:25 +0200	[thread overview]
Message-ID: <4E16ADD9.4060304@grosc.com> (raw)
In-Reply-To: <20110704085810.GZ17634@whitby.uk.xensource.com>

Eddie, did I mention I'm eager and capable of testing anything you need.

mfg,
jeroen

Op 4-7-2011 10:58, Tim Deegan schreef:
> At 12:11 +0200 on 01 Jul (1309522280), Jeroen Groenewegen van der Weyden wrote:
>> Just a remark to avoid misunderstanding
>>
>> The first nested  KVM guest is running ok, for as long as i keep it running
>> When starting a second nested KVM guest (in the same Xen DOMU) that
>> is when the Xen DOMU becomes in-responsive. In DOM0 it it shown that
>> it is still running and consuming time.
>>
>>
>> The complete test is like this
>>
>> dom0
>> opensuse 11.4 x86
>> xen: unstable cs 23640
> You're testing on Intel hardware, right?
>
> Eddie, any comment?
>
> Tim.
>
>> domu1 (HVM)
>> sles11sp1
>> mem: 8 GB
>> vcpu: 4
>>
>> domu1 guests
>> 1) qemu-kvm: propetary OS
>> 2) qemu-kvm: propetary OS
>> 3) qemu-kvm: SLES10SP3
>> 4) qemu-kvm: SLES10SP3
>>
>> mfg,
>> Jeroen
>>
>> Op 1-7-2011 11:54, Christoph Egger schreef:
>>> KVM on Xen works for me. Also KVM on Xen on Xen.
>>>
>>> Christoph
>>>
>>>
>>> On 07/01/11 11:01, Tim Deegan wrote:
>>>> Eddie?  Did you test with KVM guests?  Is this expected to work?
>>>>
>>>> Tim.
>>>>
>>>> At 15:14 +0100 on 30 Jun (1309446872), Jeroen Groenewegen van
>>>> der Weyden wrote:
>>>>> Hi Tim/Eddi/Christoph,
>>>>>
>>>>> I just gave it a go again with cs23640. But the behaviour is still the
>>>>> same. so L1 becomes inresponsive after starting the second
>>>>> nested quest.
>>>>> I can deliver any trace input you want/need.
>>>>>
>>>>> mfg,
>>>>> Jeroen.
>>>>>
>>>>> Op 20-6-2011 8:31, Jeroen Groenewegen van der Weyden schreef:
>>>>>> Hi,
>>>>>>
>>>>>> Based on these patch series, I gave it go.
>>>>>> I noticed until now that the system becomes in-responsive a few second
>>>>>> after activating the second nested guest.
>>>>>> steps:
>>>>>> 1) dom0 creates domu (pass)
>>>>>> 2) domU creates first kvm guest (pass)
>>>>>> 3) domU creates second kvm guest (fail)
>>>>>> after the third step the domu becomes in-responsive. eg no network /
>>>>>> vnc console response. in dom0 is shows domu is stil running.
>>>>>>
>>>>>> I'm able to provide any input needed, just tell me what you need (and
>>>>>> how).
>>>>>>
>>>>>> mfg,
>>>>>> Jeroen
>>>>>>
>>>>>> My HW setup
>>>>>> mobo asus z8nr-d12
>>>>>> proc: 2 times e5645
>>>>>> mem: 96 GB
>>>>>>
>>>>>> My goal/test
>>>>>> in short: HW ->   dom0 ->   domU ->   4 time kvm guest
>>>>>>
>>>>>> dom0
>>>>>> opensuse 11.4 x86
>>>>>> xen: unstable cs 23553
>>>>>>
>>>>>> domu (HVM)
>>>>>> sles11sp1
>>>>>> mem: 8 GB
>>>>>> vcpu: 4
>>>>>>
>>>>>> domu guests
>>>>>> 1) qemu-kvm: propetary OS
>>>>>> 2) qemu-kvm: propetary OS
>>>>>> 3) qemu-kvm: SLES10SP3
>>>>>> 4) qemu-kvm: SLES10SP3
>>>>>>
>>>>>>
>>>>>>
>>>>>> Op 15-6-2011 14:45, Tim Deegan schreef:
>>>>>>> At 10:29 +0800 on 14 Jun (1308047377), Dong, Eddie wrote:
>>>>>>>>>> +    case MSR_IA32_VMX_MISC:
>>>>>>>>>> +    case MSR_IA32_VMX_CR0_FIXED0:
>>>>>>>>>> +    case MSR_IA32_VMX_CR0_FIXED1:
>>>>>>>>>> +    case MSR_IA32_VMX_CR4_FIXED0:
>>>>>>>>>> +    case MSR_IA32_VMX_CR4_FIXED1:
>>>>>>>>>> +    case MSR_IA32_VMX_VMCS_ENUM:
>>>>>>>>>> +        gdprintk(XENLOG_WARNING, "VMX MSR %x not fully supported
>>>>>>>>> yet.\n", msr);
>>>>>>>>>
>>>>>>>>> Are you planning to fix this before checking in this series?  I'm
>>>>>>>>> pretty
>>>>>>>>> sure that at least MSR_IA32_VMX_VMCS_ENUM should be
>>>>>>>>> trivial, since you
>>>>>>>>> define your own VMCS format.
>>>>>>>>>
>>>>>>>> Sure, the updated patch is attached.
>>>>>>> Thanks.  I've applied the full series.  I cleaned up a few things for
>>>>>>> the 32-bit build as well.
>>>>>>>
>>>>>>> Cheers,
>>>>>>>
>>>>>>> Tim.
>>>
>>
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xensource.com
>> http://lists.xensource.com/xen-devel

  parent reply	other threads:[~2011-07-08  7:12 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-09  8:25 [PATCH 00 of 20] Rebased Nested VMX v2 Eddie Dong
2011-06-09  8:25 ` [PATCH 01 of 20] pre-cleanup1: Extend nhvm_vmcx_guest_intercepts_trap to include errcode to Eddie Dong
2011-06-09  9:46   ` Christoph Egger
2011-06-09  8:25 ` [PATCH 02 of 20] pre-cleanup2: Move IDT_VECTORING processing code out of intr_assist Eddie Dong
2011-06-09  8:25 ` [PATCH 03 of 20] Add data structure for nestedvmx Eddie Dong
2011-06-09  8:25 ` [PATCH 04 of 20] Add APIs for nestedhvm_ops Eddie Dong
2011-07-08  7:42   ` vickywill
2011-07-08  7:43     ` vickywill
2011-06-09  8:25 ` [PATCH 05 of 20] Emulation of guest VMXON/OFF instruction Eddie Dong
2011-06-09  8:25 ` [PATCH 06 of 20] Define structure and access APIs for virtual VMCS Eddie Dong
2011-06-09  8:25 ` [PATCH 07 of 20] Emulation of guest vmptrld Eddie Dong
2011-06-09  8:25 ` [PATCH 08 of 20] Emulation of guest VMPTRST Eddie Dong
2011-06-09  8:25 ` [PATCH 09 of 20] Emulation of guest VMCLEAR Eddie Dong
2011-06-09  8:25 ` [PATCH 10 of 20] Emulation of guest VMWRITE Eddie Dong
2011-06-09  8:25 ` [PATCH 11 of 20] Emulation of guest VMREAD Eddie Dong
2011-06-09  8:25 ` [PATCH 12 of 20] Add APIs to switch n1/n2 VMCS Eddie Dong
2011-06-09  8:25 ` [PATCH 13 of 20] Emulation of VMRESUME/VMLAUNCH Eddie Dong
2011-06-09  8:25 ` [PATCH 14 of 20] Extend VMCS control fields for n2 guest Eddie Dong
2011-06-09  8:25 ` [PATCH 15 of 20] Switch shadow/virtual VMCS between n1/n2 guests Eddie Dong
2011-06-09  8:25 ` [PATCH 16 of 20] interrupt/exception handling for n2 guest Eddie Dong
2011-06-09  8:25 ` [PATCH 17 of 20] VM exit handler of n2-guest Eddie Dong
2011-06-09  8:25 ` [PATCH 18 of 20] Lazy FPU for n2 guest Eddie Dong
2011-06-09  8:25 ` [PATCH 19 of 20] Add VMXE bits in virtual CR4 Eddie Dong
2011-06-09  8:25 ` [PATCH 20 of 20] n2 MSR handling and capability exposure Eddie Dong
2011-06-13  8:27   ` Tim Deegan
2011-06-14  2:29     ` Dong, Eddie
2011-06-15 12:45       ` Tim Deegan
2011-06-20  6:31         ` Jeroen Groenewegen van der Weyden
2011-06-30 14:14           ` Jeroen Groenewegen van der Weyden
2011-07-01  9:01             ` Tim Deegan
2011-07-01  9:54               ` Christoph Egger
2011-07-01 10:11                 ` Jeroen Groenewegen van der Weyden
2011-07-04  8:58                   ` Tim Deegan
2011-07-04  9:58                     ` Jeroen Groenewegen van der Weyden
2011-07-08  7:12                     ` Jeroen Groenewegen van der Weyden [this message]
2011-07-18 15:41                       ` Dong, Eddie
2011-07-19 13:59                         ` Jeroen Groenewegen van der Weyden
2011-07-20 13:44                           ` Dong, Eddie
2011-07-20 14:12                             ` Jeroen Groenewegen van der Weyden
2011-07-25 14:08                               ` Tim Deegan
2011-07-25 16:16                                 ` Tim Deegan
2011-07-26  7:15                                   ` Jeroen Groenewegen van der Weyden
2011-07-26 10:00                                     ` Tim Deegan
2011-07-26 10:11                                       ` Tim Deegan
2011-07-26 10:46                                         ` Jeroen Groenewegen van der Weyden
2011-07-26 11:42                                           ` Tim Deegan
2011-07-26 13:33                                             ` Jeroen Groenewegen van der Weyden
2011-07-26 14:21                                               ` Tim Deegan
2011-07-26 15:25                                                 ` Jeroen Groenewegen van der Weyden
2011-07-26 15:48                                                   ` Tim Deegan
2011-07-26 16:00                                                     ` Jeroen Groenewegen van der Weyden
2011-07-26 16:08                                                       ` Tim Deegan
2011-07-26 11:05                                       ` Jeroen Groenewegen van der Weyden
2011-06-09 10:13 ` [PATCH 00 of 20] Rebased Nested VMX v2 Christoph Egger
2011-06-13  9:24   ` Tim Deegan
2011-06-14  3:01     ` Dong, Eddie
2011-06-14  9:01       ` Tim Deegan
2011-06-14  7:43     ` Christoph Egger
2011-06-14 14:08       ` Dong, Eddie
  -- strict thread matches above, loose matches on Subject: below --
2011-06-02  8:57 [PATCH 00 of 20] NestedVMX support Eddie Dong
2011-06-02  8:57 ` [PATCH 20 of 20] n2 MSR handling and capability exposure Eddie Dong
2011-06-02 15:07   ` Tim Deegan
2011-06-02 15:11     ` Tim Deegan
2011-06-02 19:20       ` Keir Fraser
2011-06-03  8:39       ` Dong, Eddie
2011-06-03  8:25     ` Dong, Eddie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E16ADD9.4060304@grosc.com \
    --to=groen692@grosc.com \
    --cc=Christoph.Egger@amd.com \
    --cc=Tim.Deegan@citrix.com \
    --cc=eddie.dong@intel.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.