Nothing terribly critical, but little things that need to go in at some point.
The following changes since commit 56c6e249b6988c1b6edc2dd34ebb0f1e570a1365: Update version for v10.0.0-rc3 release (2025-04-09 04:33:10 -0400) are available in the Git repository at: https://github.com/cminyard/qemu.git tags/ipmi-for-qemu-10.0 for you to fetch changes up to dacb3e70ef73d1c9a2d0d4cfd65031deff49f742: ipmi/bmc-sim: add error handling for 'Set BMC Global Enables' command (2025-04-11 10:50:43 -0500) ---------------------------------------------------------------- Some minor fixes for various things ---------------------------------------------------------------- Corey Minyard (1): hw/ipmi: Move vmsd registration to device class Nicholas Piggin (5): ipmi/pci-ipmi-bt: Rename copy-paste variables ipmi: add fwinfo to pci ipmi devices ipmi/bmc-sim: Add 'Get Channel Info' command ipmi/bmc-sim: implement watchdog dont log flag ipmi/bmc-sim: add error handling for 'Set BMC Global Enables' command hw/acpi/ipmi.c | 3 +- hw/ipmi/ipmi_bmc_extern.c | 3 +- hw/ipmi/ipmi_bmc_sim.c | 107 +++++++++++++++++++++++++++++++++++++++------ hw/ipmi/ipmi_bt.c | 2 + hw/ipmi/ipmi_kcs.c | 1 + hw/ipmi/isa_ipmi_bt.c | 4 +- hw/ipmi/isa_ipmi_kcs.c | 13 +++--- hw/ipmi/pci_ipmi_bt.c | 50 +++++++++++++-------- hw/ipmi/pci_ipmi_kcs.c | 11 +++++ hw/smbios/smbios_type_38.c | 7 ++- include/hw/ipmi/ipmi.h | 15 +++++++ 11 files changed, 170 insertions(+), 46 deletions(-)