]> xenbits.xensource.com Git - xen.git/commitdiff
tools/libxl: Fix ARM build
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 8 Feb 2021 14:36:32 +0000 (14:36 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 8 Feb 2021 14:36:32 +0000 (14:36 +0000)
Fixes: 804fe751375 ("tools/libxl: pass libxl__domain_build_state to libxl__arch_domain_create")
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/libs/light/libxl_arm.c

index 8c4eda3caf8ddcfc0230ecd196f3c8d08545fd96..5e2a209a8bdf439118218923d7af3da1a342d2c8 100644 (file)
@@ -128,7 +128,7 @@ int libxl__arch_domain_save_config(libxl__gc *gc,
 
 int libxl__arch_domain_create(libxl__gc *gc,
                               libxl_domain_config *d_config,
-                              ibxl__domain_build_state *state,
+                              libxl__domain_build_state *state,
                               uint32_t domid)
 {
     return 0;