[Qemu-devel] [PATCH v5 0/2] docs: Improve sample configuration files

Andrea Bolognani posted 2 patches 7 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1486575331-14455-1-git-send-email-abologna@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
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
[Qemu-devel] [PATCH v5 0/2] docs: Improve sample configuration files
Posted by Andrea Bolognani 7 years, 2 months ago
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