From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [PATCH 0/2] Move more code to softmmu/
Date: Tue, 6 Oct 2020 05:19:20 -0400 [thread overview]
Message-ID: <20201006091922.331832-1-pbonzini@redhat.com> (raw)
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
next reply other threads:[~2020-10-06 9:21 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-06 9:19 Paolo Bonzini [this message]
2020-10-06 9:19 ` [PATCH 1/2] softmmu: move more files to softmmu/ 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201006091922.331832-1-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).