|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v2 15/29] tools/libs/light: add backend type for 9pfs PV devices
On Fri, Nov 10, 2023 at 11:09 AM Juergen Gross <jgross@xxxxxxxx> wrote:
> diff --git a/tools/libs/light/libxl_types.idl
> b/tools/libs/light/libxl_types.idl
> index 7d8bd5d216..82565c4c10 100644
> --- a/tools/libs/light/libxl_types.idl
> +++ b/tools/libs/light/libxl_types.idl
> @@ -150,6 +150,12 @@ libxl_nic_type = Enumeration("nic_type", [
> (2, "VIF"),
> ])
>
> +libxl_p9_type = Enumeration("p9_type", [
> + (0, "unknown"),
> + (1, "qemu"),
> + (2, "xen_9pfsd"),
> + ])
> +
FYI, these IDL changes will require golang binding regeneration.
(Maybe we shouldn't have generated code checked in...)
Regards,
Jason
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |