[Qemu-devel] Re: [patch 02/02] sparc32 use empty_slot for missing RAM v1

2010-04-18 Thread Blue Swirl
Thanks, applied both. On 4/18/10, Artyom Tarasenko wrote: > use empty_slot device for the RAM which is not installed > > Models without ECC don't trap when missing ram is accessed. > > v0->v1 compile only once and fix indentation > > Signed-off-by: Artyom Tarasenko > --- > diff --git a/Make

[Qemu-devel] Re: [patch 02/02] sparc32 use empty_slot for missing RAM

2010-04-16 Thread Blue Swirl
On 4/17/10, Artyom Tarasenko wrote: > use empty_slot device for the RAM which is not installed > > Models without ECC don't trap when missing ram is accessed. > > Signed-off-by: Artyom Tarasenko > --- > Makefile.target |2 +- > hw/sun4m.c |7 ++- > 2 files changed, 7 inser