Thank you Corey for managing this!
________________________________
From: Corey Minyard <corey@minyard.net>
Sent: Thursday, February 12, 2026 17:40
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Corey Minyard <corey@minyard.net>; QEMU Developers <qemu-devel@nongnu.org>; Yunpeng Yang <yunpeng.yang@nutanix.com>; Mark Cave-Ayland <mark.caveayland@nutanix.com>; Jonathan Davies <jond@nutanix.com>
Subject: [PULL 0/2] Add a fake IPMI LAN channel
!-------------------------------------------------------------------|
CAUTION: External Email
|-------------------------------------------------------------------!
Apologies for not sending this in the right format. Hopefully this is
correct.
The following changes since commit 159107e390609f71b78268a4888563dcdce6ac65:
Merge tag 'pull-hex-20260102' of https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_quic_qemu&d=DwIDAg&c=s883GpUCOChKOHiocYtGcg&r=gyJEZb_gH0rRUcKZUkVe15Lqy_BoDVLs3C-LhiDdmek&m=uCNHd87IKCyyLlKRYXB4g9EQdMXOlb6EbzYIBJnoMJPkSQjXnzu7gx2MwhuhK9HU&s=YoRVtrsHH9NYvgRtbSDkF7nIZpkiQQceTlX42n4SVIM&e= into staging (2026-01-05 07:35:40 +1100)
are available in the Git repository at:
https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_cminyard_qemu.git&d=DwIDAg&c=s883GpUCOChKOHiocYtGcg&r=gyJEZb_gH0rRUcKZUkVe15Lqy_BoDVLs3C-LhiDdmek&m=uCNHd87IKCyyLlKRYXB4g9EQdMXOlb6EbzYIBJnoMJPkSQjXnzu7gx2MwhuhK9HU&s=eLR9j_hI1DKOZYt26SV2qJIiZsaISoX30wQ2qO-n_ms&e= tags/ipmi-add-fake-lan-config
for you to fetch changes up to 75c15651af1b2553ff292553545f7a6a56c32932:
hw/ipmi/ipmi_bmc_sim: Support setting fake LAN channel config (2026-01-05 13:07:23 -0600)
----------------------------------------------------------------
Add a fake LAN config operation for testing
Just add the commands, the proper data that can be set, and some tests.
Submitter ran migration test.
----------------------------------------------------------------
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 | 412 +++++++++++++++++++++++++++++++++++++++++++--
include/hw/ipmi/ipmi.h | 1 +
qemu-options.hx | 26 +++
tests/qtest/ipmi-kcs-test.c | 143 ++++++++++++++++
4 files changed, 572 insertions(+), 10 deletions(-)