Re: [Qemu-devel] [PATCH v1 5/6] a9mpcore: remove old_timer_status field

2013-02-18 Thread Peter Crosthwaite
On Tue, Feb 19, 2013 at 4:40 AM, Peter Maydell wrote: > On 8 February 2013 04:03, Peter Crosthwaite > wrote: >> This field was write only and thus unused. Removed. >> >> Signed-off-by: Peter Crosthwaite >> @@ -198,11 +194,10 @@ static int a9mp_priv_init(SysBusDevice *dev) >> >> static const VMS

Re: [Qemu-devel] [PATCH v1 5/6] a9mpcore: remove old_timer_status field

2013-02-18 Thread Peter Maydell
On 8 February 2013 04:03, Peter Crosthwaite wrote: > This field was write only and thus unused. Removed. > > Signed-off-by: Peter Crosthwaite > @@ -198,11 +194,10 @@ static int a9mp_priv_init(SysBusDevice *dev) > > static const VMStateDescription vmstate_a9mp_priv = { > .name = "a9mpcore_pr

[Qemu-devel] [PATCH v1 5/6] a9mpcore: remove old_timer_status field

2013-02-07 Thread Peter Crosthwaite
This field was write only and thus unused. Removed. Signed-off-by: Peter Crosthwaite --- hw/a9mpcore.c | 11 +++ 1 files changed, 3 insertions(+), 8 deletions(-) diff --git a/hw/a9mpcore.c b/hw/a9mpcore.c index 6520c24..4523074 100644 --- a/hw/a9mpcore.c +++ b/hw/a9mpcore.c @@ -16,7