All of lore.kernel.org
 help / color / mirror / Atom feed
From: Corey Minyard <corey@minyard.net>
To: Nicholas Piggin <npiggin@gmail.com>
Cc: Corey Minyard <minyard@acm.org>, qemu-devel@nongnu.org
Subject: Re: [PATCH v3 0/5] ipmi: bmc-sim improvements
Date: Tue, 1 Apr 2025 14:17:56 -0500	[thread overview]
Message-ID: <Z-w75P6iav82W5Qr@mail.minyard.net> (raw)
In-Reply-To: <20250401140153.685523-1-npiggin@gmail.com>

On Wed, Apr 02, 2025 at 12:01:47AM +1000, Nicholas Piggin wrote:
> These little things came up when looking at behaviour of IPMI with
> the bmc-sim implementation running the ppc powernv machine, and
> trying to clean up error messages and missing features.

This all looks good to me.  Thanks to Philippe for reviewing, too.

I can give you an

Acked-by: Corey Minyard <cminyard@mvista.com>

if you are working on this for your own tree, or I can take it into
mine.

-corey

> 
> Since v1 (thanks to Corey for review and suggestions):
> - Added fwinfo to PCI devices
> - Report interrupt number in Get Channel Info for ISA, PCI, and
>   unknown/unassigned.
> - Fix error reporting for Get Channel Info unsupported channels.
>   Verify it is the correct error code that ipmitool looks for
>   https://github.com/ipmitool/ipmitool/blob/master/lib/ipmi_channel.c#L256C16-L256C45
> - Change _CH_ to _CHANNEL_ in some defines names.
> - Also avoid adding event logs with watchdog don't log flag.
> 
> Since v2:
> - Don't log watchog flag should not apply to watchdog expiry
>   field.
> - Moved protocol type field from class to IPMIFwInfo.
> - Rename new FwInfo member irq to irq_source.
> - Add comments about handling PCI devices to  existing callers
>   of ->fwinfo
> 
> Thanks,
> Nick
> 
> 
> 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
> 
>  include/hw/ipmi/ipmi.h     |  15 ++++++
>  hw/acpi/ipmi.c             |   3 +-
>  hw/ipmi/ipmi_bmc_sim.c     | 104 ++++++++++++++++++++++++++++++++-----
>  hw/ipmi/ipmi_bt.c          |   2 +
>  hw/ipmi/ipmi_kcs.c         |   1 +
>  hw/ipmi/isa_ipmi_bt.c      |   1 +
>  hw/ipmi/isa_ipmi_kcs.c     |   1 +
>  hw/ipmi/pci_ipmi_bt.c      |  50 +++++++++++-------
>  hw/ipmi/pci_ipmi_kcs.c     |  11 ++++
>  hw/smbios/smbios_type_38.c |   7 ++-
>  10 files changed, 162 insertions(+), 33 deletions(-)
> 
> -- 
> 2.47.1
> 


  parent reply	other threads:[~2025-04-01 19:19 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-01 14:01 [PATCH v3 0/5] ipmi: bmc-sim improvements Nicholas Piggin
2025-04-01 14:01 ` [PATCH v3 1/5] ipmi/pci-ipmi-bt: Rename copy-paste variables Nicholas Piggin
2025-04-01 14:01 ` [PATCH v3 2/5] ipmi: add fwinfo to pci ipmi devices Nicholas Piggin
2025-04-01 14:58   ` Philippe Mathieu-Daudé
2025-04-01 14:01 ` [PATCH v3 3/5] ipmi/bmc-sim: Add 'Get Channel Info' command Nicholas Piggin
2025-04-01 14:01 ` [PATCH v3 4/5] ipmi/bmc-sim: implement watchdog dont log flag Nicholas Piggin
2025-04-01 14:01 ` [PATCH v3 5/5] ipmi/bmc-sim: add error handling for 'Set BMC Global Enables' command Nicholas Piggin
2025-04-01 19:17 ` Corey Minyard [this message]
2025-04-11  6:25   ` [PATCH v3 0/5] ipmi: bmc-sim improvements Nicholas Piggin
2025-04-11 18:20     ` Corey Minyard
2025-04-12  5:19       ` Nicholas Piggin

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=Z-w75P6iav82W5Qr@mail.minyard.net \
    --to=corey@minyard.net \
    --cc=minyard@acm.org \
    --cc=npiggin@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /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.