git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
refactor: add a async read/write variant to device ops, with allow async io to be...
[lunaix-os.git]
/
lunaix-os
/
makeinc
/
qemu.mkinc
diff --git
a/lunaix-os/makeinc/qemu.mkinc
b/lunaix-os/makeinc/qemu.mkinc
index b7c9aec4318f943c7436e9eee336c5617005ea95..1e8673f780885be071f8decca8bebf663b84cdb3 100644
(file)
--- a/
lunaix-os/makeinc/qemu.mkinc
+++ b/
lunaix-os/makeinc/qemu.mkinc
@@
-10,9
+10,7
@@
get_qemu_options = -s -S -m 1G \
-d trace:ide_dma_cb \
-vga std,retrace=precise \
-serial telnet::12345,server,nowait\
-d trace:ide_dma_cb \
-vga std,retrace=precise \
-serial telnet::12345,server,nowait\
- -drive id=disk,file="machine/disk0.vdi",if=none \
-drive id=cdrom,file="$(1)",readonly=on,if=none,format=raw \
-device ahci,id=ahci \
-drive id=cdrom,file="$(1)",readonly=on,if=none,format=raw \
-device ahci,id=ahci \
- -device ide-hd,drive=disk,bus=ahci.0 \
- -device ide-cd,drive=cdrom,bus=ahci.1 \
+ -device ide-cd,drive=cdrom,bus=ahci.0 \
-monitor telnet::$(QEMU_MON_PORT),server,nowait &
\ No newline at end of file
-monitor telnet::$(QEMU_MON_PORT),server,nowait &
\ No newline at end of file