]> git.proxmox.com Git - mirror_qemu.git/commit
mach-virt: Provide sample configuration files
authorAndrea Bolognani <abologna@redhat.com>
Fri, 17 Feb 2017 10:14:39 +0000 (11:14 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 1 Mar 2017 13:40:40 +0000 (14:40 +0100)
commit166d434685ed6da5db88aca0c0599114e0c54462
tree5f7b6bfe63b7a028ce7565aa50d39c00c156f5cf
parent9ca019c1dd57d53be30d1681f15c2ff8ddd64dbe
mach-virt: Provide sample configuration files

These are very much like the sample configuration files
for q35, and can be used both as documentation and as
a starting point for creating your own guest.

Two sample configuration files are provided:

  * mach-virt-graphical.cfg can be used to start a
    fully-featured (USB, graphical console, etc.)
    guest that uses VirtIO devices;

  * mach-virt-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: Andrew Jones <drjones@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Message-id: 1487326479-8664-3-git-send-email-abologna@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
docs/mach-virt-graphical.cfg [new file with mode: 0644]
docs/mach-virt-serial.cfg [new file with mode: 0644]