]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Add support for setting the TSEG size
authorMartin Kletzander <mkletzan@redhat.com>
Thu, 10 May 2018 21:37:18 +0000 (23:37 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Fri, 8 Jun 2018 08:28:46 +0000 (10:28 +0200)
commitd60b730b48c58425b879751fdb468c4e27b8442d
treefb07fe27f5eb7854cca3aa5e192fe335ffcf9448
parent3ea32b635dee46dfcd93d19778bf789d858860f6
qemu: Add support for setting the TSEG size

The default is stable per machine type so there should be no need to keep that.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1469338

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
tests/qemuxml2argvdata/tseg-explicit-size.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/tseg-explicit-size.xml [new file with mode: 0644]
tests/qemuxml2argvdata/tseg-i440fx.xml [new file with mode: 0644]
tests/qemuxml2argvdata/tseg-invalid-size.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmloutdata/tseg-explicit-size.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/tseg-old-machine-type.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/tseg.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c