From: Corey Minyard <cminyard@mvista.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 01/16] smbios: Add a function to directly add an entry
Date: Sun, 15 Jul 2012 16:05:20 -0500 [thread overview]
Message-ID: <50033090.4070100@mvista.com> (raw)
In-Reply-To: <1342383911-6094-1-git-send-email-minyard@acm.org>
I messed up and didn't get an introduction for these patches. So here goes.
These patches are for adding an IPMI interface to QEMU. It adds a KCS
and BT interface; it should be easy to add a SMIC interface if anyone
wants that, but it's not often used. For simulation of an IPMI
management controller, it is a basic one that is built in to KVM, and it
can make a connection to an external simulator.
I think I got all the previous comments handled. Once I realized how
the class stuff worked, things made a lot more sense to me.
The OpenIPMI library (openipmi.sf.net) has a simulator that will work as
an external simulator in the latest release candidate.
This patch fixes up a few things that the IPMI driver needs:
Allow a driver to add entries to the SMBIOS table.
Add the ability for a chardev that makes an external connection to
reconnect if the initial connection fails or if it fails while in use.
In order to move the chardev to the external interface simulator, it had
to be released or the add to the external interface failed.
Patches 7 and 8 in the series are not really related, they are things
that I saw that seemed to be issues. I meant to pull them out but I
forgot. These patches really got accidentally sent, but since they are
out, well, they are out.
There are two things that I know of that are still missing:
Documentation. I'm planning to write docs for this, but I don't really
see a place to do this. I don't see many other docs for devices. Where
should I put them? If it's in qemu-options.hx, where in that file
should they be?
Tests. I looked at the test infrastructure, and I don't really see many
tests, so not much to go on for examples. I think I have it figured
out, but I'll basically have to write a driver to be able to really test
this. It would be nice if I could use the Linux driver, but I guess
that's not really feasible.
-corey
next prev parent reply other threads:[~2012-07-15 21:05 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-15 20:24 [Qemu-devel] [PATCH 01/16] smbios: Add a function to directly add an entry minyard
2012-07-15 20:24 ` [Qemu-devel] [PATCH 02/16] pc: move SMBIOS setup to after device init minyard
2012-07-15 20:24 ` [Qemu-devel] [PATCH 03/16] vl: Move init_timer_alarm() earlier minyard
2012-07-15 20:24 ` [Qemu-devel] [PATCH 04/16] qemu-char: Allocate CharDriverState in qemu_chr_new_from_opts minyard
2012-07-15 20:25 ` [Qemu-devel] [PATCH 05/16] qemu-char: Allow a chardev to reconnect if disconnected minyard
2012-07-15 20:25 ` [Qemu-devel] [PATCH 06/16] qemu-char: Fix a race reporting opens and closes minyard
2012-07-15 20:25 ` [Qemu-devel] [PATCH 07/16] qemu-char: remove free of chr from win_stdio_close minyard
2012-07-15 20:25 ` [Qemu-devel] [PATCH 08/16] qemu-char: Close fd at end of file minyard
2012-07-15 20:25 ` [Qemu-devel] [PATCH 09/16] qdev: Add a pre-firmware init capability minyard
2012-07-15 20:25 ` [Qemu-devel] [PATCH 10/16] qom: release previous object when setting minyard
2012-07-16 6:24 ` Paolo Bonzini
2012-07-17 0:07 ` Corey Minyard
2012-07-15 20:25 ` [Qemu-devel] [PATCH 11/16] Add a base IPMI interface minyard
2012-07-15 20:25 ` [Qemu-devel] [PATCH 12/16] IPMI: Add a PC ISA type structure minyard
2012-07-16 7:16 ` Paolo Bonzini
2012-07-17 0:16 ` Corey Minyard
2012-07-15 20:25 ` [Qemu-devel] [PATCH 13/16] IPMI: Add a KCS low-level interface minyard
2012-07-15 20:25 ` [Qemu-devel] [PATCH 14/16] IPMI: Add a BT " minyard
2012-07-15 20:25 ` [Qemu-devel] [PATCH 15/16] IPMI: Add a local BMC simulation minyard
2012-07-15 20:25 ` [Qemu-devel] [PATCH 16/16] IPMI: Add an external connection simulation interface minyard
2012-07-15 21:05 ` Corey Minyard [this message]
2012-07-16 15:46 ` [Qemu-devel] [PATCH 01/16] smbios: Add a function to directly add an entry Eric Blake
2012-07-17 0:06 ` Corey Minyard
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=50033090.4070100@mvista.com \
--to=cminyard@mvista.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.