From: Corey Minyard <corey@minyard.net>
To: Yunpeng Yang <yunpeng.yang@nutanix.com>
Cc: "minyard@acm.org" <minyard@acm.org>,
"farosas@suse.de" <farosas@suse.de>,
"lvivier@redhat.com" <lvivier@redhat.com>,
"pbonzini@redhat.com" <pbonzini@redhat.com>,
"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
Mark Cave-Ayland <mark.caveayland@nutanix.com>,
Jonathan Davies <jond@nutanix.com>,
"cornelia.huck@de.ibm.com" <cornelia.huck@de.ibm.com>
Subject: Re: [PATCH 0/2] hw/ipmi/ipmi_bmc_sim: Get/set fake LAN config
Date: Mon, 24 Nov 2025 14:54:05 -0600 [thread overview]
Message-ID: <aSTF7QFuXGhNzGce@mail.minyard.net> (raw)
In-Reply-To: <20251028180115.1098433-1-yunpeng.yang@nutanix.com>
On Tue, Oct 28, 2025 at 06:01:18PM +0000, Yunpeng Yang wrote:
> Support for a fake LAN channel is added to the device `ipmi_bmc_sim`.
> Although there is no real LAN channel, some testing processes which
> require interactions with BMC LAN channel will become easier.
>
> There's another device `ipmi_bmc_extern` which works together with some
> external BMC simulator, e.g., `ipmi_sim`. More comprehensive BMC
> simulation can be achieved with `ipmi_bmc_extern`. However,
> `ipmi_bmc_sim` is more light-weight and is built into QEMU.
I apologize for the time on this, it slipped between the cracks.
These both look good. I can give a:
Reviewed-by: Corey Minyard <corey@minyard.net>
or
Acked-by: Corey Minyard <corey@minyard.net>
or I can take it into my tree if you aren't bringing it in any place
else.
One thing you should try is doing a migration between a version 1 and
version 2 device, and between two version 2 devices, just to be sure
migration still works. Assuming you haven't done this already.
-corey
>
> Yunpeng Yang (2):
> hw/ipmi/ipmi_bmc_sim: Support getting fake LAN channel config
> hw/ipmi/ipmi_bmc_sim: Support setting fake LAN channel config
>
> hw/ipmi/ipmi_bmc_sim.c | 407 +++++++++++++++++++++++++++++++++++-
> include/hw/ipmi/ipmi.h | 1 +
> qemu-options.hx | 26 +++
> tests/qtest/ipmi-kcs-test.c | 143 +++++++++++++
> 4 files changed, 567 insertions(+), 10 deletions(-)
>
> --
> 2.43.7
>
next prev parent reply other threads:[~2025-11-24 20:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-28 18:01 [PATCH 0/2] hw/ipmi/ipmi_bmc_sim: Get/set fake LAN config Yunpeng Yang
2025-10-28 18:01 ` [PATCH 1/2] hw/ipmi/ipmi_bmc_sim: Support getting fake LAN channel config Yunpeng Yang
2025-12-01 20:18 ` Philippe Mathieu-Daudé
2025-10-28 18:01 ` [PATCH 2/2] hw/ipmi/ipmi_bmc_sim: Support setting " Yunpeng Yang
2025-11-24 20:54 ` Corey Minyard [this message]
2025-11-26 18:04 ` [PATCH 0/2] hw/ipmi/ipmi_bmc_sim: Get/set fake LAN config Yunpeng Yang
2025-11-27 17:28 ` Yunpeng Yang
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=aSTF7QFuXGhNzGce@mail.minyard.net \
--to=corey@minyard.net \
--cc=cornelia.huck@de.ibm.com \
--cc=farosas@suse.de \
--cc=jond@nutanix.com \
--cc=lvivier@redhat.com \
--cc=mark.caveayland@nutanix.com \
--cc=minyard@acm.org \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=yunpeng.yang@nutanix.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.