Re: [PATCH V1]PVH: vcpu info placement, load CS selector, and remove debug printk.

2013-06-21 Thread Konrad Rzeszutek Wilk
On Wed, Jun 05, 2013 at 12:34:58PM -0700, Mukesh Rathor wrote: > This patch addresses 3 things: >- Resolve vcpu info placement fixme. >- Load CS selector for PVH after switching to new gdt. >- Remove printk in case of failure to map pnfs in p2m. This because qemu > has lot of

Re: [PATCH V1]PVH: vcpu info placement, load CS selector, and remove debug printk.

2013-06-21 Thread Konrad Rzeszutek Wilk
On Wed, Jun 05, 2013 at 12:34:58PM -0700, Mukesh Rathor wrote: This patch addresses 3 things: - Resolve vcpu info placement fixme. - Load CS selector for PVH after switching to new gdt. - Remove printk in case of failure to map pnfs in p2m. This because qemu has lot of expected

[PATCH V1]PVH: vcpu info placement, load CS selector, and remove debug printk.

2013-06-05 Thread Mukesh Rathor
This patch addresses 3 things: - Resolve vcpu info placement fixme. - Load CS selector for PVH after switching to new gdt. - Remove printk in case of failure to map pnfs in p2m. This because qemu has lot of expected failures when mapping HVM pages. Signed-off-by: Mukesh Rathor ---

[PATCH V1]PVH: vcpu info placement, load CS selector, and remove debug printk.

2013-06-05 Thread Mukesh Rathor
This patch addresses 3 things: - Resolve vcpu info placement fixme. - Load CS selector for PVH after switching to new gdt. - Remove printk in case of failure to map pnfs in p2m. This because qemu has lot of expected failures when mapping HVM pages. Signed-off-by: Mukesh Rathor