|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] [PATCH][TOOLS] Reducingimpactofdomainsave/restore/dump o
> Put the Linux definition in xc_linux.c. Put a default dummy
> implementation
> in xc_private.c with __attribute__ ((weak)). If you have only a
> function
> prototype in xc_private.h then you won't need -D_GNU_SOURCE for
> xcutil/Makefile.
This wont quite work -- xc_private.c isn't part of libxenguest which
includes save/restore which needs the function... that's why I made it
inline in xc_private.h which is included everywhere...
/simgr
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|