]> git.proxmox.com Git - mirror_qemu.git/commit
q35: Improve sample configuration files
authorAndrea Bolognani <abologna@redhat.com>
Fri, 17 Feb 2017 10:14:38 +0000 (11:14 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 1 Mar 2017 13:40:40 +0000 (14:40 +0100)
commit9ca019c1dd57d53be30d1681f15c2ff8ddd64dbe
tree9f1339e8c9c9e5b7180bc13720a04a89f71da07f
parente7c83a885f865128ae3cf1946f8cb538b63cbfba
q35: Improve sample configuration files

Instead of having a single sample configuration file,
we now have several:

  * q35-emulated.cfg documents the default devices QEMU
    adds to a q35 guest and the additional devices that
    are pretty much guaranteed to be present in a
    physical q35-based machine;

  * q35-virtio-graphical.cfg can be used to start a
    fully-featured (USB, graphical console, audio, etc.)
    guest that uses VirtIO instead of emulated devices;

  * q35-virtio-serial.cfg is similar but has a minimal
    set of devices and uses the serial console.

All configuration files are fully commented and neatly
organized.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Marcel Apfelbaum <marcel@redhat.com>
Message-id: 1487326479-8664-2-git-send-email-abologna@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
docs/q35-chipset.cfg [deleted file]
docs/q35-emulated.cfg [new file with mode: 0644]
docs/q35-virtio-graphical.cfg [new file with mode: 0644]
docs/q35-virtio-serial.cfg [new file with mode: 0644]