diff options
author | SeokYeon Hwang <syeon.hwang@samsung.com> | 2014-12-11 13:45:24 +0900 |
---|---|---|
committer | SeokYeon Hwang <syeon.hwang@samsung.com> | 2014-12-11 13:45:24 +0900 |
commit | 6d818c2dee2f1c1d39c363bdcb88dfeb2fe5f0c4 (patch) | |
tree | 97b7b3aed62544bfe7872917a109f16b4f967ce9 | |
parent | 5cba849e739778b8d7c63d290a60af67c4a2f8ba (diff) | |
download | qemu-6d818c2dee2f1c1d39c363bdcb88dfeb2fe5f0c4.tar.gz qemu-6d818c2dee2f1c1d39c363bdcb88dfeb2fe5f0c4.tar.bz2 qemu-6d818c2dee2f1c1d39c363bdcb88dfeb2fe5f0c4.zip |
emulator: registered maru_board as a PC machine
Change-Id: I5db11add1abb9f6308bbcbd7d27b608a84397509
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
-rw-r--r-- | tizen/src/hw/maru_board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tizen/src/hw/maru_board.c b/tizen/src/hw/maru_board.c index 3d0b079290..a45d1251ea 100644 --- a/tizen/src/hw/maru_board.c +++ b/tizen/src/hw/maru_board.c @@ -75,7 +75,7 @@ static QEMUMachine maru_x86_machine = { static void maru_machine_init(void) { - qemu_register_machine(&maru_x86_machine); + qemu_register_pc_machine(&maru_x86_machine); } machine_init(maru_machine_init); |