Re: [PATCH 02/33] qemu_domain.c: add PowerNV machine helpers

2022-01-21 Thread Peter Krempa
On Thu, Jan 20, 2022 at 10:52:05 -0300, Daniel Henrique Barboza wrote: > The PowerNV (Power Non-Virtualized) QEMU ppc64 machine is the emulation > of a bare-metal IBM Power host. It follows the OPAL (OpenPower > Abstration Layer) API/ABI, most specifically Skiboot [1]. For now, > Libvirt has suppo

[PATCH 02/33] qemu_domain.c: add PowerNV machine helpers

2022-01-20 Thread Daniel Henrique Barboza
The PowerNV (Power Non-Virtualized) QEMU ppc64 machine is the emulation of a bare-metal IBM Power host. It follows the OPAL (OpenPower Abstration Layer) API/ABI, most specifically Skiboot [1]. For now, Libvirt has support for the pSeries QEMU machine, which is the emulation of a logical partition