|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [patch 0/6] domain builder patches
Hi Gerd,
Am Donnerstag, 25. Januar 2007 17:19 schrieb Gerd Hoffmann:
> This patchset contains the domain builder rewrite. Main feature beside
> some general code cleanup is support for 32-on-64, i.e. it is possible
> to create non-native domains amd thus mix 32pae and 64bit domains on the
> same machine. The patches come with individual descriptions. The
> patchset depends on the libelf patches posted earlier this week.
>
> cheers,
> Gerd
I tried out the new domain builder on xen-ia64 with my ported mini-os
in big endian mode and the only change I had to do was to define a
second struct xc_dom_arch with the new guest type in xc_dom_ia64.c:
static struct xc_dom_arch xc_dom_arch_ia64_be = {
.guest_type = "xen-3.0-ia64be",
.page_shift = PAGE_SHIFT_IA64,
.alloc_magic_pages = alloc_magic_pages,
.start_info = start_info_ia64,
.shared_info = shared_info_ia64,
.vcpu = vcpu_ia64,
};
With some small patches in the ia64-hypervisor the image got loaded and
startet. Good work ;-).
Thanks.
Dietmar.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- Re: [Xen-devel] [patch 0/6] domain builder patches,
Dietmar Hahn <=
|
|
|
|
|