|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH 02 of 32] tools: libxl: hide selection of device-
Ian Campbell writes ("[Xen-devel] [PATCH 02 of 32] tools: libxl: hide selection
of device-model by default"):
> + switch (info->device_model_version) {
> + case 1:
> + dm = libxl__abs_path(gc, "qemu-dm", libxl_libexec_path());
> + break;
> + case 2:
> + dm = libxl__strdup(gc, "/usr/bin/qemu");
> + break;
case LIBXL_DEVICE_MODEL_VERSION_* surely ?
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH 05 of 32] tools: libxl: move all enum values into the libxl namespace, (continued)
- [Xen-devel] [PATCH 05 of 32] tools: libxl: move all enum values into the libxl namespace, Ian Campbell
- [Xen-devel] [PATCH 09 of 32] tools: libxl: add libxl_domid to IDL, Ian Campbell
- [Xen-devel] [PATCH 20 of 32] tools: ocaml: rename the build_info types and functions, Ian Campbell
- [Xen-devel] [PATCH 18 of 32] tools: ocaml: remove the domain_make and domain_build functions since they don't work, Ian Campbell
- [Xen-devel] [PATCH 07 of 32] tools: libxl: namespace enum values within their type, Ian Campbell
- [Xen-devel] [PATCH 16 of 32] tools: ocaml: rename the vkb types and functions, Ian Campbell
- [Xen-devel] [PATCH 22 of 32] tools: ocaml: rename the physinfo types and functions, Ian Campbell
- [Xen-devel] [PATCH 24 of 32] tools: ocaml: rename the topology types and functions, Ian Campbell
- [Xen-devel] [PATCH 26 of 32] tools: libxl: remove Reference meta-type from IDL, Ian Campbell
- [Xen-devel] [PATCH 02 of 32] tools: libxl: hide selection of device-model by default, Ian Campbell
- Re: [Xen-devel] [PATCH 02 of 32] tools: libxl: hide selection of device-model by default,
Ian Jackson <=
- [Xen-devel] [PATCH 27 of 32] tools: libxl: reduce number of integer types in the IDL, Ian Campbell
- [Xen-devel] [PATCH 29 of 32] tools: ocaml: remove create_info and build_info data types from xl bindings, Ian Campbell
- [Xen-devel] [PATCH 25 of 32] tools: libxl: remove libxl_domain_build_state from the IDL, Ian Campbell
- [Xen-devel] [PATCH 30 of 32] tools: ocaml: tweak whitespace in preparation for autogenerating xl bindings, Ian Campbell
- [Xen-devel] [PATCH 28 of 32] tools: ocaml: reorder xl bindings type and function definitions to match IDL, Ian Campbell
- [Xen-devel] [PATCH 31 of 32] tools: ocaml: lay ground work for auto generating xl datatypes, Ian Campbell
- [Xen-devel] [PATCH 32 of 32] tools: ocaml: autogenerate xl datatype definitions and ocaml<->C conversion, Ian Campbell
|
|
|
|
|