Re: [Qemu-devel] [PATCH v6 0/6] Support arm-gic-kvm save/restore

2014-02-04 Thread Christoffer Dall
On Tue, Feb 04, 2014 at 08:09:52PM +, Peter Maydell wrote: > On 4 February 2014 20:07, Christoffer Dall > wrote: > > On Tue, Feb 04, 2014 at 07:56:27PM +, Peter Maydell wrote: > >> Thanks; I've applied 1-5 to target-arm.next. > >> (Incidentally you could make my job a little easier by kee

Re: [Qemu-devel] [PATCH v6 0/6] Support arm-gic-kvm save/restore

2014-02-04 Thread Peter Maydell
On 4 February 2014 20:07, Christoffer Dall wrote: > On Tue, Feb 04, 2014 at 07:56:27PM +, Peter Maydell wrote: >> Thanks; I've applied 1-5 to target-arm.next. >> (Incidentally you could make my job a little easier by keeping >> the 'changes between v3 and v4' commentary after the '---' line >>

Re: [Qemu-devel] [PATCH v6 0/6] Support arm-gic-kvm save/restore

2014-02-04 Thread Christoffer Dall
On Tue, Feb 04, 2014 at 07:56:27PM +, Peter Maydell wrote: > On 3 February 2014 00:55, Christoffer Dall > wrote: > > On Sun, Feb 02, 2014 at 11:31:33PM +, Peter Maydell wrote: > >> On 2 February 2014 23:17, Christoffer Dall > >> wrote: > >> > The patches depend on the device control pat

Re: [Qemu-devel] [PATCH v6 0/6] Support arm-gic-kvm save/restore

2014-02-04 Thread Peter Maydell
On 3 February 2014 00:55, Christoffer Dall wrote: > On Sun, Feb 02, 2014 at 11:31:33PM +, Peter Maydell wrote: >> On 2 February 2014 23:17, Christoffer Dall >> wrote: >> > The patches depend on the device control patch series sent out earlier, >> > but is currently waiting on arm64 headers u

Re: [Qemu-devel] [PATCH v6 0/6] Support arm-gic-kvm save/restore

2014-02-02 Thread Christoffer Dall
On Sun, Feb 02, 2014 at 11:31:33PM +, Peter Maydell wrote: > On 2 February 2014 23:17, Christoffer Dall > wrote: > > Implement support to save/restore the ARM KVM VGIC state from the > > kernel. The basic appraoch is to transfer state from the in-kernel VGIC > > to the emulated arm-gic state

Re: [Qemu-devel] [PATCH v6 0/6] Support arm-gic-kvm save/restore

2014-02-02 Thread Peter Maydell
On 2 February 2014 23:17, Christoffer Dall wrote: > Implement support to save/restore the ARM KVM VGIC state from the > kernel. The basic appraoch is to transfer state from the in-kernel VGIC > to the emulated arm-gic state representation and let the standard QEMU > vmstate save/restore handle sa

[Qemu-devel] [PATCH v6 0/6] Support arm-gic-kvm save/restore

2014-02-02 Thread Christoffer Dall
Implement support to save/restore the ARM KVM VGIC state from the kernel. The basic appraoch is to transfer state from the in-kernel VGIC to the emulated arm-gic state representation and let the standard QEMU vmstate save/restore handle saving the arm-gic state. Restore works by reversing the pro