[PATCH v2 0/3] Fixes for building on Solaris 11.4.42 CBE

Andrew Deason posted 3 patches 2 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220315022025.18908-1-adeason@sinenomine.net
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Ani Sinha <ani@anisinha.ca>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>
There is a newer version of this series
hw/i386/acpi-build.c |  4 ++--
meson.build          | 17 +++++++++++++++--
util/osdep.c         |  5 +----
3 files changed, 18 insertions(+), 8 deletions(-)
[PATCH v2 0/3] Fixes for building on Solaris 11.4.42 CBE
Posted by Andrew Deason 2 years, 1 month ago
With these minor fixes, I can build qemu on Solaris 11.4.42 CBE
(Oracle's new rolling release thing), using '--disable-rdma
--enable-modules --disable-dbus-display --target-list=x86_64-softmmu'.
I'm just interested in the guest agent right now, so that's all I've
tested (briefly), but the rest of the build wasn't hard to get working.
With this, the guest agent runs fine using isa-serial.

Changes since v1:
- Change the CONFIG_MADVISE checks to not be platform-specific
- Add the last commit removing util/osdep.c cruft

Andrew Deason (3):
  util/osdep: Avoid madvise proto on modern Solaris
  hw/i386/acpi-build: Avoid 'sun' identifier
  util/osdep: Remove some early cruft

 hw/i386/acpi-build.c |  4 ++--
 meson.build          | 17 +++++++++++++++--
 util/osdep.c         |  5 +----
 3 files changed, 18 insertions(+), 8 deletions(-)

-- 
2.11.0