From: minyard@acm.org
To: Peter Maydell <peter.maydell@linaro.org>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: [Qemu-devel] [PULL 0/2] Add a UUID device property to IPMI
Date: Thu, 27 Jun 2019 07:48:13 -0500 [thread overview]
Message-ID: <20190627124815.29536-1-minyard@acm.org> (raw)
I believe we are not in softfreeze yet, and this is the only real
fix I have for IPMI at the moment.
This was posted Nov 2018 with little commentary.
The following changes since commit 474f3938d79ab36b9231c9ad3b5a9314c2aeacde:
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-21-2019' into staging (2019-06-21 15:40:50 +0100)
are available in the Git repository at:
git://github.com/cminyard/qemu.git tags/ipmi-for-release-20190627
for you to fetch changes up to bddef5881d0c935a5d9d8e15f822d9d700666ae6:
ipmi: Add a UUID device property (2019-06-26 15:31:33 -0500)
----------------------------------------------------------------
Add a UUID device property to IPMI
This is fairly important for two reasons:
* It allows a BMC to be created with no UUID, returning an error, which
is the behavior of many BMCs in the world.
* It lets the user set the UUID to a fixed value.
Some software using IPMI will get confused if it gets different UUIDs
from what should be the same device, which is what happens now if qemu
quits and restarts.
----------------------------------------------------------------
Corey Minyard (2):
qdev: Add a no default uuid property
ipmi: Add a UUID device property
hw/ipmi/ipmi_bmc_sim.c | 22 ++++++++++++++--------
include/hw/qdev-properties.h | 7 +++++++
qemu-options.hx | 10 +++++++---
3 files changed, 28 insertions(+), 11 deletions(-)
next reply other threads:[~2019-06-27 12:51 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-27 12:48 minyard [this message]
2019-06-27 12:48 ` [Qemu-devel] [PULL 1/2] qdev: Add a no default uuid property minyard
2019-06-27 12:48 ` [Qemu-devel] [PULL 2/2] ipmi: Add a UUID device property minyard
2019-07-01 18:10 ` [Qemu-devel] [PULL 0/2] Add a UUID device property to IPMI Peter Maydell
2019-07-01 18:25 ` Corey Minyard
2019-07-01 19:50 ` Peter Maydell
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=20190627124815.29536-1-minyard@acm.org \
--to=minyard@acm.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.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).