[Qemu-devel] [PULL 0/7] Small IPMI fixes

minyard@acm.org posted 7 patches 6 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1517511182-9944-1-git-send-email-minyard@acm.org
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppc passed
Test s390x passed
MAINTAINERS               |  9 ++++++++
hw/ipmi/ipmi_bmc_extern.c |  5 ++++
hw/ipmi/ipmi_bmc_sim.c    | 58 ++++++++++++++++++++++++++++++++++++++---------
hw/ipmi/isa_ipmi_bt.c     | 12 +++++-----
4 files changed, 67 insertions(+), 17 deletions(-)
[Qemu-devel] [PULL 0/7] Small IPMI fixes
Posted by minyard@acm.org 6 years, 2 months ago
The following changes since commit 6521130b0a7f699fdb82446d57df5627bfa7ed3c:

  Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-01-26-2' into staging (2018-01-30 15:20:01 +0000)

are available in the git repository at:

  https://github.com/cminyard/qemu.git tags/for-release-20180201

for you to fetch changes up to 20b233641d76cc1812064304798ffeb530dc112d:

  ipmi: Allow BMC device properties to be set (2018-01-30 15:52:53 -0600)

----------------------------------------------------------------
Lots of litte miscellaneous fixes for the IPMI code, plus
add me as the IPMI maintainer.

----------------------------------------------------------------
Corey Minyard (7):
      Add maintainer for the IPMI code
      ipmi: Fix SEL get/set time commands
      ipmi: Don't set the timestamp on add events that don't have it
      ipmi: Add the platform event message command
      ipmi: Fix macro issues
      ipmi: disable IRQ and ATN on an external disconnect
      ipmi: Allow BMC device properties to be set

 MAINTAINERS               |  9 ++++++++
 hw/ipmi/ipmi_bmc_extern.c |  5 ++++
 hw/ipmi/ipmi_bmc_sim.c    | 58 ++++++++++++++++++++++++++++++++++++++---------
 hw/ipmi/isa_ipmi_bt.c     | 12 +++++-----
 4 files changed, 67 insertions(+), 17 deletions(-)


Re: [Qemu-devel] [PULL 0/7] Small IPMI fixes
Posted by Peter Maydell 6 years, 2 months ago
On 1 February 2018 at 18:52,  <minyard@acm.org> wrote:
> The following changes since commit 6521130b0a7f699fdb82446d57df5627bfa7ed3c:
>
>   Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-01-26-2' into staging (2018-01-30 15:20:01 +0000)
>
> are available in the git repository at:
>
>   https://github.com/cminyard/qemu.git tags/for-release-20180201
>
> for you to fetch changes up to 20b233641d76cc1812064304798ffeb530dc112d:
>
>   ipmi: Allow BMC device properties to be set (2018-01-30 15:52:53 -0600)
>
> ----------------------------------------------------------------
> Lots of litte miscellaneous fixes for the IPMI code, plus
> add me as the IPMI maintainer.
>
> ----------------------------------------------------------------

Applied, thanks.

PS: it would be useful if you could arrange to get your gpg key
signed by more people, as and when you have the opportunity for that.

-- PMM