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 85fd982d892a2f710ae1d8debbca0c2048710c3d..1e8673f780885be071f8decca8bebf663b84cdb3 100644
(file)
--- a/
lunaix-os/makeinc/qemu.mkinc
+++ b/
lunaix-os/makeinc/qemu.mkinc
@@
-8,10
+8,9
@@
get_qemu_options = -s -S -m 1G \
-no-shutdown \
-d cpu_reset \
-d trace:ide_dma_cb \
-no-shutdown \
-d cpu_reset \
-d trace:ide_dma_cb \
- -
serial tcp::12345,server,nowait
\
- -
drive id=disk,file="machine/disk0.vdi",if=none
\
+ -
vga std,retrace=precise
\
+ -
serial telnet::12345,server,nowait
\
-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