refactor: add a async read/write variant to device ops, with allow async io to be...
[lunaix-os.git] / lunaix-os / makeinc / qemu.mkinc
index 12d21b8cbcb79b93a20ae80996a8a08ce055a432..1e8673f780885be071f8decca8bebf663b84cdb3 100644 (file)
@@ -8,10 +8,9 @@ get_qemu_options = -s -S -m 1G \
                                -no-shutdown \
                                -d cpu_reset \
                                -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 \
-                               -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