[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-ia64-devel] Re: PATCH[2/2]: Self IO EMUlator - tools part
Hi Tristan, On Tue, 2008-02-12 at 07:00 +0100, tgingold@xxxxxxx wrote: > @@ -232,7 +244,19 @@ int arch_setup_bootearly(struct xc_dom_i > DECLARE_DOMCTL; > int rc; > > - xc_dom_printf("%s: setup firmware\n", __FUNCTION__); > + xc_dom_printf("%s: setup firmware for %s\n", __FUNCTION__, > dom->guest_type); > + > + if (dom->guest_type && strcmp (dom->guest_type, "hvm-3.0-ia64") > == 0) { > + memset(&domctl, 0, sizeof(domctl)); > + domctl.u.arch_setup.flags = XEN_DOMAINSETUP_hvmstub_guest; > + domctl.u.arch_setup.bp = 0; > + domctl.u.arch_setup.maxmem = 0; > + domctl.cmd = XEN_DOMCTL_arch_setup; > + domctl.domain = dom->guest_domid; > + rc = xc_domctl(dom->guest_xc, &domctl); > + xc_dom_printf("%s: hvm-3.0-ia64: %d\n", __FUNCTION__, rc); > + return rc; > + } > > rc = ia64_setup_memmap(dom); > if (rc) > XEN_DOMAINSETUP_sioemu_guest? hvmstub_guest doesn't exist. Also, could you provide an example config file for an sioemu guest? Thanks, Alex -- Alex Williamson HP Open Source & Linux Org. _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ia64-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |