
21 Jan
2022
21 Jan
'22
8:44 a.m.
On Thu, Jan 20, 2022 at 10:52:06 -0300, Daniel Henrique Barboza wrote:
Both pSeries and PowerNV machines don't have floppy device support.
qemuDomainMachineIsPSeries() can be turned into static since it's now unused outside of qemu_domain.c.
Preferably don't bundle two not related changes into one commit.
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com> --- src/qemu/qemu_capabilities.c | 4 ++-- src/qemu/qemu_domain.c | 2 +- src/qemu/qemu_domain.h | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-)
With the commits split: Reviewed-by: Peter Krempa <pkrempa@redhat.com>