[RESEND PATCH 0/2] modules: Improve modinfo.c support

Dario Faggioli posted 2 patches 1 year, 11 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
hw/display/qxl.c                |  1 +
hw/display/vhost-user-gpu-pci.c |  1 +
hw/display/vhost-user-gpu.c     |  1 +
hw/display/vhost-user-vga.c     |  1 +
hw/display/virtio-gpu-base.c    |  1 +
hw/display/virtio-gpu-gl.c      |  1 +
hw/display/virtio-gpu-pci-gl.c  |  1 +
hw/display/virtio-gpu-pci.c     |  1 +
hw/display/virtio-gpu.c         |  1 +
hw/display/virtio-vga-gl.c      |  1 +
hw/display/virtio-vga.c         |  1 +
hw/s390x/virtio-ccw-gpu.c       |  1 +
hw/usb/ccid-card-emulated.c     |  1 +
hw/usb/ccid-card-passthru.c     |  1 +
hw/usb/host-libusb.c            |  1 +
hw/usb/redirect.c               |  1 +
include/qemu/module.h           | 10 ++++++++
meson.build                     | 25 +++++++++++++-------
scripts/modinfo-generate.py     | 42 ++++++++++++++++++++-------------
19 files changed, 69 insertions(+), 24 deletions(-)
[RESEND PATCH 0/2] modules: Improve modinfo.c support
Posted by Dario Faggioli 1 year, 11 months ago
Hello,

This is a RESEND of patch series "[PATCH v3 0/2] modules: Improve modinfo.c
support", from Sept 2021.

Message-ID: <20210928204628.20001-1-jziviani@suse.de>
https://lore.kernel.org/qemu-devel/20210928204628.20001-1-jziviani@suse.de/

Jose sent it because we were having issues building QEMU in the way we do that
for openSUSE and SUSE Linux Enterprise.

It was, back then, Acked by Gerd (see Message-ID:
20210929050908.3fqf3wwbk6vrtziu@sirius.home.kraxel.org), but then never picked
up. Well, since we are still having those building problems without it, I've
rebased and I'm resending it, as agreed with Gerd himself.

"Rebase" was as easy as just reapplying the patches (no offsets, no fuzz). Yet,
I removed the ack, assuming that it needs being re-locked at.

`make check` is happy. The CI, well, it looks fine to me. There's some 'Build'
jobs that are taking too much to complete, and hence causing failures in the
'Test' ones, but that seems unrelated to the patches. I'll try to restart them
in these days, and see if they manage to finish.

 https://gitlab.com/dfaggioli/qemu/-/pipelines/549884208

FWIW, we've also started to use it, as downstream patches, in our packages,
on top of various versions of QEMU.

Let me know if there's anything more or different that I should do.

Thanks and Regards
---
Jose R. Ziviani (2):
      modules: introduces module_kconfig directive
      modules: generates per-target modinfo

 hw/display/qxl.c                |  1 +
 hw/display/vhost-user-gpu-pci.c |  1 +
 hw/display/vhost-user-gpu.c     |  1 +
 hw/display/vhost-user-vga.c     |  1 +
 hw/display/virtio-gpu-base.c    |  1 +
 hw/display/virtio-gpu-gl.c      |  1 +
 hw/display/virtio-gpu-pci-gl.c  |  1 +
 hw/display/virtio-gpu-pci.c     |  1 +
 hw/display/virtio-gpu.c         |  1 +
 hw/display/virtio-vga-gl.c      |  1 +
 hw/display/virtio-vga.c         |  1 +
 hw/s390x/virtio-ccw-gpu.c       |  1 +
 hw/usb/ccid-card-emulated.c     |  1 +
 hw/usb/ccid-card-passthru.c     |  1 +
 hw/usb/host-libusb.c            |  1 +
 hw/usb/redirect.c               |  1 +
 include/qemu/module.h           | 10 ++++++++
 meson.build                     | 25 +++++++++++++-------
 scripts/modinfo-generate.py     | 42 ++++++++++++++++++++-------------
 19 files changed, 69 insertions(+), 24 deletions(-)
--
Signature
Re: [RESEND PATCH 0/2] modules: Improve modinfo.c support
Posted by Paolo Bonzini 1 year, 11 months ago
Queued, thanks.

Paolo