qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Move more code to softmmu/
@ 2020-10-06  9:19 Paolo Bonzini
  2020-10-06  9:19 ` [PATCH 1/2] softmmu: move more files " Paolo Bonzini
  2020-10-06  9:19 ` [PATCH 2/2] exec: split out non-softmmu-specific parts Paolo Bonzini
  0 siblings, 2 replies; 14+ messages in thread
From: Paolo Bonzini @ 2020-10-06  9:19 UTC (permalink / raw)
  To: qemu-devel

This small series moves more files to the softmmu/ directory.
Patch 1 covers files that can be moved completely, while
patch 2 splits exec.c into common and softmmu parts.

Based-on: <20201006072947.487729-1-pbonzini@redhat.com>

Paolo Bonzini (2):
  softmmu: move more files to softmmu/
  exec: split out non-softmmu-specific parts

 MAINTAINERS                              |   4 +-
 cpu.c                                    | 452 ++++++++++++++++++++++
 include/exec/cpu-common.h                |   3 +
 meson.build                              |  12 +-
 bootdevice.c => softmmu/bootdevice.c     |   0
 device_tree.c => softmmu/device_tree.c   |   0
 dma-helpers.c => softmmu/dma-helpers.c   |   0
 softmmu/meson.build                      |  11 +
 exec.c => softmmu/physmem.c              | 454 +----------------------
 qdev-monitor.c => softmmu/qdev-monitor.c |   0
 qemu-seccomp.c => softmmu/qemu-seccomp.c |   0
 tpm.c => softmmu/tpm.c                   |   0
 12 files changed, 476 insertions(+), 460 deletions(-)
 create mode 100644 cpu.c
 rename bootdevice.c => softmmu/bootdevice.c (100%)
 rename device_tree.c => softmmu/device_tree.c (100%)
 rename dma-helpers.c => softmmu/dma-helpers.c (100%)
 rename exec.c => softmmu/physmem.c (91%)
 rename qdev-monitor.c => softmmu/qdev-monitor.c (100%)
 rename qemu-seccomp.c => softmmu/qemu-seccomp.c (100%)
 rename tpm.c => softmmu/tpm.c (100%)

-- 
2.26.2



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

end of thread, other threads:[~2020-10-08 12:43 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-06  9:19 [PATCH 0/2] Move more code to softmmu/ Paolo Bonzini
2020-10-06  9:19 ` [PATCH 1/2] softmmu: move more files " Paolo Bonzini
2020-10-06  9:34   ` Philippe Mathieu-Daudé
2020-10-06  9:38     ` Philippe Mathieu-Daudé
2020-10-06  9:43   ` BALATON Zoltan via
2020-10-06  9:54     ` Paolo Bonzini
2020-10-06 10:02       ` Philippe Mathieu-Daudé
2020-10-06  9:19 ` [PATCH 2/2] exec: split out non-softmmu-specific parts Paolo Bonzini
2020-10-06  9:44   ` Philippe Mathieu-Daudé
2020-10-08  7:47   ` Claudio Fontana
2020-10-08  7:56     ` Paolo Bonzini
2020-10-08 11:02       ` Claudio Fontana
2020-10-08 11:36         ` Paolo Bonzini
2020-10-08 12:42           ` Claudio Fontana

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).