qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/5] move user-exec, tcg-runtime, atomic_template.h to accel/tcg/
@ 2017-09-11 21:33 Philippe Mathieu-Daudé
  2017-09-11 21:33 ` [Qemu-devel] [PATCH v2 1/5] tcg: Move softmmu_template.h to the accel/tcg/ folder Philippe Mathieu-Daudé
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-09-11 21:33 UTC (permalink / raw)
  To: Paolo Bonzini, Richard Henderson, Peter Crosthwaite, Thomas Huth
  Cc: Philippe Mathieu-Daudé, qemu-devel

As suggested by Paolo:

  That part of tcg/tcg-runtime.c probably should be moved to user-exec.c,
  and user-exec.c should in turn be in accel/tcg.

in http://lists.nongnu.org/archive/html/qemu-devel/2017-07/msg03657.html

also update MAINTAINERS accordingly.

Regards,

Phil.

Philippe Mathieu-Daudé (4):
  tcg: move user-exec
  tcg: move tcg-runtime to accel/tcg/
  tcg: move atomic_template.h to accel/tcg/
  tcg: restrict i386 regs definitions

Thomas Huth (1):
  tcg: Move softmmu_template.h to the accel/tcg/ folder

 Makefile.target                                    |  6 +++---
 atomic_template.h => accel/tcg/atomic_template.h   |  0
 softmmu_template.h => accel/tcg/softmmu_template.h |  0
 {tcg => accel/tcg}/tcg-runtime.h                   |  0
 {tcg => accel/tcg}/tcg-runtime.c                   |  0
 user-exec-stub.c => accel/tcg/user-exec-stub.c     |  0
 user-exec.c => accel/tcg/user-exec.c               | 18 +++++++++---------
 MAINTAINERS                                        |  4 +---
 accel/tcg/Makefile.objs                            |  4 ++++
 9 files changed, 17 insertions(+), 15 deletions(-)
 rename atomic_template.h => accel/tcg/atomic_template.h (100%)
 rename softmmu_template.h => accel/tcg/softmmu_template.h (100%)
 rename {tcg => accel/tcg}/tcg-runtime.h (100%)
 rename {tcg => accel/tcg}/tcg-runtime.c (100%)
 rename user-exec-stub.c => accel/tcg/user-exec-stub.c (100%)
 rename user-exec.c => accel/tcg/user-exec.c (100%)

Based-on: 20170911204936.5020-1-f4bug@amsat.org

-- 
2.14.1

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-09-12 18:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-11 21:33 [Qemu-devel] [PATCH v2 0/5] move user-exec, tcg-runtime, atomic_template.h to accel/tcg/ Philippe Mathieu-Daudé
2017-09-11 21:33 ` [Qemu-devel] [PATCH v2 1/5] tcg: Move softmmu_template.h to the accel/tcg/ folder Philippe Mathieu-Daudé
2017-09-11 21:33 ` [Qemu-devel] [PATCH v2 2/5] tcg: move user-exec to accel/tcg/ Philippe Mathieu-Daudé
2017-09-11 21:33 ` [Qemu-devel] [PATCH v2 3/5] tcg: move tcg-runtime " Philippe Mathieu-Daudé
2017-09-11 21:47   ` Paolo Bonzini
2017-09-11 21:33 ` [Qemu-devel] [PATCH v2 4/5] tcg: move atomic_template.h " Philippe Mathieu-Daudé
2017-09-11 21:33 ` [Qemu-devel] [PATCH v2 5/5] tcg: restrict i386 regs definitions Philippe Mathieu-Daudé
2017-09-11 21:44   ` Kamil Rytarowski
2017-09-11 22:13     ` Philippe Mathieu-Daudé
2017-09-11 22:37       ` Kamil Rytarowski
2017-09-12 18:22 ` [Qemu-devel] [PATCH v2 0/5] move user-exec, tcg-runtime, atomic_template.h to accel/tcg/ Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).