Re: [Qemu-devel] [PATCH] pc.c: better error message on initrd sizing failure

2014-02-05 Thread Michael S. Tsirkin
On Sun, Feb 02, 2014 at 08:46:35PM +, Peter Maydell wrote: > On 2 February 2014 20:46, Michael S. Tsirkin wrote: > > Signed-off-by: Michael S. Tsirkin > > --- > > hw/i386/pc.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/hw/i386/pc.c b/hw/i386/pc.c > > i

Re: [Qemu-devel] [PATCH] pc.c: better error message on initrd sizing failure

2014-02-02 Thread Peter Maydell
On 2 February 2014 20:46, Michael S. Tsirkin wrote: > Signed-off-by: Michael S. Tsirkin > --- > hw/i386/pc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/hw/i386/pc.c b/hw/i386/pc.c > index 348b15f..e715a33 100644 > --- a/hw/i386/pc.c > +++ b/hw/i386/pc.c > @@ -83

[Qemu-devel] [PATCH] pc.c: better error message on initrd sizing failure

2014-02-02 Thread Michael S. Tsirkin
Signed-off-by: Michael S. Tsirkin --- hw/i386/pc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/i386/pc.c b/hw/i386/pc.c index 348b15f..e715a33 100644 --- a/hw/i386/pc.c +++ b/hw/i386/pc.c @@ -835,8 +835,8 @@ static void load_linux(FWCfgState *fw_cfg, init