Re: [RFC PATCH v2 0/4] arm/arm64: vgic-new: Implement API for vGICv3 live migration

2016-08-12 Thread Vijay Kilari
On Thu, Aug 11, 2016 at 1:15 PM, Peter Maydell wrote: > On 11 August 2016 at 06:29, Vijay Kilari wrote: >> On Tue, Aug 9, 2016 at 5:22 PM, Peter Maydell >> wrote: >>> On 9 August 2016 at 11:58, wrote: From: Vijaya Kumar K This patchset adds API for saving and restoring of

Re: [PATCH v2 0/2] KVM: Synchronize KVM devices list access and create ops

2016-08-12 Thread Radim Krčmář
2016-08-09 19:12+0200, Christoffer Dall: > Currently accesses the kvm->devices list is not synchronized by any > mechanism which can potentially lead to data corruption. Further, a > number of the create operations on the individual devices are racy and > would allow creation of multiple devices,