Re: [Qemu-devel] [PATCH 05/14] linuxload: id_change was a write only variable

2011-06-10 Thread Peter Maydell
On 2 June 2011 12:53, Juan Quintela wrote: > > Signed-off-by: Juan Quintela Reviewed-by: Peter Maydell It does seem a bit odd that we were carefully calculating this flag and then ignoring it, but I guess we just have to treat the reason as lost in the mists of time (as you say, according to t

[Qemu-devel] [PATCH 05/14] linuxload: id_change was a write only variable

2011-06-02 Thread Juan Quintela
Signed-off-by: Juan Quintela --- linux-user/linuxload.c | 25 + 1 files changed, 1 insertions(+), 24 deletions(-) diff --git a/linux-user/linuxload.c b/linux-user/linuxload.c index ac8c486..62ebc7e 100644 --- a/linux-user/linuxload.c +++ b/linux-user/linuxload.c @@ -26