Fixes: a7b8b414c893 ("tools: Prepare jailhouse-cell-linux for non-x86
                      support")

Signed-off-by: Jan Kiszka <[email protected]>
---
 tools/jailhouse-cell-linux | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/jailhouse-cell-linux b/tools/jailhouse-cell-linux
index 73aa1ac..8d528c1 100755
--- a/tools/jailhouse-cell-linux
+++ b/tools/jailhouse-cell-linux
@@ -268,11 +268,11 @@ paths as needed):\n\
 jailhouse cell create %s\n\
 jailhouse cell load %s linux-loader.bin -a 0x%x %s -a 0x%x ' %
               (args.config.name, config.name, self.loader_address(),
-               args.kernel.name, zero_page.kernel_load_addr),
+               args.kernel.name, self._zero_page.kernel_load_addr),
               end='')
         if args.initrd:
-            print('%s -a 0x%x ' %
-                  (args.initrd.name, zero_page.setup_header.ramdisk_image),
+            print('%s -a 0x%x ' % (args.initrd.name,
+                                   self._zero_page.setup_header.ramdisk_image),
                   end='')
         print('%s -a 0x%x' % (args.write_params.name, arch.params_address()))
         print('jailhouse cell start %s' % config.name)
-- 
2.1.4

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to