projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df696fe
)
Fix compilation error on maru_board.c
author
SeokYeon Hwang
<syeon.hwang@samsung.com>
Tue, 29 Oct 2013 02:35:12 +0000
(11:35 +0900)
committer
SeokYeon Hwang
<syeon.hwang@samsung.com>
Thu, 7 Nov 2013 04:48:38 +0000
(13:48 +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
patch
|
blob
|
history
diff --git
a/tizen/src/hw/maru_board.c
b/tizen/src/hw/maru_board.c
index 3058c6d4702db468bbc88c3ef1e68d49a1e6608c..d0cc541444f6d6a42c9cc8d7859ba00dc12c8bce 100644
(file)
--- a/
tizen/src/hw/maru_board.c
+++ b/
tizen/src/hw/maru_board.c
@@
-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);
}