Re: [libvirt] [PATCH 2/2] qemu: Add support for pseries 'host-model' machine parameter

2019-10-09 Thread Fabiano Rosas
Daniel P. Berrangé writes: > On Tue, Oct 08, 2019 at 01:46:57PM -0300, Fabiano Rosas wrote: >> Since QEMU v4.0.0, the host's model is no longer automatically exposed >> to the guest via /proc/device-tree/host-model. There is now a machine >> option 'host-model' that allows an arbitrary string to

Re: [libvirt] [PATCH 2/2] qemu: Add support for pseries 'host-model' machine parameter

2019-10-09 Thread Daniel P . Berrangé
On Tue, Oct 08, 2019 at 01:46:57PM -0300, Fabiano Rosas wrote: > Since QEMU v4.0.0, the host's model is no longer automatically exposed > to the guest via /proc/device-tree/host-model. There is now a machine > option 'host-model' that allows an arbitrary string to be used as the > host model [1].

[libvirt] [PATCH 2/2] qemu: Add support for pseries 'host-model' machine parameter

2019-10-09 Thread Fabiano Rosas
Since QEMU v4.0.0, the host's model is no longer automatically exposed to the guest via /proc/device-tree/host-model. There is now a machine option 'host-model' that allows an arbitrary string to be used as the host model [1]. This patch adds support for exposing the real host model string from