[PATCH v2 0/2] accel: Move Xen accelerator code under accel/xen/

Philippe Mathieu-Daudé posted 2 patches 3 years, 12 months ago
Test asan passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200508080738.2646-1-philmd@redhat.com
Maintainers: "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Juan Quintela <quintela@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Richard Henderson <rth@twiddle.net>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Anthony Perard <anthony.perard@citrix.com>, Paul Durrant <paul@xen.org>, Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Stefano Stabellini <sstabellini@kernel.org>, Aurelien Jarno <aurelien@aurel32.net>
There is a newer version of this series
include/exec/ram_addr.h                    | 10 ++++--
include/hw/xen/xen.h                       | 11 ------
include/sysemu/xen.h                       | 40 ++++++++++++++++++++++
hw/xen/xen-common.c => accel/xen/xen-all.c |  3 ++
hw/acpi/piix4.c                            |  2 +-
hw/i386/pc.c                               |  1 +
hw/i386/pc_piix.c                          |  1 +
hw/i386/pc_q35.c                           |  1 +
hw/i386/xen/xen-hvm.c                      |  1 +
hw/i386/xen/xen_platform.c                 |  1 +
hw/isa/piix3.c                             |  1 +
hw/pci/msix.c                              |  1 +
migration/savevm.c                         |  2 +-
softmmu/vl.c                               |  2 +-
stubs/xen-hvm.c                            |  9 -----
target/i386/cpu.c                          |  2 +-
MAINTAINERS                                |  2 ++
accel/Makefile.objs                        |  1 +
accel/xen/Makefile.objs                    |  1 +
hw/xen/Makefile.objs                       |  2 +-
20 files changed, 66 insertions(+), 28 deletions(-)
create mode 100644 include/sysemu/xen.h
rename hw/xen/xen-common.c => accel/xen/xen-all.c (99%)
create mode 100644 accel/xen/Makefile.objs
[PATCH v2 0/2] accel: Move Xen accelerator code under accel/xen/
Posted by Philippe Mathieu-Daudé 3 years, 12 months ago
Supersedes: <20200507155813.16169-1-philmd@redhat.com>

Philippe Mathieu-Daudé (2):
  exec: Check Xen is enabled before calling the Xen API
  accel: Move Xen accelerator code under accel/xen/

 include/exec/ram_addr.h                    | 10 ++++--
 include/hw/xen/xen.h                       | 11 ------
 include/sysemu/xen.h                       | 40 ++++++++++++++++++++++
 hw/xen/xen-common.c => accel/xen/xen-all.c |  3 ++
 hw/acpi/piix4.c                            |  2 +-
 hw/i386/pc.c                               |  1 +
 hw/i386/pc_piix.c                          |  1 +
 hw/i386/pc_q35.c                           |  1 +
 hw/i386/xen/xen-hvm.c                      |  1 +
 hw/i386/xen/xen_platform.c                 |  1 +
 hw/isa/piix3.c                             |  1 +
 hw/pci/msix.c                              |  1 +
 migration/savevm.c                         |  2 +-
 softmmu/vl.c                               |  2 +-
 stubs/xen-hvm.c                            |  9 -----
 target/i386/cpu.c                          |  2 +-
 MAINTAINERS                                |  2 ++
 accel/Makefile.objs                        |  1 +
 accel/xen/Makefile.objs                    |  1 +
 hw/xen/Makefile.objs                       |  2 +-
 20 files changed, 66 insertions(+), 28 deletions(-)
 create mode 100644 include/sysemu/xen.h
 rename hw/xen/xen-common.c => accel/xen/xen-all.c (99%)
 create mode 100644 accel/xen/Makefile.objs

-- 
2.21.3