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:
65231e2
)
maru_board: do not initialize unnecessary devices.
21/21721/1
author
SeokYeon Hwang
<syeon.hwang@samsung.com>
Wed, 21 May 2014 08:45:13 +0000
(17:45 +0900)
committer
SeokYeon Hwang
<syeon.hwang@samsung.com>
Tue, 27 May 2014 02:07:42 +0000
(11:07 +0900)
Change-Id: I2832f8c73dbb406aff28a1d7dda6b77b9d4ef34b
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 1595cc4cb559e688be1c8b2bdf7f5bd87a38c934..7a33d803568f1b011d220b3860281aee42378179 100644
(file)
--- a/
tizen/src/hw/maru_board.c
+++ b/
tizen/src/hw/maru_board.c
@@
-162,7
+162,12
@@
static QEMUMachine maru_x86_machine = {
.desc = "Maru Board (x86)",
.init = maru_x86_board_init,
.hot_add_cpu = pc_hot_add_cpu,
- .default_machine_opts = "firmware=bios-256k.bin"
+ .no_parallel = 1,
+ .no_floppy = 1,
+ .no_cdrom = 1,
+ .no_sdcard = 1,
+ .default_machine_opts = "firmware=bios-256k.bin",
+ .default_boot_order = "c",
};
static void maru_machine_init(void)