Re: [Qemu-devel] [PATCH] hw: fix to display correct memory size

2013-08-28 Thread Aurelien Jarno
On Fri, Aug 23, 2013 at 03:57:18PM +0100, Yongbok Kim wrote: > A parenthesis placed inappropriately caused displaying > wrong memory size bigger than 4GB. > > Signed-off-by: Yongbok Kim > --- > hw/mips/mips_malta.c |2 +- > hw/mips/mips_r4k.c|2 +- > hw/ppc/mac_oldworld.c |2 +-

Re: [Qemu-devel] [PATCH] hw: fix to display correct memory size

2013-08-27 Thread Yongbok Kim
dreas Färber Cc: Yongbok Kim; qemu-devel@nongnu.org; Leon Alrae; aurel...@aurel32.net; critian.c...@imgtec.com Subject: Re: [Qemu-devel] [PATCH] hw: fix to display correct memory size On 23.08.2013, at 17:20, Andreas Färber wrote: > Am 23.08.2013 16:57, schrieb Yongbok Kim: >> A pare

Re: [Qemu-devel] [PATCH] hw: fix to display correct memory size

2013-08-25 Thread Alexander Graf
On 23.08.2013, at 17:20, Andreas Färber wrote: > Am 23.08.2013 16:57, schrieb Yongbok Kim: >> A parenthesis placed inappropriately caused displaying >> wrong memory size bigger than 4GB. >> >> Signed-off-by: Yongbok Kim >> --- >> hw/mips/mips_malta.c |2 +- >> hw/mips/mips_r4k.c|2 +

Re: [Qemu-devel] [PATCH] hw: fix to display correct memory size

2013-08-25 Thread Alexander Graf
On 23.08.2013, at 15:57, Yongbok Kim wrote: > A parenthesis placed inappropriately caused displaying > wrong memory size bigger than 4GB. > > Signed-off-by: Yongbok Kim Acked-by: Alexander Graf I think this should easily go in through the qemu-trivial queue. Alex > --- > hw/mips/mips_malt

Re: [Qemu-devel] [PATCH] hw: fix to display correct memory size

2013-08-23 Thread Andreas Färber
Am 23.08.2013 16:57, schrieb Yongbok Kim: > A parenthesis placed inappropriately caused displaying > wrong memory size bigger than 4GB. > > Signed-off-by: Yongbok Kim > --- > hw/mips/mips_malta.c |2 +- > hw/mips/mips_r4k.c|2 +- > hw/ppc/mac_oldworld.c |2 +- > 3 files changed,

[Qemu-devel] [PATCH] hw: fix to display correct memory size

2013-08-23 Thread Yongbok Kim
A parenthesis placed inappropriately caused displaying wrong memory size bigger than 4GB. Signed-off-by: Yongbok Kim --- hw/mips/mips_malta.c |2 +- hw/mips/mips_r4k.c|2 +- hw/ppc/mac_oldworld.c |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/mips/mips_