[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] libxl: write IO ABI for disk frontends
On Wed, 2013-04-24 at 12:33 +0100, Wei Liu wrote: > On Wed, Apr 24, 2013 at 10:24:57AM +0100, Ian Campbell wrote: > > On Wed, 2013-04-24 at 10:08 +0100, Roger Pau Monnà wrote: > > > On 23/04/13 22:25, Wei Liu wrote: > > > > +#if defined (__i386__) || (__x86_64__) > > > > > > I would prefer to get the guest type (x86 or arm) from libxc if possible > > > and use that instead of a define, different compilers tend to have > > > different names for this macros. > > > > By pushing the logic down into libxc we can put the implementation in > > xc_dom_x86.c and a stub in xc_dom_arm.c and get this behaviour without > > the ifdefs. > > > > xc_dom_*.c is for domain builder, is it really the right place to put > generic domain control / information query functions? It's sort of consistent because its the domain builder which currently knows about the native protocol and returns it when building. e.g. those files contain the xc_dom_arch datastructures which map from guest type to native protocol. > I would prefer creating new files called xc_domain_x86.c and > xc_domain_arm.c. > > > Wei. > > > Ian. > > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |