[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 25/29] tools/libxl: Stream v2 format
On Wed, 2014-09-10 at 18:11 +0100, Andrew Cooper wrote: > +#define ROUNDUP(_x,_w) (((unsigned long)(_x)+(1UL<<(_w))-1) & > ~((1UL<<(_w))-1)) I thought we ended up with a common version of this somewhere, but I can't find it now. > + > +#define EMULATOR_UNKNOWN 0x00000000U > +#define EMULATOR_QEMU_TRADITIONAL 0x00000001U > +#define EMULATOR_QEMU_UPSTREAM 0x00000002U > + > +#define RESTORE_STREAM_IDENT 0x4c6962786c466d74UL Does this compile without warnings for 32-bit? Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |