qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
To: qemu-devel@nongnu.org
Cc: "Huacai Chen" <chenhuacai@kernel.org>,
	"Dr . David Alan Gilbert" <dgilbert@redhat.com>,
	"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
	"Gerd Hoffmann" <kraxel@redhat.com>,
	"David Gibson" <david@gibson.dropbear.id.au>
Subject: [PATCH 0/3] hw/usb: Extract Extract VT82C686 UHCI PCI function into new unit
Date: Tue,  9 Mar 2021 20:07:59 +0100	[thread overview]
Message-ID: <20210309190802.830969-1-f4bug@amsat.org> (raw)

The VT82C686 UHCI PCI function should not be exposed it the
VT82C686 south bridge is not present. Extract it out of hcd-uhci.c

Following this discussion:
https://lists.gnu.org/archive/html/qemu-devel/2021-03/msg02923.html

Philippe Mathieu-Daudé (3):
  hw/southbridge: Add missing Kconfig dependency VT82C686 on USB_UHCI
  hw/usb/hcd-uhci: Expose generic prototypes to local header
  hw/usb: Extract VT82C686 UHCI PCI function into new unit

 hw/usb/hcd-uhci.h          | 93 ++++++++++++++++++++++++++++++++++++++
 hw/usb/hcd-uhci.c          | 83 ++--------------------------------
 hw/usb/vt82c686-uhci-pci.c | 43 ++++++++++++++++++
 MAINTAINERS                |  1 +
 hw/isa/Kconfig             |  1 +
 hw/usb/meson.build         |  1 +
 6 files changed, 142 insertions(+), 80 deletions(-)
 create mode 100644 hw/usb/hcd-uhci.h
 create mode 100644 hw/usb/vt82c686-uhci-pci.c

-- 
2.26.2



             reply	other threads:[~2021-03-09 20:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-09 19:07 Philippe Mathieu-Daudé [this message]
2021-03-09 19:08 ` [PATCH 1/3] hw/southbridge: Add missing Kconfig dependency VT82C686 on USB_UHCI Philippe Mathieu-Daudé
2021-03-09 20:04   ` BALATON Zoltan
2021-03-11 12:42   ` Gerd Hoffmann
2021-03-09 19:08 ` [PATCH 2/3] hw/usb/hcd-uhci: Expose generic prototypes to local header Philippe Mathieu-Daudé
2021-03-09 19:08 ` [PATCH 3/3] hw/usb: Extract VT82C686 UHCI PCI function into a new unit Philippe Mathieu-Daudé
2021-03-09 20:13   ` BALATON Zoltan
2021-03-10  0:06     ` Philippe Mathieu-Daudé
2021-03-10  2:33       ` BALATON Zoltan

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=20210309190802.830969-1-f4bug@amsat.org \
    --to=f4bug@amsat.org \
    --cc=chenhuacai@kernel.org \
    --cc=david@gibson.dropbear.id.au \
    --cc=dgilbert@redhat.com \
    --cc=kraxel@redhat.com \
    --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).