target-i386-desc.rst.inc 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. The QEMU PC System emulator simulates the following peripherals:
  2. - i440FX host PCI bridge and PIIX3 PCI to ISA bridge
  3. - Cirrus CLGD 5446 PCI VGA card or dummy VGA card with Bochs VESA
  4. extensions (hardware level, including all non standard modes).
  5. - PS/2 mouse and keyboard
  6. - 2 PCI IDE interfaces with hard disk and CD-ROM support
  7. - Floppy disk
  8. - PCI and ISA network adapters
  9. - Serial ports
  10. - IPMI BMC, either and internal or external one
  11. - Creative SoundBlaster 16 sound card
  12. - ENSONIQ AudioPCI ES1370 sound card
  13. - Intel 82801AA AC97 Audio compatible sound card
  14. - Intel HD Audio Controller and HDA codec
  15. - Adlib (OPL2) - Yamaha YM3812 compatible chip
  16. - Gravis Ultrasound GF1 sound card
  17. - CS4231A compatible sound card
  18. - PC speaker
  19. - PCI UHCI, OHCI, EHCI or XHCI USB controller and a virtual USB-1.1
  20. hub.
  21. SMP is supported with a large number of virtual CPUs (upper limit is
  22. configuration dependent).
  23. QEMU uses the PC BIOS from the Seabios project and the Plex86/Bochs LGPL
  24. VGA BIOS.
  25. QEMU uses YM3812 emulation by Tatsuyuki Satoh.
  26. QEMU uses GUS emulation (GUSEMU32 http://www.deinmeister.de/gusemu/) by
  27. Tibor \"TS\" Schütz.
  28. Note that, by default, GUS shares IRQ(7) with parallel ports and so QEMU
  29. must be told to not have parallel ports to have working GUS.
  30. .. parsed-literal::
  31. |qemu_system_x86| dos.img -device gus -parallel none
  32. Alternatively:
  33. .. parsed-literal::
  34. |qemu_system_x86| dos.img -device gus,irq=5
  35. Or some other unclaimed IRQ.
  36. CS4231A is the chip used in Windows Sound System and GUSMAX products
  37. The PC speaker audio device can be configured using the pcspk-audiodev
  38. machine property, i.e.
  39. .. parsed-literal::
  40. |qemu_system_x86| some.img \
  41. -audiodev <backend>,id=<name> \
  42. -machine pcspk-audiodev=<name>
  43. Machine-specific options
  44. ~~~~~~~~~~~~~~~~~~~~~~~~
  45. It supports the following machine-specific options:
  46. - ``x-south-bridge=PIIX3|piix4-isa`` (Experimental option to select a particular
  47. south bridge. Default: ``PIIX3``)