Re: [Xen-ia64-devel] PV-on-HVM driver for IPF

2006-08-28 Thread DOI Tsunehisa
Alex Williamson wrote: On Mon, 2006-08-28 at 08:35 +0900, [EMAIL PROTECTED] wrote: In PV-on-HVM driver code, is_running_on_xen and HYPERVISOR_ioremap have to be used as valid feature. Thus we modified like this. Doesn't the below do what you need w/o breaking the CONFIG_XEN=n build?

Re: [Xen-ia64-devel] PV-on-HVM driver for IPF

2006-08-28 Thread Alex Williamson
All 3 ia64 patches from this thread are now applied. Thanks, Alex -- Alex Williamson HP Open Source Linux Org. ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com

Re: [Xen-ia64-devel] PV-on-HVM driver for IPF

2006-08-27 Thread Alex Williamson
On Sat, 2006-08-26 at 14:45 +0900, 土肥 実久 wrote: -/* Copy existing grant table shared into new page */ +/* Copy existing grant table new page */ if (o_grant_shared) { memcpy((void *)d-grant_table-shared, (void *)o_grant_shared, PAGE_SIZE * nr_frames);

Re: [Xen-ia64-devel] PV-on-HVM driver for IPF

2006-08-27 Thread Doi . Tsunehisa
Hi, You (alex.williamson) said: On Sat, 2006-08-26 at 14:45 +0900, $Be.d9(B wrote: -/* Copy existing grant table shared into new page */ +/* Copy existing grant table new page */ if (o_grant_shared) { memcpy((void *)d-grant_table-shared, (void

Re: [Xen-ia64-devel] PV-on-HVM driver for IPF

2006-08-27 Thread DOI Tsunehisa
[EMAIL PROTECTED] wrote: You (alex.williamson) said: On Sat, 2006-08-26 at 14:45 +0900, 絎箙 wrote: -/* Copy existing grant table shared into new page */ +/* Copy existing grant table new page */ if (o_grant_shared) { memcpy((void *)d-grant_table-shared,

Re: [Xen-ia64-devel] PV-on-HVM driver for IPF

2006-08-27 Thread Alex Williamson
On Mon, 2006-08-28 at 08:35 +0900, [EMAIL PROTECTED] wrote: In PV-on-HVM driver code, is_running_on_xen and HYPERVISOR_ioremap have to be used as valid feature. Thus we modified like this. Doesn't the below do what you need w/o breaking the CONFIG_XEN=n build? It's important to keep

Re: [Xen-ia64-devel] PV-on-HVM driver for IPF

2006-08-25 Thread Tristan Gingold
Le Vendredi 25 Août 2006 01:47, [EMAIL PROTECTED] a écrit : Hi Tristan, Thank you for your comment. You (Tristan.Gingold) said: I will post patches of PV-on-HVM for IPF. We wrote the patch under this consideration: * Expand hvm_op hypercall + Introduce

Re: [Xen-ia64-devel] PV-on-HVM driver for IPF

2006-08-25 Thread Doi . Tsunehisa
Hi, You (Tristan.Gingold) said: I will post patches of PV-on-HVM for IPF. We wrote the patch under this consideration: * Expand hvm_op hypercall + Introduce HVMOP_setup_shared_info_page - A page allocated on HVM-guest OS is swapped original shared_info page with this

Re: [Xen-ia64-devel] PV-on-HVM driver for IPF

2006-08-25 Thread DOI Tsunehisa
I'll post new xen-hyper.patch3 whitch was modified. Thanks, -- Tsunehisa Doi [EMAIL PROTECTED] wrote: +if (likely(IS_XEN_HEAP_FRAME(virt_to_page(pgaddr { +free_domheap_page(virt_to_page(pgaddr)); +free_xenheap_page((void *)pgaddr); +

Re: [Xen-ia64-devel] PV-on-HVM driver for IPF

2006-08-25 Thread DOI Tsunehisa
Sorry, I didn't cleanup about indent. I'll repost new xen-hyper.patch4. Thanks, -- Tsunehisa Doi DOI Tsunehisa wrote: I'll post new xen-hyper.patch3 whitch was modified. Thanks, -- Tsunehisa Doi [EMAIL PROTECTED] wrote: +if

Re: [Xen-ia64-devel] PV-on-HVM driver for IPF

2006-08-25 Thread 土肥 実久
Hi Alex, Alex Williamson wrote: On Fri, 2006-08-25 at 17:44 +0900, DOI Tsunehisa wrote: Sorry, I didn't cleanup about indent. I'll repost new xen-hyper.patch4. Applied. The other patches in the original set touch a lot of common files. I think it would be preferable to

Re: [Xen-ia64-devel] PV-on-HVM driver for IPF

2006-08-24 Thread Tristan Gingold
Le Jeudi 24 Août 2006 15:14, DOI Tsunehisa a écrit : Hi all, Hi, I will post patches of PV-on-HVM for IPF. We wrote the patch under this consideration: * Expand hvm_op hypercall + Introduce HVMOP_setup_shared_info_page - A page allocated on HVM-guest OS is swapped

Re: [Xen-ia64-devel] PV-on-HVM driver for IPF

2006-08-24 Thread Doi . Tsunehisa
Hi Tristan, Thank you for your comment. You (Tristan.Gingold) said: I will post patches of PV-on-HVM for IPF. We wrote the patch under this consideration: * Expand hvm_op hypercall + Introduce HVMOP_setup_shared_info_page - A page allocated on HVM-guest OS is swapped

Re: [Xen-ia64-devel] PV-on-HVM driver for IPF

2006-08-24 Thread DOI Tsunehisa
Hi, I'll post a new xen-hyper.patch2, whitch is modified about parameter checking. [EMAIL PROTECTED] wrote: Hi Tristan, Thank you for your comment. You (Tristan.Gingold) said: I will post patches of PV-on-HVM for IPF. We wrote the patch under this consideration: * Expand