<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/hw/input/Kconfig, branch master</title>
<subtitle>Experimental fork of QEMU with video encoding patches</subtitle>
<id>https://git.openslx.org/bwlp/qemu.git/atom/hw/input/Kconfig?h=master</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/hw/input/Kconfig?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2020-12-13T16:54:55+00:00</updated>
<entry>
<title>ads7846: moves from the hw/display folder to the hw/input folder.</title>
<updated>2020-12-13T16:54:55+00:00</updated>
<author>
<name>Gan Qixin</name>
</author>
<published>2020-11-15T12:35:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=f12985f14a05181b34b3cfb935b4136a05726423'/>
<id>urn:sha1:f12985f14a05181b34b3cfb935b4136a05726423</id>
<content type='text'>
ads7846 is a touch-screen controller that is an input device rather
than a display device, so move it to the hw/input folder.

Signed-off-by: Gan Qixin &lt;ganqixin@huawei.com&gt;
Reviewed-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Message-Id: &lt;20201115123503.1110665-1-ganqixin@huawei.com&gt;
Signed-off-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
</content>
</entry>
<entry>
<title>hw/input: Do not enable CONFIG_PCKBD by default</title>
<updated>2020-02-04T08:01:31+00:00</updated>
<author>
<name>Thomas Huth</name>
</author>
<published>2020-01-15T11:22:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=10ebc0a8fde078c51d7340d194aa45d58f076f5b'/>
<id>urn:sha1:10ebc0a8fde078c51d7340d194aa45d58f076f5b</id>
<content type='text'>
The i8042 PS/2 Controller should not be enabled by default. It has
to be selected by machines or chipsets (e.g. SuperIO chipsets).

Message-Id: &lt;20200115113748.24757-1-thuth@redhat.com&gt;
Acked-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Reviewed-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Signed-off-by: Thomas Huth &lt;thuth@redhat.com&gt;
</content>
</entry>
<entry>
<title>hppa: add emulation of LASI PS2 controllers</title>
<updated>2020-01-27T18:49:51+00:00</updated>
<author>
<name>Sven Schnelle</name>
</author>
<published>2019-12-20T21:15:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=2a6505b0e79e553ed11570fb484071f3e5293cff'/>
<id>urn:sha1:2a6505b0e79e553ed11570fb484071f3e5293cff</id>
<content type='text'>
Signed-off-by: Sven Schnelle &lt;svens@stackframe.org&gt;
Message-Id: &lt;20191220211512.3289-5-svens@stackframe.org&gt;
Signed-off-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
</content>
</entry>
<entry>
<title>hw/input: Add a CONFIG_PS2 switch for the ps2.c file</title>
<updated>2019-05-15T09:56:53+00:00</updated>
<author>
<name>Thomas Huth</name>
</author>
<published>2019-04-11T18:22:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=b92be8d0920021fca4cfac90e552a74ce066a0a3'/>
<id>urn:sha1:b92be8d0920021fca4cfac90e552a74ce066a0a3</id>
<content type='text'>
ps2.c only needs to be compiled if we are building pckbd.c or pl050.c.

Signed-off-by: Thomas Huth &lt;thuth@redhat.com&gt;
Message-Id: &lt;20190411182240.5957-1-thuth@redhat.com&gt;
Tested-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>virtio-input: fix Kconfig dependency and Makefile</title>
<updated>2019-05-13T06:49:30+00:00</updated>
<author>
<name>Gerd Hoffmann</name>
</author>
<published>2019-05-10T10:51:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=503591cb6c28c3ddbe38ea50cab2f0dd3d6cd929'/>
<id>urn:sha1:503591cb6c28c3ddbe38ea50cab2f0dd3d6cd929</id>
<content type='text'>
Make VIRTIO_INPUT_HOST depend on VIRTIO_INPUT.
Use CONFIG_VIRTIO_INPUT_HOST in Makefile.

Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
Reviewed-by: Marc-André Lureau &lt;marcandre.lureau@redhat.com&gt;
Message-id: 20190510105137.17481-2-kraxel@redhat.com
</content>
</entry>
<entry>
<title>Add vhost-user-input-pci</title>
<updated>2019-05-10T12:52:47+00:00</updated>
<author>
<name>Marc-André Lureau</name>
</author>
<published>2019-05-03T13:00:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=9c4d05b741660958cf8769fa7ae73617fe4c67bd'/>
<id>urn:sha1:9c4d05b741660958cf8769fa7ae73617fe4c67bd</id>
<content type='text'>
Add a new virtio-input device, which connects to a vhost-user
backend.

Instead of reading configuration directly from an input device /
evdev (like virtio-input-host), it reads it over vhost-user protocol
with {SET,GET}_CONFIG messages. The vhost-user-backend handles the
queues &amp; events setup.

Signed-off-by: Marc-André Lureau &lt;marcandre.lureau@redhat.com&gt;
Message-id: 20190503130034.24916-5-marcandre.lureau@redhat.com

[ kraxel: drop -{non-,}transitional variants ]
[ kraxel: fix "make check" on !linux ]

Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
</content>
</entry>
<entry>
<title>virtio: express virtio dependencies with Kconfig</title>
<updated>2019-03-07T20:45:53+00:00</updated>
<author>
<name>Yang Zhong</name>
</author>
<published>2019-01-23T06:56:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=b42075bb77672616127c9452c0f836e757e9ce1a'/>
<id>urn:sha1:b42075bb77672616127c9452c0f836e757e9ce1a</id>
<content type='text'>
Signed-off-by: Yang Zhong &lt;yang.zhong@intel.com&gt;
Reviewed-by: Thomas Huth &lt;thuth@redhat.com&gt;
Message-Id: &lt;20190123065618.3520-42-yang.zhong@intel.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>i2c: express dependencies with Kconfig</title>
<updated>2019-03-07T20:45:53+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2019-01-23T06:56:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=1550b0e6bfe3ab6985e5ad75df1c528a0ca39468'/>
<id>urn:sha1:1550b0e6bfe3ab6985e5ad75df1c528a0ca39468</id>
<content type='text'>
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Signed-off-by: Yang Zhong &lt;yang.zhong@intel.com&gt;
Acked-by: Thomas Huth &lt;thuth@redhat.com&gt;
Message-Id: &lt;20190123065618.3520-38-yang.zhong@intel.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>isa: express dependencies with kconfig</title>
<updated>2019-03-07T20:45:53+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2019-01-23T06:56:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=a7e23159074c9d774fb1e88357b778994a0c9365'/>
<id>urn:sha1:a7e23159074c9d774fb1e88357b778994a0c9365</id>
<content type='text'>
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Signed-off-by: Yang Zhong &lt;yang.zhong@intel.com&gt;
Message-Id: &lt;20190123065618.3520-36-yang.zhong@intel.com&gt;
Reviewed-by: Thomas Huth &lt;thuth@redhat.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>build: switch to Kconfig</title>
<updated>2019-03-07T20:45:53+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2019-01-23T06:56:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=e0e312f3525ad6ac18ba6633af29190dd9620cbc'/>
<id>urn:sha1:e0e312f3525ad6ac18ba6633af29190dd9620cbc</id>
<content type='text'>
The make_device_config.sh script is replaced by minikconf, which
is modified to support the same command line as its predecessor.

The roots of the parsing are default-configs/*.mak, Kconfig.host and
hw/Kconfig.  One difference with make_device_config.sh is that all symbols
have to be defined in a Kconfig file, including those coming from the
configure script.  This is the reason for the Kconfig.host file introduced
in the previous patch. Whenever a file in default-configs/*.mak used
$(...) to refer to a config-host.mak symbol, this is replaced by a
Kconfig dependency; this part must be done already in this patch
for bisectability.

Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
Signed-off-by: Yang Zhong &lt;yang.zhong@intel.com&gt;
Acked-by: Thomas Huth &lt;thuth@redhat.com&gt;
Message-Id: &lt;20190123065618.3520-28-yang.zhong@intel.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
</feed>
