[PATCH 14/19] KVM: PPC: Book3S HV: add a control to make the XIVE EQ pages dirty
David Gibson
david at gibson.dropbear.id.au
Tue Feb 5 16:30:58 AEDT 2019
On Mon, Feb 04, 2019 at 04:46:00PM +0100, Cédric Le Goater wrote:
> On 2/4/19 6:18 AM, David Gibson wrote:
> > On Mon, Jan 07, 2019 at 07:43:26PM +0100, Cédric Le Goater wrote:
> >> When the VM is stopped in a migration sequence, the sources are masked
> >> and the XIVE IC is synced to stabilize the EQs. When done, the KVM
> >> ioctl KVM_DEV_XIVE_SAVE_EQ_PAGES is called to mark dirty the EQ pages.
> >>
> >> The migration can then transfer the remaining dirty pages to the
> >> destination and start collecting the state of the devices.
> >
> > Is there a reason to make this a separate step from the SYNC
> > operation?
>
> Hmm, apart from letting QEMU orchestrate the migration step by step, no.
>
> We could merge the SYNC and the SAVE_EQ_PAGES in a single KVM operation.
> I think that should be fine.
I think that makes sense. SYNC is supposed to complete delivery of
any in-flight interrupts, and to me writing to the queue page and
marking it dirty as a result is a logical part of that.
> However, it does not make sense to call this operation without the VM
> being stopped. I wonder how this can checked from KVM. May be we
> can't.
I don't think it matters. qemu is allowed to shoot itself in the
foot.
--
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.ozlabs.org/pipermail/linuxppc-dev/attachments/20190205/bda8d2ce/attachment-0001.sig>
More information about the Linuxppc-dev
mailing list