Re: [Xen-devel] [PATCH V3 2/6]: PVH: use native irq, enable callback, use HVM ring ops, smp, ...

2012-10-18 Thread Ian Campbell
On Thu, 2012-10-18 at 23:03 +0100, Mukesh Rathor wrote: > On Thu, 18 Oct 2012 11:44:37 +0100 > Ian Campbell wrote: > > > On Thu, 2012-10-18 at 01:30 +0100, Mukesh Rathor wrote: > > > PVH: make gdt_frames[]/gdt_ents into a union with {gdtaddr, gdtsz}, > > > PVH only needs to send down gdtaddr and

Re: [Xen-devel] [PATCH V3 2/6]: PVH: use native irq, enable callback, use HVM ring ops, smp, ...

2012-10-18 Thread Mukesh Rathor
On Thu, 18 Oct 2012 11:44:37 +0100 Ian Campbell wrote: > On Thu, 2012-10-18 at 01:30 +0100, Mukesh Rathor wrote: > > PVH: make gdt_frames[]/gdt_ents into a union with {gdtaddr, gdtsz}, > > PVH only needs to send down gdtaddr and gdtsz. irq.c: PVH uses > > native_irq_ops. vcpu hotplug is currently

Re: [Xen-devel] [PATCH V3 2/6]: PVH: use native irq, enable callback, use HVM ring ops, smp, ...

2012-10-18 Thread Ian Campbell
On Thu, 2012-10-18 at 01:30 +0100, Mukesh Rathor wrote: > PVH: make gdt_frames[]/gdt_ents into a union with {gdtaddr, gdtsz}, PVH > only needs to send down gdtaddr and gdtsz. irq.c: PVH uses > native_irq_ops. vcpu hotplug is currently not available for PVH. > events.c: setup callback vector for PVH