On Wed, May 31, 2017 at 11:25:40 -0400, Farhan Ali wrote:
Introduce a new QEMU capability for loadparm and if the capability
is
supported by QEMU then append the loadparm value to "-machine" string
of qemu command line.
Also add test cases for loadparm.
Signed-off-by: Farhan Ali <alifm(a)linux.vnet.ibm.com>
Reviewed-by: Bjoern Walk <bwalk(a)linux.vnet.ibm.com>
Reviewed-by: Boris Fiuczynski <fiuczy(a)linux.vnet.ibm.com>
Reviewed-by: Marc Hartmayer <mhartmay(a)linux.vnet.ibm.com>
---
Please split the addition of the capabilities data into a separate
patch since the data chunk is huge.