[PATCH 0/8] xen: Build fixes and dust removal

Philippe Mathieu-Daudé posted 8 patches 1 month, 1 week ago
docs/about/removed-features.rst     |  5 +++++
meson.build                         |  3 ---
include/hw/xen/xen-bus.h            |  3 ++-
include/hw/xen/xen-hvm-common.h     | 14 +++-----------
include/hw/xen/xen-legacy-backend.h |  1 -
include/hw/xen/xen-pvh-common.h     |  8 ++++----
hw/arm/xen-pvh.c                    |  2 ++
hw/arm/xen-stubs.c                  |  5 ++---
hw/i386/xen/xen-hvm.c               |  5 +++++
hw/i386/xen/xen-pvh.c               |  1 +
hw/xen/xen-hvm-common.c             |  6 ++++++
hw/xen/xen-pvh-common.c             |  6 ++----
accel/Kconfig                       |  1 +
hw/arm/Kconfig                      |  1 +
14 files changed, 34 insertions(+), 27 deletions(-)
[PATCH 0/8] xen: Build fixes and dust removal
Posted by Philippe Mathieu-Daudé 1 month, 1 week ago
Hi,

While preparing another pull request I wanted to run my changes
with Xen and failed at testing on a 32-bit ARM host. Apparently
the config isn't used (at least we don't test it at all since
more than 4 years). Therefore I'm directly dropping it.
The rest are #include and Kconfig cleanups.

Regards,

Phil.

Philippe Mathieu-Daudé (8):
  accel/Kconfig: Link XenPVH with GPEX PCIe bridge
  hw/arm: Do not expose the virt machine on Xen-only binary
  hw/arm/xen-pvh: Do not allow specifying any CPU type
  hw/xen/xen-pvh: Reduce included headers
  hw/xen/xen-hvm: Reduce included headers
  hw/xen/xen-bus: Reduce included headers
  hw/xen/xen-legacy-backend: Remove unused 'net/net.h' header
  meson: Remove support for Xen on 32-bit ARM hosts

 docs/about/removed-features.rst     |  5 +++++
 meson.build                         |  3 ---
 include/hw/xen/xen-bus.h            |  3 ++-
 include/hw/xen/xen-hvm-common.h     | 14 +++-----------
 include/hw/xen/xen-legacy-backend.h |  1 -
 include/hw/xen/xen-pvh-common.h     |  8 ++++----
 hw/arm/xen-pvh.c                    |  2 ++
 hw/arm/xen-stubs.c                  |  5 ++---
 hw/i386/xen/xen-hvm.c               |  5 +++++
 hw/i386/xen/xen-pvh.c               |  1 +
 hw/xen/xen-hvm-common.c             |  6 ++++++
 hw/xen/xen-pvh-common.c             |  6 ++----
 accel/Kconfig                       |  1 +
 hw/arm/Kconfig                      |  1 +
 14 files changed, 34 insertions(+), 27 deletions(-)

-- 
2.47.1


Re: [PATCH 0/8] xen: Build fixes and dust removal
Posted by Philippe Mathieu-Daudé 1 month ago
On 18/2/25 17:26, Philippe Mathieu-Daudé wrote:

>    accel/Kconfig: Link XenPVH with GPEX PCIe bridge
>    hw/arm: Do not expose the virt machine on Xen-only binary
>    hw/arm/xen-pvh: Do not allow specifying any CPU type
>    hw/xen/xen-pvh: Reduce included headers
>    hw/xen/xen-hvm: Reduce included headers
>    hw/xen/xen-bus: Reduce included headers
>    hw/xen/xen-legacy-backend: Remove unused 'net/net.h' header
>    meson: Remove support for Xen on 32-bit ARM hosts

Queuing 1-2, 4-7 as I understand #8 needs rewording, thanks.