[PATCH v2 0/2] ppc/pnv.c: add a friendly warning when accel=kvm is used

Daniel Henrique Barboza posted 2 patches 2 years, 4 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211130133153.444601-1-danielhb413@gmail.com
Maintainers: "Cédric Le Goater" <clg@kaod.org>
docs/system/ppc/powernv.rst | 13 +++++++++++++
hw/ppc/pnv.c                |  5 +++++
2 files changed, 18 insertions(+)
[PATCH v2 0/2] ppc/pnv.c: add a friendly warning when accel=kvm is used
Posted by Daniel Henrique Barboza 2 years, 4 months ago
Hi,

In this version a documentation patch was added to explain
our motivations to officially disable KVM accel in the powernv
machine.

Changes from v1:
- added a doc patch
- v1 link: https://lists.gnu.org/archive/html/qemu-devel/2021-11/msg05207.html 

Daniel Henrique Barboza (2):
  ppc/pnv.c: add a friendly warning when accel=kvm is used
  docs/system/ppc/powernv.rst: document KVM support status

 docs/system/ppc/powernv.rst | 13 +++++++++++++
 hw/ppc/pnv.c                |  5 +++++
 2 files changed, 18 insertions(+)

-- 
2.31.1


Re: [PATCH v2 0/2] ppc/pnv.c: add a friendly warning when accel=kvm is used
Posted by Cédric Le Goater 2 years, 4 months ago
On 11/30/21 14:31, Daniel Henrique Barboza wrote:
> Hi,
> 
> In this version a documentation patch was added to explain
> our motivations to officially disable KVM accel in the powernv
> machine.

Applied to ppc-next.

Thanks,

C.