|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] xen/tools: Introduce QNX IFS loader
Hi Oleksandr, Thank you for your patch. On 19/08/14 10:51, Oleksandr Tyshchenko wrote: Add ability to load QNX IFS image. Based on IPL code (U-Boot for QNX). Do you have any link to the IPL code? Such as commit ID... Also, is there any website to explain the QNX IFS image? [..] diff --git a/tools/libxc/xc_dom_qnxifsloader.c b/tools/libxc/xc_dom_qnxifsloader.c [..] +static uint32_t image_addr; All the below functions can be called concurrently for different domains. I would add a new field in xc_dom_image. Coding style: for ( ... ) AFAIU, QNX loader is only for 32 bits guest, right?You are casting on multiple place 32 bits address to a pointer. This won't work on ARM64. Even though you are targeting 32 bits, you still have to make this code working on ARM64. [..] Coding style: if ( ... ) Regards, -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |