projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ccd288
)
libxl: build info bootloader{,_args} are not const.
author
Ian Campbell
<ian.campbell@citrix.com>
Thu, 19 Aug 2010 14:21:29 +0000
(15:21 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Thu, 19 Aug 2010 14:21:29 +0000
(15:21 +0100)
[PATCH 07 of 16 of
libxl: autogenerate type definitions and destructor functions]
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl.idl
patch
|
blob
|
history
diff --git
a/tools/libxl/libxl.idl
b/tools/libxl/libxl.idl
index e3cca5a8def0934603cf9ddf1bc819da3322653a..6bb2a2f05f2ca73e05ab4a8c1c99ce620ceb6c7c 100644
(file)
--- 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),