Fix compilation error on maru_board.c tizen_qemu_1.6
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 29 Oct 2013 02:35:12 +0000 (11:35 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 29 Oct 2013 02:35:12 +0000 (11:35 +0900)
A xen_hvm_init() function prototype is modified.

Change-Id: I6ec43199ddb65db591bedea8c89db6d46010daf0
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
tizen/src/hw/maru_board.c

index 3058c6d4702db468bbc88c3ef1e68d49a1e6608c..d0cc541444f6d6a42c9cc8d7859ba00dc12c8bce 100644 (file)
@@ -144,7 +144,7 @@ static void maru_x86_machine_init(MemoryRegion *system_memory,
 #endif
     struct winsys_interface *vigs_wsi = NULL;
 
-    if (xen_enabled() && xen_hvm_init() != 0) {
+    if (xen_enabled() && xen_hvm_init(&ram_memory) != 0) {
         fprintf(stderr, "xen hardware virtual machine initialisation failed\n");
         exit(1);
     }