[PATCH 0/8] Support VGIC save/restore using device control API

2013-08-23 Thread Christoffer Dall
Implement save/restore of the VGIC state using the newer KVM Device Control API. This requries some number of changes to existing code in addition to actually supporting save/restore of the necessary state. The first patches (01-03) support creating the VGIC using the Device Control API. This ch

Re: [PATCH 0/8] Support VGIC save/restore using device control API

2013-08-25 Thread Alexander Graf
On 23.08.2013, at 20:19, Christoffer Dall wrote: > Implement save/restore of the VGIC state using the newer KVM Device > Control API. This requries some number of changes to existing code in > addition to actually supporting save/restore of the necessary state. > > The first patches (01-03) sup