[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] libxl: change default QEMU machine to pc-i440fx-1.6
On Tue, 2014-06-03 at 14:38 +0100, Stefano Stabellini wrote: > Given that the VM config file exports a soundhw paramter, ... as a string. That sounds like a libxl API mistake to me. libxl should take an enum for this sort of thing. Then xl should parse whatever strings it likes (including specific string needed for backward compatibility) into the appropriate enum values and libxl should generate the correct corresponding qemu options for whichever version it is using. libxl will need to keep the existing string field alongside the new enum field for API compatibility, I suppose it will also need to parse some legacy values into the enum itself, those probably equate to whatever qemu -soundhw used to accept. Icky, but not insurmountable, I think. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |