|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] Re: [PATCH 12/12] xen: import arch generic part of xenc
On Fri, Mar 28, 2008 at 01:09:48PM -0700, Jeremy Fitzhardinge wrote:
> Isaku Yamahata wrote:
> >On xen/ia64 and xen/powerpc hypercall arguments are passed by pseudo
> >physical address (guest physical address) so that it's necessary to
> >convert from virtual address into pseudo physical address. The frame
> >work is called xencomm.
> >Import arch generic part of xencomm.
> >
> >Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
> >---
> > drivers/xen/Makefile | 1 +
> > drivers/xen/xencomm.c | 232
> > +++++++++++++++++++++++++++++++++++++++
> > include/xen/interface/xencomm.h | 41 +++++++
> > include/xen/xencomm.h | 77 +++++++++++++
> >
>
> There's no Kconfig for this.
>
> What ends up using xencomm? Could we defer adding it until there's an
> in-tree user?
We are in a dilemma.
ia64/xen needs xencomm so that it needs common xencomm code.
However merging common xencomm code needs the real user i.e. ia64/xen.
Another user of xencomm is powerpc/xen which isn't merged into
upstream. So another choice would be
- put the file into ia64 specific directory and
merge the file through linux-ia64.
When another user appears (possibly powerpc/xen),
move the file into common place (drivers/xen).
We're now struggling for ia64/xen domU merge, so we want to make
ia64/xen domU patch series as small as possible.
Putting the file into drivers/xen is desirable for that.
However either way is ok.
Which way do you want (putting common dir or ia64 specfic dir)?
thanks,
--
yamahata
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-ia64-devel] [PATCH 00/12] Xen arch portability patches (take 4), Isaku Yamahata
- [Xen-ia64-devel] [PATCH 04/12] xen: add missing definitions in include/xen/interface/vcpu.h which ia64/xen needs, Isaku Yamahata
- [Xen-ia64-devel] [PATCH 01/12] xen: add missing __HYPERVISOR_arch_[0-7] definisions which ia64 needs., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 02/12] xen: add missing VIRQ_ARCH_[0-7] definitions which ia64/xen needs., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 03/12] xen: add missing definitions for xen grant table which ia64/xen needs., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 05/12] xen: move features.c from arch/x86/xen/features.c to drivers/xen., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 06/12] xen: Move events.c to drivers/xen for IA64/Xen support., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 07/12] Xen: Make events.c portable for ia64/xen support., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 12/12] xen: import arch generic part of xencomm., Isaku Yamahata
- Message not available
- [Xen-ia64-devel] Re: [PATCH 12/12] xen: import arch generic part of xencomm.,
Isaku Yamahata <=
- [Xen-ia64-devel] [PATCH 08/12] xen: add resend_irq_on_evtchn() definition into events.c., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 09/12] xen: make include/xen/page.h portable moving those definitions under asm dir., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 10/12] xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed one., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 11/12] xen: make grant table arch portable., Isaku Yamahata
|
|
|
|
|