<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/hw/misc/Kconfig, 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/misc/Kconfig?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/hw/misc/Kconfig?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2022-05-08T17:52:37+00:00</updated>
<entry>
<title>lasi: move from hw/hppa to hw/misc</title>
<updated>2022-05-08T17:52:37+00:00</updated>
<author>
<name>Mark Cave-Ayland</name>
</author>
<published>2022-05-04T09:25:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=45f569a11666051f98edc678616d135c9feaf506'/>
<id>urn:sha1:45f569a11666051f98edc678616d135c9feaf506</id>
<content type='text'>
Move the LASI device implementation from hw/hppa to hw/misc so that it is
located with all the other miscellaneous devices.

Signed-off-by: Mark Cave-Ayland &lt;mark.cave-ayland@ilande.co.uk&gt;
Acked-by: Helge Deller &lt;deller@gmx.de&gt;
Message-Id: &lt;20220504092600.10048-43-mark.cave-ayland@ilande.co.uk&gt;
Signed-off-by: Mark Cave-Ayland &lt;mark.cave-ayland@ilande.co.uk&gt;
</content>
</entry>
<entry>
<title>sensor: Move hardware sensors from misc to a sensor directory</title>
<updated>2021-06-17T12:10:32+00:00</updated>
<author>
<name>Corey Minyard</name>
</author>
<published>2021-05-18T21:08:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=5e9ae4b1a31a17a72487372067a78b6afa68b68d'/>
<id>urn:sha1:5e9ae4b1a31a17a72487372067a78b6afa68b68d</id>
<content type='text'>
Lots of this are expected to be coming in, create a directory for them.

Also move the tmp105.h file into the include directory where it
should be.

Cc: Cédric Le Goater &lt;clg@kaod.org&gt;
Cc: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Cc: Andrew Jeffery &lt;andrew@aj.id.au&gt;
Cc: Joel Stanley &lt;joel@jms.id.au&gt;
Cc: Andrzej Zaborowski &lt;balrogg@gmail.com&gt;
Cc: qemu-arm@nongnu.org
Signed-off-by: Corey Minyard &lt;cminyard@mvista.com&gt;
Acked-by: Cédric Le Goater &lt;clg@kaod.org&gt;
</content>
</entry>
<entry>
<title>adc: Move the max111x driver to the adc directory</title>
<updated>2021-06-17T12:10:32+00:00</updated>
<author>
<name>Corey Minyard</name>
</author>
<published>2021-05-18T20:54:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=58f3e3fe69a66a5c27675faf3e7afa52e027e621'/>
<id>urn:sha1:58f3e3fe69a66a5c27675faf3e7afa52e027e621</id>
<content type='text'>
It's an adc, put it where it belongs.

Cc: Andrzej Zaborowski &lt;balrogg@gmail.com&gt;
Cc: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Cc: qemu-arm@nongnu.org
Signed-off-by: Corey Minyard &lt;cminyard@mvista.com&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Tested-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
</content>
</entry>
<entry>
<title>m68k: add a system controller</title>
<updated>2021-03-15T20:02:57+00:00</updated>
<author>
<name>Laurent Vivier</name>
</author>
<published>2021-03-12T21:41:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=0791bc02b8fbf9d55626b57f45255ba1b6ea83d5'/>
<id>urn:sha1:0791bc02b8fbf9d55626b57f45255ba1b6ea83d5</id>
<content type='text'>
Add a system controller for the m68k-virt machine.
This controller allows the kernel to power off or reset the machine.

Signed-off-by: Laurent Vivier &lt;laurent@vivier.eu&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Tested-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Message-Id: &lt;20210312214145.2936082-5-laurent@vivier.eu&gt;
</content>
</entry>
<entry>
<title>hw/misc/sse-cpu-pwrctrl: Implement SSE-300 CPU&lt;N&gt;_PWRCTRL register block</title>
<updated>2021-03-08T17:20:02+00:00</updated>
<author>
<name>Peter Maydell</name>
</author>
<published>2021-02-19T14:45:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=4239b311467bea86578d9da3cd22909de69d7af7'/>
<id>urn:sha1:4239b311467bea86578d9da3cd22909de69d7af7</id>
<content type='text'>
The SSE-300 has a new register block CPU&lt;N&gt;_PWRCTRL.  There is one
instance of this per CPU in the system (so just one for the SSE-300),
and as well as the usual CIDR/PIDR ID registers it has just one
register, CPUPWRCFG.  This register allows the guest to configure
behaviour of the system in power-down and deep-sleep states.  Since
QEMU does not model those, we make the register a dummy
reads-as-written implementation.

Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Tested-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Message-id: 20210219144617.4782-21-peter.maydell@linaro.org
</content>
</entry>
<entry>
<title>hw/arm/Kconfig: Move ARMSSE_CPUID and ARMSSE_MHU stanzas to hw/misc</title>
<updated>2021-03-08T17:20:02+00:00</updated>
<author>
<name>Peter Maydell</name>
</author>
<published>2021-02-19T14:45:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=370d75d935c4f58a3f94597a9e6609aefbc5bb34'/>
<id>urn:sha1:370d75d935c4f58a3f94597a9e6609aefbc5bb34</id>
<content type='text'>
The ARMSSE_CPUID and ARMSSE_MHU Kconfig stanzas are for the devices
implemented by hw/misc/cpuid.c and hw/misc/armsse-mhu.c.  Move them
to hw/misc/Kconfig where they belong.

Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Tested-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Reviewed-by: Philippe Mathieu-Daudé &lt;f4bug@amsat.org&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Message-id: 20210219144617.4782-20-peter.maydell@linaro.org
</content>
</entry>
<entry>
<title>hw/misc/pvpanic: add PCI interface support</title>
<updated>2021-01-29T10:47:28+00:00</updated>
<author>
<name>Mihai Carabas</name>
</author>
<published>2021-01-27T14:59:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=d097b3dcb6214a35613abc60c48517b850349ad0'/>
<id>urn:sha1:d097b3dcb6214a35613abc60c48517b850349ad0</id>
<content type='text'>
Add PCI interface support for PVPANIC device. Create a new file pvpanic-pci.c
where the PCI specific routines reside and update the build system with the new
files and config structure.

Signed-off-by: Mihai Carabas &lt;mihai.carabas@oracle.com&gt;
Reviewed-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
Reviewed-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Signed-off-by: Mihai Carabas &lt;mihai.carabas@oracle.com&gt;
Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
</content>
</entry>
<entry>
<title>hw/misc/pvpanic: split-out generic and bus dependent code</title>
<updated>2021-01-29T10:47:28+00:00</updated>
<author>
<name>Mihai Carabas</name>
</author>
<published>2021-01-27T14:59:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=677726ef1ebc567e4f5081f68623debc68f958d9'/>
<id>urn:sha1:677726ef1ebc567e4f5081f68623debc68f958d9</id>
<content type='text'>
To ease the PCI device addition in next patches, split the code as follows:
- generic code (read/write/setup) is being kept in pvpanic.c
- ISA dependent code moved to pvpanic-isa.c

Also, rename:
- ISA_PVPANIC_DEVICE -&gt; PVPANIC_ISA_DEVICE.
- TYPE_PVPANIC -&gt; TYPE_PVPANIC_ISA.
- MemoryRegion io -&gt; mr.
- pvpanic_ioport_* in pvpanic_*.

Update the build system with the new files and config structure.

Signed-off-by: Mihai Carabas &lt;mihai.carabas@oracle.com&gt;
Reviewed-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
</content>
</entry>
<entry>
<title>hw/misc: add an EMC141{3,4} device model</title>
<updated>2020-12-10T11:11:03+00:00</updated>
<author>
<name>John Wang</name>
</author>
<published>2020-12-10T11:11:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=5e623f2bf1b4a43022c2fd31919c76ddb9556e17'/>
<id>urn:sha1:5e623f2bf1b4a43022c2fd31919c76ddb9556e17</id>
<content type='text'>
Largely inspired by the TMP421 temperature sensor, here is a model for
the EMC1413/EMC1414 temperature sensors.

Specs can be found here :
  http://ww1.microchip.com/downloads/en/DeviceDoc/20005274A.pdf

Signed-off-by: John Wang &lt;wangzhiqiang.bj@bytedance.com&gt;
Reviewed-by: Cédric Le Goater &lt;clg@kaod.org&gt;
Message-Id: &lt;20201122105134.671-1-wangzhiqiang.bj@bytedance.com&gt;
Signed-off-by: Cédric Le Goater &lt;clg@kaod.org&gt;
</content>
</entry>
<entry>
<title>hw/misc: Add Microchip PolarFire SoC SYSREG module support</title>
<updated>2020-11-03T15:17:23+00:00</updated>
<author>
<name>Bin Meng</name>
</author>
<published>2020-10-28T05:30:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=0f25065cb616f74729383fbf30369c374305ebb1'/>
<id>urn:sha1:0f25065cb616f74729383fbf30369c374305ebb1</id>
<content type='text'>
This creates a minimum model for Microchip PolarFire SoC SYSREG
module. It only implements the ENVM_CR register to tell guest
software that eNVM is running at the configured divider rate.

Signed-off-by: Bin Meng &lt;bin.meng@windriver.com&gt;
Reviewed-by: Alistair Francis &lt;alistair.francis@wdc.com&gt;
Message-id: 1603863010-15807-7-git-send-email-bmeng.cn@gmail.com
Signed-off-by: Alistair Francis &lt;alistair.francis@wdc.com&gt;
</content>
</entry>
</feed>
