From: Ian Campbell Date: Thu, 19 Aug 2010 14:21:29 +0000 (+0100) Subject: libxl: build info bootloader{,_args} are not const. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~11603 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=252af5a1a0f8f94b440795c298178ca12be8112e;p=xen.git libxl: build info bootloader{,_args} are not const. [PATCH 07 of 16 of libxl: autogenerate type definitions and destructor functions] Signed-off-by: Ian Campbell Signed-off-by: Ian Jackson --- diff --git a/tools/libxl/libxl.idl b/tools/libxl/libxl.idl index e3cca5a8de..6bb2a2f05f 100644 --- a/tools/libxl/libxl.idl +++ b/tools/libxl/libxl.idl @@ -112,8 +112,8 @@ libxl_domain_build_info = Struct("domain_build_info",[ ])), ("pv", "!%s", Struct(None, [("slack_memkb", uint32), - ("bootloader", string, True), - ("bootloader_args", string, True), + ("bootloader", string), + ("bootloader_args", string), ("cmdline", string), ("ramdisk", libxl_file_reference), ("features", string, True),