From: Andrew Deason <adeason@sinenomine.net>
To: qemu-devel@nongnu.org
Cc: Eduardo Habkost <eduardo@habkost.net>,
"Michael S. Tsirkin" <mst@redhat.com>,
Andrew Deason <adeason@sinenomine.net>,
Richard Henderson <richard.henderson@linaro.org>,
Paolo Bonzini <pbonzini@redhat.com>, Ani Sinha <ani@anisinha.ca>,
Igor Mammedov <imammedo@redhat.com>
Subject: [PATCH 0/2] Fixes for building on Solaris 11.4.42 CBE
Date: Mon, 14 Mar 2022 10:45:55 -0500 [thread overview]
Message-ID: <20220314154557.306-1-adeason@sinenomine.net> (raw)
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.
Andrew Deason (2):
util/osdep: Avoid madvise proto on modern Solaris
hw/i386/acpi-build: Avoid 'sun' identifier
hw/i386/acpi-build.c | 4 ++--
meson.build | 3 +++
util/osdep.c | 2 ++
3 files changed, 7 insertions(+), 2 deletions(-)
--
2.11.0
next reply other threads:[~2022-03-14 16:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-14 15:45 Andrew Deason [this message]
2022-03-14 15:45 ` [PATCH 1/2] util/osdep: Avoid madvise proto on modern Solaris Andrew Deason
2022-03-14 16:36 ` Peter Maydell
2022-03-14 18:18 ` Andrew Deason
2022-03-14 18:46 ` Peter Maydell
2022-03-14 19:01 ` Daniel P. Berrangé
2022-03-14 21:33 ` Andrew Deason
2022-03-14 15:45 ` [PATCH 2/2] hw/i386/acpi-build: Avoid 'sun' identifier Andrew Deason
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220314154557.306-1-adeason@sinenomine.net \
--to=adeason@sinenomine.net \
--cc=ani@anisinha.ca \
--cc=eduardo@habkost.net \
--cc=imammedo@redhat.com \
--cc=mst@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).