[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 01/13] xsplice: Design document (v5).
Hey, I applied all your comments.. > >+The `struct xen_xsplice_status` structure contains an status of payload > >which includes: > >+ > >+ * `status` - whether it has been: > >+ * *XSPLICE_STATUS_LOADED* (1) has been loaded. > >+ * *XSPLICE_STATUS_CHECKED* (2) the ELF payload safety checks passed. > > The ELF safety checks are done during load. At this stage we don't have any > checks yet so I'm not sure what will go here. > The one thing that I am not too crazy about is that the upload operation takes a long time. As in, we allocate memory, parse it, then load it, free some memory ,etc. I am thinking that perhaps of doing that synchronously we schedule an tasklet that will do that. And hence an payload will move from LOADED (or UPLOADED?) to CHECKED from a tasklet? That can solve also the problem of somebody (ahem) having 'sync_console com1=9600 loglvl=all' and with us parsing - it taking way too long. Let me see what is involved in this. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |