Re: [Qemu-devel] [PATCH] tcg: move atomic_template.h to accel/tcg/

2017-09-11 Thread Philippe Mathieu-Daudé
On 11.07.2017 20:55, Philippe Mathieu-Daudé wrote: Signed-off-by: Philippe Mathieu-Daudé --- same as Thomas previous patch. this file had no entry in MAINTAINERS. atomic_template.h => accel/tcg/atomic_template.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename atomic_template.h

Re: [Qemu-devel] [PATCH] tcg: move atomic_template.h to accel/tcg/

2017-09-11 Thread Paolo Bonzini
On 07/09/2017 11:30, Thomas Huth wrote: > On 13.07.2017 13:35, Paolo Bonzini wrote: >> On 12/07/2017 07:52, Thomas Huth wrote: >>> On 11.07.2017 20:55, Philippe Mathieu-Daudé wrote: Signed-off-by: Philippe Mathieu-Daudé --- same as Thomas previous patch. this file had no entry in MA

Re: [Qemu-devel] [PATCH] tcg: move atomic_template.h to accel/tcg/

2017-09-07 Thread Thomas Huth
On 13.07.2017 13:35, Paolo Bonzini wrote: > On 12/07/2017 07:52, Thomas Huth wrote: >> On 11.07.2017 20:55, Philippe Mathieu-Daudé wrote: >>> Signed-off-by: Philippe Mathieu-Daudé >>> --- >>> same as Thomas previous patch. this file had no entry in MAINTAINERS. >>> >>> atomic_template.h => accel/

Re: [Qemu-devel] [PATCH] tcg: move atomic_template.h to accel/tcg/

2017-07-13 Thread Paolo Bonzini
On 12/07/2017 07:52, Thomas Huth wrote: > On 11.07.2017 20:55, Philippe Mathieu-Daudé wrote: >> Signed-off-by: Philippe Mathieu-Daudé >> --- >> same as Thomas previous patch. this file had no entry in MAINTAINERS. >> >> atomic_template.h => accel/tcg/atomic_template.h | 0 >> 1 file changed, 0 in

Re: [Qemu-devel] [PATCH] tcg: move atomic_template.h to accel/tcg/

2017-07-11 Thread Thomas Huth
On 11.07.2017 20:55, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé > --- > same as Thomas previous patch. this file had no entry in MAINTAINERS. > > atomic_template.h => accel/tcg/atomic_template.h | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > rename atomic_te

[Qemu-devel] [PATCH] tcg: move atomic_template.h to accel/tcg/

2017-07-11 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- same as Thomas previous patch. this file had no entry in MAINTAINERS. atomic_template.h => accel/tcg/atomic_template.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename atomic_template.h => accel/tcg/atomic_template.h (100%) diff --git a/atom