<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bwlp/qemu.git/hw/usb/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/usb/Kconfig?h=spice_video_codecs</id>
<link rel='self' href='https://git.openslx.org/bwlp/qemu.git/atom/hw/usb/Kconfig?h=spice_video_codecs'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/'/>
<updated>2022-06-14T08:34:36+00:00</updated>
<entry>
<title>meson: Add CanoKey</title>
<updated>2022-06-14T08:34:36+00:00</updated>
<author>
<name>Hongren (Zenithal) Zheng</name>
</author>
<published>2022-05-19T12:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=8caef8507809634fc70ecb1faa898a0edaf1ae5c'/>
<id>urn:sha1:8caef8507809634fc70ecb1faa898a0edaf1ae5c</id>
<content type='text'>
Signed-off-by: Hongren (Zenithal) Zheng &lt;i@zenithal.me&gt;
Message-Id: &lt;YoY6YRD6cxH21mms@Sun&gt;
Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
</content>
</entry>
<entry>
<title>usb/storage: add kconfig symbols</title>
<updated>2021-03-15T16:01:12+00:00</updated>
<author>
<name>Gerd Hoffmann</name>
</author>
<published>2021-03-12T09:04:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=f98c9bd45fb4f479ca38f8a2b2abcf27e9c2b9aa'/>
<id>urn:sha1:f98c9bd45fb4f479ca38f8a2b2abcf27e9c2b9aa</id>
<content type='text'>
Add new kconfig symbols so usb-storage and usb-bot can
be enabled or disabled individually at build time.

Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
Message-Id: &lt;20210312090425.772900-5-kraxel@redhat.com&gt;
</content>
</entry>
<entry>
<title>usb: xlnx-usb-subsystem: Add xilinx usb subsystem</title>
<updated>2020-12-15T12:04:30+00:00</updated>
<author>
<name>Sai Pavan Boddu</name>
</author>
<published>2020-12-03T19:22:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=e29c7db19d2cb71df1c02ba523d0c882009a78ec'/>
<id>urn:sha1:e29c7db19d2cb71df1c02ba523d0c882009a78ec</id>
<content type='text'>
This model is a top level integration wrapper for hcd-dwc3 and
versal-usb2-ctrl-regs modules, this is used by xilinx versal soc's and
future xilinx usb subsystems would also be part of it.

Signed-off-by: Sai Pavan Boddu &lt;sai.pavan.boddu@xilinx.com&gt;
Reviewed-by: Edgar E. Iglesias &lt;edgar.iglesias@xilinx.com&gt;
Reviewed-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Message-id: 1607023357-5096-4-git-send-email-sai.pavan.boddu@xilinx.com
Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
</content>
</entry>
<entry>
<title>usb: Add DWC3 model</title>
<updated>2020-12-15T12:04:30+00:00</updated>
<author>
<name>Vikram Garhwal</name>
</author>
<published>2020-12-03T19:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=8bbe61f3c10446603514aeee0aafebaaa00e8d07'/>
<id>urn:sha1:8bbe61f3c10446603514aeee0aafebaaa00e8d07</id>
<content type='text'>
This patch adds skeleton model of dwc3 usb controller attached to
xhci-sysbus device. It defines global register space of DWC3 controller,
global registers control the AXI/AHB interfaces properties, external FIFO
support and event count support. All of which are unimplemented at
present,we are only supporting core reset and read of ID register.

Signed-off-by: Vikram Garhwal &lt;fnu.vikram@xilinx.com&gt;
Signed-off-by: Sai Pavan Boddu &lt;sai.pavan.boddu@xilinx.com&gt;
Reviewed-by: Edgar E. Iglesias &lt;edgar.iglesias@xilinx.com&gt;
Message-id: 1607023357-5096-3-git-send-email-sai.pavan.boddu@xilinx.com
Signed-off-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
</content>
</entry>
<entry>
<title>usb: fix kconfig for usb-xhci-sysbus</title>
<updated>2020-11-20T15:43:41+00:00</updated>
<author>
<name>Paolo Bonzini</name>
</author>
<published>2020-11-20T08:55:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=6ca2aa5cfb65f5fa791e2400a6db4e34b6f9fa27'/>
<id>urn:sha1:6ca2aa5cfb65f5fa791e2400a6db4e34b6f9fa27</id>
<content type='text'>
Remove the "default y" for USB_XHCI_SYSBUS because
sysbus devices are not user creatable; boards that use them will
specify them manually with "imply" or "select" clauses.

It would be nice to keep the ability to remove PCIe and USB from microvm,
since thos can be disabled on the command line and therefore should not
be included if QEMU is configured --without-default-devices.  However
it's too late for 5.2 to figure out a place for the DSDT creation code.

Reported-by: Bruce Rogers &lt;brogers@suse.com&gt;
Cc: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
Signed-off-by: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
</content>
</entry>
<entry>
<title>hw/usb/Kconfig: Fix USB_XHCI_NEC (depends on USB_XHCI_PCI)</title>
<updated>2020-11-13T06:36:33+00:00</updated>
<author>
<name>Philippe Mathieu-Daudé</name>
</author>
<published>2020-11-09T13:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=f0617abfd6c08a7711cb99cc02a74533846c2f7d'/>
<id>urn:sha1:f0617abfd6c08a7711cb99cc02a74533846c2f7d</id>
<content type='text'>
Since commit 755fba11fbc and 8ddab8dd3d8 we can not build
USB_XHCI_NEC without USB_XHCI_PCI. Correct the Kconfig
dependency.

Fixes: 755fba11fbc ("usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c")
Reviewed-by: Sai Pavan Boddu &lt;sai.pavan.boddu@xilinx.com&gt;
Reviewed-by: Richard Henderson &lt;richard.henderson@linaro.org&gt;
Signed-off-by: Philippe Mathieu-Daudé &lt;philmd@redhat.com&gt;
Message-id: 20201109135300.2592982-2-philmd@redhat.com

[ kraxel: restore "default y if PCI_DEVICES" because
          "qemu-system-ppc64 -M pseries,usb=on" needs USB_XHCI_NEC=y ]

Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
</content>
</entry>
<entry>
<title>usb/xhci: fixup xhci kconfig deps</title>
<updated>2020-10-21T09:36:19+00:00</updated>
<author>
<name>Gerd Hoffmann</name>
</author>
<published>2020-10-20T07:48:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=7114f6eac333d99b1db87eedd3f6620a98354296'/>
<id>urn:sha1:7114f6eac333d99b1db87eedd3f6620a98354296</id>
<content type='text'>
USB_XHCI does not depend on PCI any more.
USB_XHCI_SYSBUS must select USB_XHCI not USB.

Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
Reviewed-by: Sai Pavan Boddu &lt;sai.pavan.boddu@xilinx.com&gt;
Message-id: 20201020074844.5304-5-kraxel@redhat.com
</content>
</entry>
<entry>
<title>usb: hcd-xhci-sysbus: Attach xhci to sysbus device</title>
<updated>2020-09-28T10:40:11+00:00</updated>
<author>
<name>Sai Pavan Boddu</name>
</author>
<published>2020-09-24T14:20:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=f00ff136eee50b1450f9b47ae35df3ca6b9bcfb8'/>
<id>urn:sha1:f00ff136eee50b1450f9b47ae35df3ca6b9bcfb8</id>
<content type='text'>
Use XHCI as sysbus device, add memory region property to get the
address space instance for dma read/write.

Signed-off-by: Sai Pavan Boddu &lt;sai.pavan.boddu@xilinx.com&gt;
Message-id: 1600957256-6494-5-git-send-email-sai.pavan.boddu@xilinx.com
Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
</content>
</entry>
<entry>
<title>usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c</title>
<updated>2020-09-28T10:40:11+00:00</updated>
<author>
<name>Sai Pavan Boddu</name>
</author>
<published>2020-09-24T14:20:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=755fba11fbcadb4ba27700a99f29ebdf9bb63c51'/>
<id>urn:sha1:755fba11fbcadb4ba27700a99f29ebdf9bb63c51</id>
<content type='text'>
Move pci specific devices to new file. This set the environment to move all
pci specific hooks in hcd-xhci.c to hcd-xhci-pci.c.

Signed-off-by: Sai Pavan Boddu &lt;sai.pavan.boddu@xilinx.com&gt;
Message-id: 1600957256-6494-3-git-send-email-sai.pavan.boddu@xilinx.com
Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
</content>
</entry>
<entry>
<title>meson: Add U2F key to meson</title>
<updated>2020-08-31T06:23:10+00:00</updated>
<author>
<name>César Belley</name>
</author>
<published>2020-08-26T11:42:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/bwlp/qemu.git/commit/?id=0a40bcb740aabf5e9504168dee039d5b9f242c41'/>
<id>urn:sha1:0a40bcb740aabf5e9504168dee039d5b9f242c41</id>
<content type='text'>
Signed-off-by: César Belley &lt;cesar.belley@lse.epita.fr&gt;
Message-id: 20200826114209.28821-8-cesar.belley@lse.epita.fr

[ fixes suggested by paolo ]

Signed-off-by: Gerd Hoffmann &lt;kraxel@redhat.com&gt;
</content>
</entry>
</feed>
