Re: [Xen-devel] xen can only detect one core of multiple cores cpu

2015-11-28 Thread quizy_jo...@outlook.com
/ quizy_jo...@outlook.com From: Andrew Cooper Date: 2015-11-29 03:24 To: quizyjones; xen-devel@lists.xen.org Subject: Re: [Xen-devel] xen can only detect one core of multiple cores cpu On 28/11/15 17:23, quizyjones wrote: I'm using a Intel E5-2603 v3 @ 1.60GHz CPU of 6 cores. However, the dom

[Xen-devel] boot xen use legacy bios

2015-11-29 Thread quizy_jo...@outlook.com
I got the problem of multiple cores CPU cannot be fully used when using UEFI mode. It is suggested that I should be boot the xen in legacy mode. How is it done? My environment: Xen 4.1.2, PowerEdge R730xd E5-2603 v3 @ 1.60GHz, ubuntu 14.04 kernel 3.13.0-24-generic Some References I use: http://

Re: [Xen-devel] boot xen use legacy bios

2015-11-29 Thread quizy_jo...@outlook.com
.jpg Any hints? Is the config wrong or the location? quizy_jo...@outlook.com From: quizy_jo...@outlook.com Date: 2015-11-29 19:26 To: xen-devel Subject: [Xen-devel] boot xen use legacy bios I got the problem of multiple cores CPU cannot be fully used when using UEFI mode. It is suggested t

Re: [Xen-devel] xen can only detect one core of multiple cores cpu

2015-11-30 Thread quizy_jo...@outlook.com
>>> On 28.11.15 at 20:24, wrote: > On 28/11/15 17:23, quizyjones wrote: >> I'm using a Intel E5-2603 v3 @ 1.60GHz CPU of 6 cores. However, the >> dom0 can only find one core. here are some information that may helps >> in analyzing. > > From `xl dmesg` > > (XEN) ACPI Error (tbxfroot-0218): A va

Re: [Xen-devel] how can I debug nested xen?

2015-12-10 Thread quizy_jo...@outlook.com
Yes, I thought it is console=ttyS0. Actually, that should be to dom0 kernel. Thanks. jones From: Konrad Rzeszutek Wilk Date: 2015-12-11 03:06 To: quizyjones CC: xen-devel@lists.xen.org Subject: Re: [Xen-devel] how can I debug nested xen? On Thu, Dec 10, 2015 at 02:15:32PM +, quizyjones wr

[Xen-devel] xen panics when setting int3 traps

2015-12-10 Thread quizy_jo...@outlook.com
I'd like to inject int3 traps to hypercall handlers to be able to capture hypercalls. However, the dom0/xen would reboot whenever I create a new VM. Followup is the console output when this happens. (XEN) Xen version 4.4.1 (Ubuntu 4.4.1-0ubuntu0.14.04.6) (stefan.ba...@canonical.com) (gcc (Ubun

Re: [Xen-devel] xen panics when setting int3 traps

2015-12-10 Thread quizy_jo...@outlook.com
00010 - 7f7ff000 = 1 RAM (d20) 4: 7f7ff000 - 7f80 = 2 RESERVED (d20) 5: fc00 - 0001 = 2 RESERVED (d20) enter handle_19: (d20) NULL (d20) Booting from Hard Disk... (d20) Booting from :7c00 jones From: quizy_jo...@outlook.com Date: 2015-12-11 09:4

Re: [Xen-devel] xen panics when setting int3 traps

2015-12-10 Thread quizy_jo...@outlook.com
sing (v)EPT for nested xen. Jones From: Konrad Rzeszutek Wilk Date: 2015-12-11 10:17 To: quizy_jo...@outlook.com CC: xen-devel Subject: Re: [Xen-devel] xen panics when setting int3 traps On Fri, Dec 11, 2015 at 10:01:13AM +0800, quizy_jo...@outlook.com wrote: > Aslo reboot when destroy a VM.