Re: [Qemu-devel] [PATCH] cputlb: remove dead function tlb_update_dirty

2013-09-03 Thread Peter Maydell
On 3 September 2013 09:35, Andreas Färber wrote: > I also don't understand why qemu-trivial is suddenly picking up Stefan's > arm translation patch, it used to be for unmaintained areas only. But > arm is not my problem. Yeah, I wasn't expecting that either. But I'd reviewed it and it wasn't a bi

Re: [Qemu-devel] [PATCH] cputlb: remove dead function tlb_update_dirty

2013-09-03 Thread Paolo Bonzini
Il 03/09/2013 10:35, Andreas Färber ha scritto: > Am 03.09.2013 09:22, schrieb Paolo Bonzini: >> Il 03/09/2013 09:05, liguang ha scritto: >>> Signed-off-by: liguang >>> --- >>> cputlb.c | 15 --- >>> 1 files changed, 0 insertions(+), 15 deletions(-) >>> >>> diff --git a/cputlb.c b/c

Re: [Qemu-devel] [PATCH] cputlb: remove dead function tlb_update_dirty

2013-09-03 Thread Andreas Färber
Am 03.09.2013 09:22, schrieb Paolo Bonzini: > Il 03/09/2013 09:05, liguang ha scritto: >> Signed-off-by: liguang >> --- >> cputlb.c | 15 --- >> 1 files changed, 0 insertions(+), 15 deletions(-) >> >> diff --git a/cputlb.c b/cputlb.c >> index 977c0ca..08e50e0 100644 >> --- a/cputlb.

Re: [Qemu-devel] [PATCH] cputlb: remove dead function tlb_update_dirty

2013-09-03 Thread Paolo Bonzini
Il 03/09/2013 09:05, liguang ha scritto: > Signed-off-by: liguang > --- > cputlb.c | 15 --- > 1 files changed, 0 insertions(+), 15 deletions(-) > > diff --git a/cputlb.c b/cputlb.c > index 977c0ca..08e50e0 100644 > --- a/cputlb.c > +++ b/cputlb.c > @@ -169,21 +169,6 @@ static inli

[Qemu-devel] [PATCH] cputlb: remove dead function tlb_update_dirty

2013-09-03 Thread liguang
Signed-off-by: liguang --- cputlb.c | 15 --- 1 files changed, 0 insertions(+), 15 deletions(-) diff --git a/cputlb.c b/cputlb.c index 977c0ca..08e50e0 100644 --- a/cputlb.c +++ b/cputlb.c @@ -169,21 +169,6 @@ static inline ram_addr_t qemu_ram_addr_from_host_nofail(void *ptr)