[PULL 0/2] Add a fake IPMI LAN channel

Corey Minyard posted 2 patches 1 month, 4 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260212174103.504520-1-corey@minyard.net
Maintainers: Corey Minyard <minyard@acm.org>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
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(-)
[PULL 0/2] Add a fake IPMI LAN channel
Posted by Corey Minyard 1 month, 4 weeks ago
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://github.com/quic/qemu into staging (2026-01-05 07:35:40 +1100)

are available in the Git repository at:

  https://github.com/cminyard/qemu.git 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(-)
Re: [PULL 0/2] Add a fake IPMI LAN channel
Posted by Peter Maydell 1 month, 3 weeks ago
On Thu, 12 Feb 2026 at 17:41, Corey Minyard <corey@minyard.net> wrote:
>
> 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://github.com/quic/qemu into staging (2026-01-05 07:35:40 +1100)
>
> are available in the Git repository at:
>
>   https://github.com/cminyard/qemu.git 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



Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/11.0
for any user-visible changes.

-- PMM
Re: [PULL 0/2] Add a fake IPMI LAN channel
Posted by Yunpeng Yang 1 month, 3 weeks ago
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(-)