qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/7] hw/xen: Introduce XEN_FV/XEN_PV Kconfig
@ 2021-02-01 11:28 Philippe Mathieu-Daudé
  2021-02-01 11:28 ` [PATCH v3 1/7] meson: Do not build Xen x86_64-softmmu on Aarch64 Philippe Mathieu-Daudé
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-02-01 11:28 UTC (permalink / raw)
  To: Alex Bennée, qemu-devel
  Cc: Stefano Stabellini, Eduardo Habkost, Paul Durrant,
	Michael S. Tsirkin, Richard Henderson,
	Philippe Mathieu-Daudé,
	xen-devel, Anthony Perard, Paolo Bonzini

Sort the Xen buildsys glue a bit.

The first patches are probably ready now.

Since v2:
- Addressed some of Paolo's comments
- More fixes
- XEN_PV still not buildable alone -> postponed

v2: Considered Paolo's comments from v1

Philippe Mathieu-Daudé (7):
  meson: Do not build Xen x86_64-softmmu on Aarch64
  hw/xen: Relax dependency on FSDEV_9P
  accel/xen: Incorporate xen-mapcache.c
  hw/i386/xen: Introduce XEN_FV Kconfig
  hw/xen: Make xen_shutdown_fatal_error() available out of X86 HVM
  hw/xen: Make qmp_xen_set_global_dirty_log() available out of X86 HVM
  NOTFORMERGE hw/xen/Kconfig: Introduce XEN_PV config

 meson.build                           |  8 ++++++--
 accel/xen/trace.h                     |  1 +
 {hw/i386 => accel}/xen/xen-mapcache.c |  0
 hw/i386/xen/xen-hvm.c                 | 24 ------------------------
 hw/xen/xen-legacy-backend.c           |  3 ++-
 hw/xen/xen-migration.c                | 22 ++++++++++++++++++++++
 hw/xen/xen-utils.c                    | 25 +++++++++++++++++++++++++
 accel/Kconfig                         |  2 +-
 accel/xen/meson.build                 |  5 ++++-
 accel/xen/trace-events                | 10 ++++++++++
 hw/Kconfig                            |  1 +
 hw/i386/Kconfig                       |  2 ++
 hw/i386/xen/Kconfig                   |  5 +++++
 hw/i386/xen/meson.build               |  3 +--
 hw/i386/xen/trace-events              |  6 ------
 hw/xen/Kconfig                        |  7 +++++++
 hw/xen/meson.build                    |  4 +++-
 17 files changed, 90 insertions(+), 38 deletions(-)
 create mode 100644 accel/xen/trace.h
 rename {hw/i386 => accel}/xen/xen-mapcache.c (100%)
 create mode 100644 hw/xen/xen-migration.c
 create mode 100644 hw/xen/xen-utils.c
 create mode 100644 accel/xen/trace-events
 create mode 100644 hw/i386/xen/Kconfig
 create mode 100644 hw/xen/Kconfig

-- 
2.26.2



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

end of thread, other threads:[~2021-02-01 13:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-01 11:28 [PATCH v3 0/7] hw/xen: Introduce XEN_FV/XEN_PV Kconfig Philippe Mathieu-Daudé
2021-02-01 11:28 ` [PATCH v3 1/7] meson: Do not build Xen x86_64-softmmu on Aarch64 Philippe Mathieu-Daudé
2021-02-01 11:29 ` [PATCH v3 2/7] hw/xen: Relax dependency on FSDEV_9P Philippe Mathieu-Daudé
2021-02-01 11:29 ` [PATCH v3 3/7] accel/xen: Incorporate xen-mapcache.c Philippe Mathieu-Daudé
2021-02-01 13:08   ` Philippe Mathieu-Daudé
2021-02-01 11:29 ` [PATCH v3 4/7] hw/i386/xen: Introduce XEN_FV Kconfig Philippe Mathieu-Daudé
2021-02-01 11:29 ` [PATCH v3 5/7] hw/xen: Make xen_shutdown_fatal_error() available out of X86 HVM Philippe Mathieu-Daudé
2021-02-01 13:09   ` Philippe Mathieu-Daudé
2021-02-01 11:29 ` [PATCH v3 6/7] hw/xen: Make qmp_xen_set_global_dirty_log() " Philippe Mathieu-Daudé
2021-02-01 11:29 ` [PATCH v3 7/7] NOTFORMERGE hw/xen/Kconfig: Introduce XEN_PV config Philippe Mathieu-Daudé

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