notes:qemu
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| notes:qemu [2026/01/10 07:17] – [Other Stuff] azman | notes:qemu [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Qemu Stuff ====== | ||
| - | |||
| - | [[https:// | ||
| - | |||
| - | ===== Useful Notes ===== | ||
| - | |||
| - | * change tty in the guest os running on qemu with ALT + left or right arrows | ||
| - | |||
| - | ===== QEMU console ===== | ||
| - | |||
| - | To get this (compatmonitor0: | ||
| - | |||
| - | To switch '' | ||
| - | |||
| - | To get information on block devices available, type < | ||
| - | |||
| - | To change virtual CD image, type < | ||
| - | |||
| - | ===== Virtual Disks ===== | ||
| - | |||
| - | To create 15G disk image: < | ||
| - | |||
| - | To convert from VBox disk image: < | ||
| - | |||
| - | To convert **from** raw disk image: < | ||
| - | |||
| - | To convert **to** raw disk image: < | ||
| - | |||
| - | ===== Other Stuff ===== | ||
| - | |||
| - | //just dumping this here for now...// | ||
| - | |||
| - | < | ||
| - | |||
| - | qemu-system-i386 -m 1536 -boot order=c, | ||
| - | |||
| - | qemu-system-i386 -m 1536 -boot order=c -hda WinXP.qcow2 | ||
| - | |||
| - | qemu-system-i386 -monitor stdio -enable-kvm -m 1536M WinXP.qcow2 | ||
| - | |||
| - | to get pure vga (640x480) old games on windows xp? | ||
| - | -vga cirrus | ||
| - | |||
| - | default is | ||
| - | # -net nic -net user | ||
| - | nic: enables network card | ||
| - | user: sets up virtual subnet (dhcp: 10.0.2.15{guest} 10.0.2.2{host}) | ||
| - | |||
| - | # -net nic -net user, | ||
| - | # -name "MY1 VM" | ||
| - | |||
| - | # -redir tcp: | ||
| - | |||
| - | qemu-system-i386 -soundhw help | ||
| - | |||
| - | qemu-system-i386 -soundhw sb16 | ||
| - | qemu-system-i386 -soundhw all | ||
| - | |||
| - | 3d graphics | ||
| - | |||
| - | -vga virtio -display sdl,gl=on | ||
| - | -vga virtio -display gtk,gl=on | ||
| - | |||
| - | qemu-system-i386 -m 1536 -boot order=c, | ||
| - | |||
| - | qemu-img convert -O qcow2 image.qcow2 image_small.qcow2 | ||
| - | qemu-img convert -O qcow2 -c image.qcow2 image_smaller.qcow2 | ||
| - | </ | ||
notes/qemu.1768000650.txt.gz · Last modified: by azman
