From: Wei Liu <wei.liu2@citrix.com>
To: xen-devel@lists.xen.org, qemu-devel@nongnu.org
Cc: anthony.perard@citrix.com, Wei Liu <wei.liu2@citrix.com>,
stefano.stabellini@eu.citrix.com
Subject: [Qemu-devel] [PATCH resend 0/3] QEMU/Xen: disentangle PV and HVM in QEMU
Date: Tue, 25 Mar 2014 15:59:52 +0000 [thread overview]
Message-ID: <1395763195-22502-1-git-send-email-wei.liu2@citrix.com> (raw)
This small series disentangles Xen-specific files in QEMU. PV and HVM guests
related files are moved to corresponding locations. Build system is updated to
reflect those changes.
This series was sent back in Jan but fell through the crack. It is now rebased
on current QEMU master and tested with usual Xen building runes. Everything
works as before.
Wei.
Wei Liu (3):
xen: move Xen PV machine files to hw/xenpv
xen: move Xen HVM files under hw/i386/xen
xen: factor out common functions
Makefile.target | 6 +-
hw/i386/Makefile.objs | 2 +-
hw/i386/xen/Makefile.objs | 1 +
hw/i386/xen/xen_apic.c | 97 ++++
hw/i386/xen/xen_platform.c | 450 ++++++++++++++++
hw/i386/xen/xen_pvdevice.c | 135 +++++
hw/i386/xen_domainbuild.c | 299 -----------
hw/i386/xen_domainbuild.h | 13 -
hw/i386/xen_machine_pv.c | 109 ----
hw/xen/Makefile.objs | 1 -
hw/xen/xen_apic.c | 97 ----
hw/xen/xen_platform.c | 450 ----------------
hw/xen/xen_pvdevice.c | 135 -----
hw/xenpv/Makefile.objs | 2 +
hw/xenpv/xen_domainbuild.c | 299 +++++++++++
hw/xenpv/xen_domainbuild.h | 13 +
hw/xenpv/xen_machine_pv.c | 109 ++++
xen-all.c | 1228 --------------------------------------------
xen-common-stub.c | 19 +
xen-common.c | 123 +++++
xen-hvm-stub.c | 66 +++
xen-hvm.c | 1129 ++++++++++++++++++++++++++++++++++++++++
xen-mapcache-stub.c | 39 ++
xen-stub.c | 70 ---
24 files changed, 2487 insertions(+), 2405 deletions(-)
create mode 100644 hw/i386/xen/Makefile.objs
create mode 100644 hw/i386/xen/xen_apic.c
create mode 100644 hw/i386/xen/xen_platform.c
create mode 100644 hw/i386/xen/xen_pvdevice.c
delete mode 100644 hw/i386/xen_domainbuild.c
delete mode 100644 hw/i386/xen_domainbuild.h
delete mode 100644 hw/i386/xen_machine_pv.c
delete mode 100644 hw/xen/xen_apic.c
delete mode 100644 hw/xen/xen_platform.c
delete mode 100644 hw/xen/xen_pvdevice.c
create mode 100644 hw/xenpv/Makefile.objs
create mode 100644 hw/xenpv/xen_domainbuild.c
create mode 100644 hw/xenpv/xen_domainbuild.h
create mode 100644 hw/xenpv/xen_machine_pv.c
delete mode 100644 xen-all.c
create mode 100644 xen-common-stub.c
create mode 100644 xen-common.c
create mode 100644 xen-hvm-stub.c
create mode 100644 xen-hvm.c
create mode 100644 xen-mapcache-stub.c
delete mode 100644 xen-stub.c
--
1.7.10.4
next reply other threads:[~2014-03-25 17:29 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-25 15:59 Wei Liu [this message]
2014-03-25 15:59 ` [Qemu-devel] [PATCH resend 1/3] xen: move Xen PV machine files to hw/xenpv Wei Liu
2014-03-25 15:59 ` [Qemu-devel] [PATCH resend 2/3] xen: move Xen HVM files under hw/i386/xen Wei Liu
2014-03-25 15:59 ` [Qemu-devel] [PATCH resend 3/3] xen: factor out common functions Wei Liu
2014-03-25 16:22 ` [Qemu-devel] [PATCH resend 0/3] QEMU/Xen: disentangle PV and HVM in QEMU Paolo Bonzini
2014-03-25 16:32 ` Wei Liu
2014-03-25 16:40 ` Stefano Stabellini
2014-03-25 16:42 ` Paolo Bonzini
2014-03-25 16:44 ` Stefano Stabellini
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=1395763195-22502-1-git-send-email-wei.liu2@citrix.com \
--to=wei.liu2@citrix.com \
--cc=anthony.perard@citrix.com \
--cc=qemu-devel@nongnu.org \
--cc=stefano.stabellini@eu.citrix.com \
--cc=xen-devel@lists.xen.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).