The previous version of this series, that only included the first of the two patches, has already been reviewed by Gerd, but since it's not been pushed yet I figured I would post this as a full new series instead of an incremental improvement over the previous one.
The big difference compared to the previous version is that sample configuration files are now provided for the mach-virt machine type. There are some small improvements to the q35 sample configuration files as well, which are documented fully in the relevant patch. I'm adding Laszlo to CC:, so he can point out any inaccurate statement I might have made about AAVMF. Andrea Bolognani (2): q35: Improve sample configuration files mach-virt: Provide sample configuration files docs/mach-virt-graphical.cfg | 245 ++++++++++++++++++++++++++++++++++++++ docs/mach-virt-serial.cfg | 234 +++++++++++++++++++++++++++++++++++++ docs/q35-chipset.cfg | 152 ------------------------ docs/q35-emulated.cfg | 265 ++++++++++++++++++++++++++++++++++++++++++ docs/q35-virtio-graphical.cfg | 229 ++++++++++++++++++++++++++++++++++++ docs/q35-virtio-serial.cfg | 201 ++++++++++++++++++++++++++++++++ 6 files changed, 1174 insertions(+), 152 deletions(-) create mode 100644 docs/mach-virt-graphical.cfg create mode 100644 docs/mach-virt-serial.cfg delete mode 100644 docs/q35-chipset.cfg create mode 100644 docs/q35-emulated.cfg create mode 100644 docs/q35-virtio-graphical.cfg create mode 100644 docs/q35-virtio-serial.cfg -- 2.7.4
