Re: [Qemu-devel] [PATCH] linux-user: Add support for -version option

2011-02-07 Thread Peter Maydell
Ping? On 20 January 2011 03:28, Peter Maydell wrote: > Add support to the linux-user qemu for the -version command line > option, bringing it into line with the system emulation qemu. > > Signed-off-by: Peter Maydell > --- >  linux-user/main.c |   17 + >  1 files changed, 13 inse

[Qemu-devel] [PATCH] linux-user: Add support for -version option

2011-01-19 Thread Peter Maydell
Add support to the linux-user qemu for the -version command line option, bringing it into line with the system emulation qemu. Signed-off-by: Peter Maydell --- linux-user/main.c | 17 + 1 files changed, 13 insertions(+), 4 deletions(-) diff --git a/linux-user/main.c b/linux-us