From: "Michael S. Tsirkin" <mst@redhat.com>
To: minyard@acm.org
Cc: openipmi-developer@lists.sourceforge.net, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 00/20] Add an IPMI device to QEMU
Date: Tue, 5 Nov 2013 15:56:45 +0200 [thread overview]
Message-ID: <20131105135644.GA3692@redhat.com> (raw)
In-Reply-To: <1369865296-19584-1-git-send-email-minyard@acm.org>
On Wed, May 29, 2013 at 05:07:56PM -0500, minyard@acm.org wrote:
> I have finally gotten some time to work on this, this series of
> patches adds an IPMI interface to qemu. The changes are roughly:
>
> patches 01-05 - Add the capability to have a chardev reconnect if
> the connections fails. This way, if using an external BMC, qemu
> will detect the failure and periodically attempt to reconnect.
> This also adds ways for the device code to get an event on a
> disconnect and connect so it can handle it properly. This is
> probably useful for things besides IPMI. There are also a few
> small bugfixes in this.
>
> patches 06-14 - Add the IPMI device itself, with an ISA interface
> for now (PCI and others can also be added easily).
>
> patches 15-18 - Add a way to dynamically add content to the ACPI
> tables, and add the capability to add the IPMI information to the
> table.
>
> Patches 19-20 - Add a way to dynamically add content to the SMBIOS
> tables, and add an IPMI entry to the table.
>
I was pointed at these patches as an example of useful
functionality that's out of qemu merely for lack of review
resources. I'd like to help.
Now that we have code to generate ACPI tables
directly in qemu, this series can be rebased on top of
that, with no need for new FW CFG entries or bios changes.
If you have the time, pls Cc me on patches and I'll try to
help shepherd them upstream.
--
MST
next prev parent reply other threads:[~2013-11-05 13:54 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-29 22:07 [Qemu-devel] [PATCH 00/20] Add an IPMI device to QEMU minyard
2013-05-29 22:07 ` [Qemu-devel] [PATCH 01/20] qemu-char: Allocate CharDriverState in qemu_chr_new_from_opts minyard
2013-05-29 22:07 ` [Qemu-devel] [PATCH 02/20] qemu-char: Allow a chardev to reconnect if disconnected minyard
2013-05-29 22:07 ` [Qemu-devel] [PATCH 03/20] qemu-char: Fix a race reporting opens and closes minyard
2013-05-29 22:08 ` [Qemu-devel] [PATCH 04/20] qemu-char: remove free of chr from win_stdio_close minyard
2013-05-29 22:08 ` [Qemu-devel] [PATCH 05/20] qemu-char: Close fd at end of file minyard
2013-05-29 22:08 ` [Qemu-devel] [PATCH 06/20] Add a base IPMI interface minyard
2013-05-29 22:08 ` [Qemu-devel] [PATCH 07/20] ipmi: Add a PC ISA type structure minyard
2013-05-29 22:08 ` [Qemu-devel] [PATCH 08/20] ipmi: Add a KCS low-level interface minyard
2013-05-29 22:08 ` [Qemu-devel] [PATCH 09/20] ipmi: Add a BT " minyard
2013-05-29 22:08 ` [Qemu-devel] [PATCH 10/20] ipmi: Add a local BMC simulation minyard
2013-05-29 22:08 ` [Qemu-devel] [PATCH 11/20] ipmi: Add an external connection simulation interface minyard
2013-05-29 22:08 ` [Qemu-devel] [PATCH 12/20] ipmi: Add tests minyard
2013-05-29 22:08 ` [Qemu-devel] [PATCH 13/20] ipmi: Add documentation minyard
2013-05-29 22:08 ` [Qemu-devel] [PATCH 14/20] ipmi: Add migration capability to the IPMI device minyard
2013-05-29 22:08 ` [Qemu-devel] [PATCH 15/20] acpi: Add a way to extend tables minyard
2013-05-29 22:08 ` [Qemu-devel] [PATCH 16/20] acpi: Add table construction tools minyard
2013-05-29 22:08 ` [Qemu-devel] [PATCH 17/20] pc: Postpone adding ACPI and SMBIOS to fw_cfg minyard
2013-05-29 22:08 ` [Qemu-devel] [PATCH 18/20] ipmi: Add ACPI table entries for BMCs minyard
2013-05-29 22:08 ` [Qemu-devel] [PATCH 19/20] smbios: Add a function to directly add an entry minyard
2013-05-29 22:08 ` [Qemu-devel] [PATCH 20/20] ipmi: Add SMBIOS table entry minyard
2013-11-05 13:56 ` Michael S. Tsirkin [this message]
2013-11-05 14:05 ` [Qemu-devel] [PATCH 00/20] Add an IPMI device to QEMU Corey Minyard
2013-11-05 16:09 ` Andreas Färber
2013-11-05 16:48 ` Corey Minyard
-- strict thread matches above, loose matches on Subject: below --
2013-11-05 18:41 Bret Ketchum
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=20131105135644.GA3692@redhat.com \
--to=mst@redhat.com \
--cc=minyard@acm.org \
--cc=openipmi-developer@lists.sourceforge.net \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).