Re: [PATCH v3 0/5] KVM ARM64 Migration Fixes

2015-03-14 Thread Christoffer Dall
Hi Alex and Marc, On Fri, Mar 13, 2015 at 05:02:51PM +, Alex Bennée wrote: > Some fairly minor updates from the last series I sent out: > > - Re-based on v4.0-rc3 > - Use KVM_MP_STATE_STOPPED instead of KVM_MP_STATE_HALTED > - Some minor textual tidy ups on commit msgs and comments >

[PATCH v3 0/5] KVM ARM64 Migration Fixes

2015-03-13 Thread Alex Bennée
Some fairly minor updates from the last series I sent out: - Re-based on v4.0-rc3 - Use KVM_MP_STATE_STOPPED instead of KVM_MP_STATE_HALTED - Some minor textual tidy ups on commit msgs and comments - Move the re-factored vgic_queue_irq_to_lr to before the active changes The branch I've be