Re: [Qemu-devel] [PATCH 0/4] target-sparc: Update to use VMStateDescription

2015-08-18 Thread Mark Cave-Ayland
On 14/08/15 13:15, Artyom Tarasenko wrote: Hi Artyom, > Hi Mark, > > On Fri, Aug 14, 2015 at 12:37 AM, Mark Cave-Ayland > wrote: >> On 10/08/15 13:34, Peter Maydell wrote: >> >>> This patchset updates target-sparc to use VMStateDescription >>> rather than hand-written save/load functions. (This

Re: [Qemu-devel] [PATCH 0/4] target-sparc: Update to use VMStateDescription

2015-08-18 Thread Artyom Tarasenko
Hi Mark, On Mon, Aug 17, 2015 at 8:22 PM, Mark Cave-Ayland wrote: > On 14/08/15 13:15, Artyom Tarasenko wrote: > > Hi Artyom, > >> Hi Mark, >> >> On Fri, Aug 14, 2015 at 12:37 AM, Mark Cave-Ayland >> wrote: >>> On 10/08/15 13:34, Peter Maydell wrote: >>> This patchset updates target-sparc t

Re: [Qemu-devel] [PATCH 0/4] target-sparc: Update to use VMStateDescription

2015-08-14 Thread Artyom Tarasenko
Hi Mark, On Fri, Aug 14, 2015 at 12:37 AM, Mark Cave-Ayland wrote: > On 10/08/15 13:34, Peter Maydell wrote: > >> This patchset updates target-sparc to use VMStateDescription >> rather than hand-written save/load functions. (This and CRIS >> are the last two targets still using the old approach.)

Re: [Qemu-devel] [PATCH 0/4] target-sparc: Update to use VMStateDescription

2015-08-14 Thread Peter Maydell
On 13 August 2015 at 23:37, Mark Cave-Ayland wrote: > On 10/08/15 13:34, Peter Maydell wrote: > >> This patchset updates target-sparc to use VMStateDescription >> rather than hand-written save/load functions. (This and CRIS >> are the last two targets still using the old approach.) >> >> It's base

Re: [Qemu-devel] [PATCH 0/4] target-sparc: Update to use VMStateDescription

2015-08-13 Thread Mark Cave-Ayland
On 10/08/15 13:34, Peter Maydell wrote: > This patchset updates target-sparc to use VMStateDescription > rather than hand-written save/load functions. (This and CRIS > are the last two targets still using the old approach.) > > It's based on some patches from back in 2012 by Juan which > I've upd

[Qemu-devel] [PATCH 0/4] target-sparc: Update to use VMStateDescription

2015-08-10 Thread Peter Maydell
This patchset updates target-sparc to use VMStateDescription rather than hand-written save/load functions. (This and CRIS are the last two targets still using the old approach.) It's based on some patches from back in 2012 by Juan which I've updated, rebased and made some tweaks to. This is a mig