]> git.proxmox.com Git - mirror_qemu.git/commit - python/qemu/machine/machine.py
python/qemu: Add args property to the QEMUMachine class
authorWainer dos Santos Moschetta <wainersm@redhat.com>
Fri, 30 Apr 2021 13:34:12 +0000 (10:34 -0300)
committerCleber Rosa <crosa@redhat.com>
Tue, 13 Jul 2021 17:24:38 +0000 (13:24 -0400)
commit555fe0c2a8d5c8a9b6dbf17670018cc2d8f062b3
tree46def08e5e690aa116a32ec51ad129523b37f525
parent2d14975963b831701363a1153a0db97dc19e0d2e
python/qemu: Add args property to the QEMUMachine class

This added the args property to QEMUMachine so that users of the class
can access and handle the list of arguments to be given to the QEMU
binary.

Reviewed-by: Cleber Rosa <crosa@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Message-Id: <20210430133414.39905-6-wainersm@redhat.com>
Signed-off-by: Cleber Rosa <crosa@redhat.com>
python/qemu/machine/machine.py