<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/hw/ipmi/Makefile.objs, branch spice_video_codecs</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/hw/ipmi/Makefile.objs?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/hw/ipmi/Makefile.objs?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2020-08-21T10:30:29+00:00</updated>
<entry>
<title>meson: convert hw/ipmi</title>
<updated>2020-08-21T10:30:29+00:00</updated>
<author>
<name>Marc-André Lureau</name>
</author>
<published>2019-08-16T14:22:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=a7b9b7d1d709ba2c5e089f9d69f00df7404c43f7'/>
<id>urn:sha1:a7b9b7d1d709ba2c5e089f9d69f00df7404c43f7</id>
<content type='text'>
Signed-off-by: Marc-André Lureau &lt;marcandre.lureau@redhat.com&gt;
Reviewed-by: Corey Minyard &lt;cminyard@mvista.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>ipmi: Add an SMBus IPMI interface</title>
<updated>2019-09-20T19:08:10+00:00</updated>
<author>
<name>Corey Minyard</name>
</author>
<published>2015-04-01T20:11:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=38033052f64026e53f2718b05cad45df5b59f2f4'/>
<id>urn:sha1:38033052f64026e53f2718b05cad45df5b59f2f4</id>
<content type='text'>
Signed-off-by: Corey Minyard &lt;cminyard@mvista.com&gt;
</content>
</entry>
<entry>
<title>ipmi: Add PCI IPMI interfaces</title>
<updated>2019-09-20T19:08:10+00:00</updated>
<author>
<name>Corey Minyard</name>
</author>
<published>2017-12-06T19:36:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=12f983c6aa165bc85ac061856cb3970d80ee25b4'/>
<id>urn:sha1:12f983c6aa165bc85ac061856cb3970d80ee25b4</id>
<content type='text'>
Pretty straightforward, just hook the current KCS and BT code into
the PCI system with the proper configuration.

Cc: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Cc: M: Marcel Apfelbaum &lt;marcel.apfelbaum@gmail.com&gt;
Signed-off-by: Corey Minyard &lt;cminyard@mvista.com&gt;
</content>
</entry>
<entry>
<title>ipmi: Split out BT-specific code from ISA BT code</title>
<updated>2019-09-20T19:08:10+00:00</updated>
<author>
<name>Corey Minyard</name>
</author>
<published>2017-12-06T18:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=1739d54c8bea120897e6170a3807ab8633c6d460'/>
<id>urn:sha1:1739d54c8bea120897e6170a3807ab8633c6d460</id>
<content type='text'>
Get ready for PCI and other BT interfaces.

No functional changes, just split the code into generic BT code
and ISA-specific BT code.

Signed-off-by: Corey Minyard &lt;cminyard@mvista.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
</content>
</entry>
<entry>
<title>ipmi: Split out KCS-specific code from ISA KCS code</title>
<updated>2019-09-20T19:08:10+00:00</updated>
<author>
<name>Corey Minyard</name>
</author>
<published>2017-12-06T13:34:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=0f310cd6e1218728ddba54afdfbddc66e2db0012'/>
<id>urn:sha1:0f310cd6e1218728ddba54afdfbddc66e2db0012</id>
<content type='text'>
Get ready for PCI and other KCS interfaces.

No functional changes, just split the code into the generic KCS code
and the ISA-specific code.

Signed-off-by: Corey Minyard &lt;cminyard@mvista.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
</content>
</entry>
<entry>
<title>ipmi: fix build config variable name for ipmi_bmc_extern.o</title>
<updated>2016-11-01T17:21:09+00:00</updated>
<author>
<name>Daniel P. Berrange</name>
</author>
<published>2016-10-24T20:10:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=4059fa63b7fae7e92cd54bd905366c46d0b62e69'/>
<id>urn:sha1:4059fa63b7fae7e92cd54bd905366c46d0b62e69</id>
<content type='text'>
The original commit:

  commit 67aa56fc03bea44ccf384ea400515a8a58844a50
  Author: Corey Minyard &lt;cminyard@mvista.com&gt;
  Date:   Thu Dec 17 12:50:06 2015 -0600

    ipmi: Add an external connection simulation interface

defined a new variable CONFIG_IPMI_EXTERN, but then went
on to mistakely use the pre-existing CONFIG_IPMI_LOCAL
variable.

Signed-off-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
Signed-off-by: Corey Minyard &lt;cminyard@mvista.com&gt;
Reviewed-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
</content>
</entry>
<entry>
<title>ipmi: Add a BT low-level interface</title>
<updated>2015-12-22T16:39:19+00:00</updated>
<author>
<name>Corey Minyard</name>
</author>
<published>2015-12-17T18:50:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=a9b74079cbf68720bbe9b409775bed8e1002cf4f'/>
<id>urn:sha1:a9b74079cbf68720bbe9b409775bed8e1002cf4f</id>
<content type='text'>
This provides the simulation of the BT hardware interface for
IPMI.

Signed-off-by: Corey Minyard &lt;cminyard@mvista.com&gt;
Reviewed-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
</content>
</entry>
<entry>
<title>ipmi: Add an ISA KCS low-level interface</title>
<updated>2015-12-22T16:39:19+00:00</updated>
<author>
<name>Corey Minyard</name>
</author>
<published>2015-12-17T18:50:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=0719029c47b28404cf307f184934c8281a424918'/>
<id>urn:sha1:0719029c47b28404cf307f184934c8281a424918</id>
<content type='text'>
This provides the simulation of the KCS hardware interface.

Signed-off-by: Corey Minyard &lt;cminyard@mvista.com&gt;
Reviewed-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
</content>
</entry>
<entry>
<title>ipmi: Add an external connection simulation interface</title>
<updated>2015-12-22T16:39:19+00:00</updated>
<author>
<name>Corey Minyard</name>
</author>
<published>2015-12-17T18:50:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=67aa56fc03bea44ccf384ea400515a8a58844a50'/>
<id>urn:sha1:67aa56fc03bea44ccf384ea400515a8a58844a50</id>
<content type='text'>
This adds an interface for IPMI that connects to a remote
BMC over a chardev (generally a TCP socket).  The OpenIPMI
lanserv simulator describes this interface, see that for
interface details.

Signed-off-by: Corey Minyard &lt;cminyard@mvista.com&gt;
Reviewed-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
</content>
</entry>
<entry>
<title>ipmi: Add a local BMC simulation</title>
<updated>2015-12-22T16:39:19+00:00</updated>
<author>
<name>Corey Minyard</name>
</author>
<published>2015-12-17T18:50:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=8bfffbccad2b7a9836caee359bd5055ab6989ac5'/>
<id>urn:sha1:8bfffbccad2b7a9836caee359bd5055ab6989ac5</id>
<content type='text'>
This provides a minimal local BMC, basically enough to comply with the
spec and provide a complete watchdog timer (including a sensor, SDR,
and event).

Signed-off-by: Corey Minyard &lt;cminyard@mvista.com&gt;
Reviewed-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
</content>
</entry>
</feed>
