Re: [Qemu-devel] [patch v5 7/8] memory: introduce tls context to record nested dma

2012-11-04 Thread liu ping fan
On Mon, Oct 29, 2012 at 4:51 PM, Paolo Bonzini wrote: > Il 29/10/2012 00:48, Liu Ping Fan ha scritto: >> Signed-off-by: Liu Ping Fan >> --- >> cpus.c|3 ++ >> exec.c| 58 >> + >> qemu-thread.h |8 +++ >> vl.c

Re: [Qemu-devel] [patch v5 7/8] memory: introduce tls context to record nested dma

2012-11-04 Thread liu ping fan
On Fri, Nov 2, 2012 at 6:39 PM, Jan Kiszka wrote: > On 2012-10-29 00:48, Liu Ping Fan wrote: >> Signed-off-by: Liu Ping Fan >> --- >> cpus.c|3 ++ >> exec.c| 58 >> + >> qemu-thread.h |8 +++ >> vl.c

Re: [Qemu-devel] [patch v5 7/8] memory: introduce tls context to record nested dma

2012-11-02 Thread Jan Kiszka
On 2012-10-29 00:48, Liu Ping Fan wrote: > Signed-off-by: Liu Ping Fan > --- > cpus.c|3 ++ > exec.c| 58 > + > qemu-thread.h |8 +++ > vl.c |1 + > 4 files changed, 70 insertions(+), 0 deletions(-

Re: [Qemu-devel] [patch v5 7/8] memory: introduce tls context to record nested dma

2012-10-29 Thread Paolo Bonzini
Il 29/10/2012 00:48, Liu Ping Fan ha scritto: > Signed-off-by: Liu Ping Fan > --- > cpus.c|3 ++ > exec.c| 58 > + > qemu-thread.h |8 +++ > vl.c |1 + > 4 files changed, 70 insertions(+), 0 deleti

[Qemu-devel] [patch v5 7/8] memory: introduce tls context to record nested dma

2012-10-28 Thread Liu Ping Fan
Signed-off-by: Liu Ping Fan --- cpus.c|3 ++ exec.c| 58 + qemu-thread.h |8 +++ vl.c |1 + 4 files changed, 70 insertions(+), 0 deletions(-) diff --git a/cpus.c b/cpus.c index 191cbf5..e67d80f 100