Re: [Qemu-devel] [PATCH] target-i386: Report on error during cpu_x86_register().

2012-09-02 Thread Don Slutz
Blue Swirl wrote: On Sat, Sep 1, 2012 at 8:47 PM, Don Slutz wrote: Send it to stderr before free of the details. Signed-off-by: Don Slutz --- target-i386/cpu.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/target-i386/cpu.c b/target-i386/cpu.c index 57c064f..5c0

Re: [Qemu-devel] [PATCH] target-i386: Report on error during cpu_x86_register().

2012-09-02 Thread Blue Swirl
On Sat, Sep 1, 2012 at 8:47 PM, Don Slutz wrote: > Send it to stderr before free of the details. > > Signed-off-by: Don Slutz > --- > target-i386/cpu.c |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/target-i386/cpu.c b/target-i386/cpu.c > index 57c064f..5c0fef1 100

[Qemu-devel] [PATCH] target-i386: Report on error during cpu_x86_register().

2012-09-01 Thread Don Slutz
Send it to stderr before free of the details. Signed-off-by: Don Slutz --- target-i386/cpu.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/target-i386/cpu.c b/target-i386/cpu.c index 57c064f..5c0fef1 100644 --- a/target-i386/cpu.c +++ b/target-i386/cpu.c @@ -1352,6 +13