[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v8 00/12] ppc: support for the XIVE interrupt co
From: |
David Gibson |
Subject: |
Re: [Qemu-devel] [PATCH v8 00/12] ppc: support for the XIVE interrupt controller (POWER9) |
Date: |
Mon, 17 Dec 2018 16:29:02 +1100 |
User-agent: |
Mutt/1.10.1 (2018-07-13) |
On Tue, Dec 11, 2018 at 11:38:11PM +0100, Cédric Le Goater wrote:
> Hello,
>
> Here is the version 8 of the QEMU models adding support for the XIVE
> interrupt controller to the sPAPR machine, under TCG only. KVM support
> will be proposed in an other patchset, along with the KVM XIVE device
> patchset, so will PowerNV.
>
> The most important changes for sPAPR are the introduction of a 'ic-mode'
> machine option to select the interrupt mode of the machine and the fix
> for CPU hotplug.
I've applied 1-6, I have some minor comments on 7, still reviewing the
remainder.
We also need to fix that Windows build bug - I'm planning to fold /
insert that fix into the series so as not to break bisection.
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
signature.asc
Description: PGP signature
- Re: [Qemu-devel] [PATCH v8 09/12] spapr: set the interrupt presenter at reset, (continued)