qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2] exec.c: Use tb1->phys_hash_next directly in


From: Wei-Ren Chen
Subject: Re: [Qemu-devel] [PATCH v2] exec.c: Use tb1->phys_hash_next directly in tb_remove
Date: Thu, 20 Dec 2012 09:39:57 +0800
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Dec 18, 2012 at 05:37:53PM +0100, Stefan Hajnoczi wrote:
> On Wed, Nov 21, 2012 at 07:52:48AM +0800, 陳韋任 (Wei-Ren Chen) wrote:
> >   When tb_remove was first commited at fd6ce8f6, there were three different
> > calls pass different names to offsetof. In current codebase, the other two
> > calls are replaced with tb_page_remove. There is no need to have a general
> > tb_remove. Omit passing the third parameter and using tb1->phys_hash_next
> > directly.
> > 
> > Signed-off-by: Chen Wei-Ren <address@hidden>
> > ---
> > 
> > v2: Address Peter's comment.
> >     - place comment used belong tb_remove above tb_phys_invalidate.
> >     - remove unnecessary bracket.
> > 
> >  exec.c |   12 +++++-------
> >  1 files changed, 5 insertions(+), 7 deletions(-)
> 
> Please rebase onto qemu.git/master.

  done. I sent to qemu-trivial this time. :)

-- 
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage: http://people.cs.nctu.edu.tw/~chenwj



reply via email to

[Prev in Thread] Current Thread [Next in Thread]