From: Corey Minyard <minyard@acm.org>
To: "Andreas Färber" <afaerber@suse.de>, qemu-devel@nongnu.org
Cc: Bret Ketchum <bcketchum@gmail.com>,
Peter Maydell <peter.maydell@linaro.org>,
"Michael S. Tsirkin" <mst@redhat.com>
Subject: Re: [Qemu-devel] [PATCH 00/17] Update to adding an IPMI device to qemu
Date: Mon, 27 Apr 2015 08:19:47 -0500 [thread overview]
Message-ID: <553E3773.7040106@acm.org> (raw)
In-Reply-To: <553CCE70.4040907@suse.de>
On 04/26/2015 06:39 AM, Andreas Färber wrote:
> Am 24.04.2015 um 01:11 schrieb Eric Blake:
>> On 04/23/2015 04:57 PM, minyard@acm.org wrote:
>>> The major changes from last time are:
>> That says this series should probably be named v2 (git
>> format-patch/send-email -v2) or later, as part of the subject line. If
>> the previous version is more than a couple weeks ago, it's also nice
>> (but not required) to provide a URL to the archives of the previous
>> discussion.
> Even worse, I don't see any update on the licensing questions previously
> raised... did Intel ever get back to you?
This is the last update I received from Bret Ketchum. From what he says
we will get nothing from Intel on this and everything seems ok:
From my understanding you'll not be receiving anything official from
Intel. My understanding from Tom is that there are open source KCS/BT
drivers existing in the wild with no IPMI adopters asserting IP on those
drivers. The specification places requirement son VMC but does not do
the same for software.
The Adotpers Agreement may be looked at as benign/beneficial. At one
level the agreement limits the extent that fellow Adopters can assert IP
claims against other signers.
I only bring this up (again) in that I've a request for the update
to these patches I mentioned on the mailing list.
Another option may be for some other than yourself to post these
patches which would absolve you from any recompense.
On Thu, Mar 6, 2014 at 6:48 PM, Corey Minyard <minyard@acm.org
<mailto:minyard@acm.org>> wrote:
On 03/06/2014 06:02 AM, Bret Ketchum wrote:
>
>
> What needs to be done to unstick the IPMI patches? Are you waiting
> on something from Intel legal? My email exchanges with Tom Slaight and
> Akkiah_Maddukuri do not suggest a legal issue with regards to a shim
> protocol that facilitates a IPMI client talking to an IPMI server.
>
I'm waiting for something from Intel. I don't have contact info for
anyone at Intel. And email from Tom Slaight would probably be good
enough
It's more than just a shim protocol, too. There is an implementation of
simulated KCS and BT hardware and a small simulated BMC that provides
basic function and a watchdog. We could lose the BMC, but not the
hardware simulations.
Thanks,
-corey
>
> On Tue, Mar 4, 2014 at 6:38 PM, <minyard@acm.org
<mailto:minyard@acm.org>
> <mailto:minyard@acm.org <mailto:minyard@acm.org>>> wrote:
>
> This patch set was part of the IPMI patches, but people have asked
> it to be
> separated out because it's useful by itself and the IPMI patches
> are stuck
> in legal limbo.
>
> I have left the patch to move allocating CharDriverState in
one place
> (patch 1). I didn't get much opinion either way, but I think
it is
> an improvement and a net reduction in code. I also added a patch
> (patch 6)
> that goes another step there, it makes the error handling in
> qmp_chardev_add() consistent and is also a net reduction in code.
>
> The main patches to add the feature are patch 2 and patch 3.
>
> The rest are little possible bug fixes that I noticed while
> working in the
> code.
>
> I went through all the comments and I believe I fixed everything.
>
> Thanks to everyone that reviewed this before.
>
>
next prev parent reply other threads:[~2015-04-27 13:20 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-23 22:57 [Qemu-devel] [PATCH 00/17] Update to adding an IPMI device to qemu minyard
2015-04-23 22:57 ` [Qemu-devel] [PATCH 01/17] Add a base IPMI interface minyard
2015-04-23 22:57 ` [Qemu-devel] [PATCH 02/17] ipmi: Add a PC ISA type structure minyard
2015-04-26 8:58 ` Michael S. Tsirkin
2015-04-26 9:07 ` Michael S. Tsirkin
2015-05-08 21:16 ` Corey Minyard
2015-05-11 14:21 ` Paolo Bonzini
2015-05-11 17:26 ` Andreas Färber
2015-05-11 19:42 ` Paolo Bonzini
2015-05-11 19:58 ` Corey Minyard
2015-05-13 14:52 ` Paolo Bonzini
2015-05-16 1:48 ` Corey Minyard
2015-05-16 13:47 ` Paolo Bonzini
2015-04-26 9:05 ` Michael S. Tsirkin
2015-04-26 17:03 ` Paolo Bonzini
2015-05-08 20:59 ` Corey Minyard
2015-04-23 22:57 ` [Qemu-devel] [PATCH 03/17] ipmi: Add a KCS low-level interface minyard
2015-04-23 22:57 ` [Qemu-devel] [PATCH 04/17] ipmi: Add a BT " minyard
2015-04-23 22:57 ` [Qemu-devel] [PATCH 05/17] ipmi: Add a local BMC simulation minyard
2015-04-23 22:57 ` [Qemu-devel] [PATCH 06/17] ipmi: Add an external connection simulation interface minyard
2015-04-23 22:57 ` [Qemu-devel] [PATCH 07/17] ipmi: Add tests minyard
2015-04-23 22:57 ` [Qemu-devel] [PATCH 08/17] ipmi: Add documentation minyard
2015-04-23 22:57 ` [Qemu-devel] [PATCH 09/17] ipmi: Add migration capability to the IPMI device minyard
2015-04-23 22:57 ` [Qemu-devel] [PATCH 10/17] ipmi: Add a firmware configuration repository minyard
2015-04-23 22:57 ` [Qemu-devel] [PATCH 12/17] smbios: Add a function to directly add an entry minyard
2015-04-23 22:57 ` [Qemu-devel] [PATCH 13/17] pc: Postpone SMBIOS table installation to post machine init minyard
2015-04-23 22:57 ` [Qemu-devel] [PATCH 14/17] ipmi: Add SMBIOS table entry minyard
2015-04-26 8:36 ` Michael S. Tsirkin
2015-04-23 22:57 ` [Qemu-devel] [PATCH 15/17] acpi: Add a way for devices to add ACPI tables minyard
2015-04-23 22:57 ` [Qemu-devel] [PATCH 16/17] ipmi: Add ACPI table entries minyard
2015-04-26 8:36 ` Michael S. Tsirkin
2015-04-23 22:57 ` [Qemu-devel] [PATCH 17/17] bios: Add tests for the IPMI ACPI and SMBIOS entries minyard
2015-04-23 23:11 ` [Qemu-devel] [PATCH 00/17] Update to adding an IPMI device to qemu Eric Blake
2015-04-26 11:39 ` Andreas Färber
2015-04-26 16:52 ` Paolo Bonzini
2015-04-27 13:19 ` Corey Minyard [this message]
2015-04-24 9:38 ` Paolo Bonzini
2015-04-24 13:07 ` 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=553E3773.7040106@acm.org \
--to=minyard@acm.org \
--cc=afaerber@suse.de \
--cc=bcketchum@gmail.com \
--cc=mst@redhat.com \
--cc=peter.maydell@linaro.org \
--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).