[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 7/9] xenctx: Support arm64.
On Fri, 2013-03-15 at 15:30 +0000, Ian Jackson wrote: > Ian Campbell writes ("[PATCH 7/9] xenctx: Support arm64."): > > I also nuked some stray ia64 support while I was here. > > Doesn't arm64 have some more registers ? Yes, which would matter except: #elif defined(__arm__) static void print_ctx(vcpu_guest_context_any_t *ctx) { /* XXX: properly implement this */ print_symbol(0); } #endif Ahem.... I expect it wouldn't run on arm64 due to this missing symbol. I also missed a whole load of other ia64 remnants in here. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |