QEMU: Difference between revisions

no edit summary
[unchecked revision][unchecked revision]
m (capitalize Virtio)
No edit summary
Line 1:
{{Tone}}
{{Emulators}}
 
==Features==
* Two operating modes: full system emulation (which interests usosdevers) and Linux user process emulation (which interests other people who want to emulate applications) and is a NxM platform emulator (multiple host, multiple targets).
* It is faster than [[Bochs]] because it uses 'just in time' code compilation technique (allowing reuse of previous interpretation)
* Provides native [[GDB]] support and you can attach it to [[GDB]]/[[DDD]] by adding the "-s -S" switches to the command line and from the [[GDB]] window start the debugging session with <code>target remote :1234</code> if QEMU is waiting on local port 1234.
Anonymous user