All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 0/6] ipmi: Miscellaneous fixes
@ 2025-04-16 23:59 Corey Minyard
  2025-04-16 23:59 ` [PULL 1/6] hw/ipmi: Move vmsd registration to device class Corey Minyard
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Corey Minyard @ 2025-04-16 23:59 UTC (permalink / raw)
  To: qemu-devel

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(-)



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-04-23 17:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-16 23:59 [PULL 0/6] ipmi: Miscellaneous fixes Corey Minyard
2025-04-16 23:59 ` [PULL 1/6] hw/ipmi: Move vmsd registration to device class Corey Minyard
2025-04-16 23:59 ` [PULL 2/6] ipmi/pci-ipmi-bt: Rename copy-paste variables Corey Minyard
2025-04-16 23:59 ` [PULL 3/6] ipmi: add fwinfo to pci ipmi devices Corey Minyard
2025-04-16 23:59 ` [PULL 4/6] ipmi/bmc-sim: Add 'Get Channel Info' command Corey Minyard
2025-04-16 23:59 ` [PULL 5/6] ipmi/bmc-sim: implement watchdog dont log flag Corey Minyard
2025-04-16 23:59 ` [PULL 6/6] ipmi/bmc-sim: add error handling for 'Set BMC Global Enables' command Corey Minyard
2025-04-23 17:57 ` [PULL 0/6] ipmi: Miscellaneous fixes Stefan Hajnoczi

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.