Re: [Qemu-devel] [PATCH 09/10] exec: remove unused variable

2011-06-26 Thread Stefan Hajnoczi
On Sun, Jun 26, 2011 at 12:08 PM, Michael S. Tsirkin wrote: > On Tue, Jun 14, 2011 at 08:36:26PM +0300, Michael S. Tsirkin wrote: >> Signed-off-by: Michael S. Tsirkin > > Any comments on this one? Juan Quintela's "exec: last_first_tb was only used in !ONLY_USER case" patch is equivalent and the

Re: [Qemu-devel] [PATCH 09/10] exec: remove unused variable

2011-06-26 Thread Michael S. Tsirkin
On Tue, Jun 14, 2011 at 08:36:26PM +0300, Michael S. Tsirkin wrote: > Signed-off-by: Michael S. Tsirkin Any comments on this one? > --- > exec.c |4 > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/exec.c b/exec.c > index 81808f4..b784f08 100644 > --- a/exec.c > +++

[Qemu-devel] [PATCH 09/10] exec: remove unused variable

2011-06-14 Thread Michael S. Tsirkin
Signed-off-by: Michael S. Tsirkin --- exec.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/exec.c b/exec.c index 81808f4..b784f08 100644 --- a/exec.c +++ b/exec.c @@ -1207,12 +1207,16 @@ static inline void tb_alloc_page(TranslationBlock *tb,