qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] usb-serial: only check speed once at realize time
@ 2014-09-19  7:25 arei.gonglei
  2014-09-19  7:25 ` [Qemu-devel] [PATCH 1/2] usb-bus: introduce a wrapper function to check speed arei.gonglei
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: arei.gonglei @ 2014-09-19  7:25 UTC (permalink / raw)
  To: qemu-devel
  Cc: weidong.huang, luonengjun, peter.huangpeng, armbru, Gonglei,
	kraxel, pbonzini

From: Gonglei <arei.gonglei@huawei.com>

This patch series based on 
 [PATCH v3 00/19] usb: convert device init to realize

As Paolo's comments:

usb port speed check could be extracted to a separate
function usb_check_attach, that is called just once at realize time,
even if !s->cs->be_open.

Please review, Thanks. :)

Gonglei (2):
  usb-bus: introduce a wrapper function to check speed
  usb-serial: only check speed once at realize time

 hw/usb/bus.c        | 14 +++++++++++++-
 hw/usb/dev-serial.c | 16 +++++++++-------
 include/hw/usb.h    |  1 +
 3 files changed, 23 insertions(+), 8 deletions(-)

-- 
1.7.12.4

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-09-23 11:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-19  7:25 [Qemu-devel] [PATCH 0/2] usb-serial: only check speed once at realize time arei.gonglei
2014-09-19  7:25 ` [Qemu-devel] [PATCH 1/2] usb-bus: introduce a wrapper function to check speed arei.gonglei
2014-09-19  7:25 ` [Qemu-devel] [PATCH 2/2] usb-serial: only check speed once at realize time arei.gonglei
2014-09-19  8:08 ` [Qemu-devel] [PATCH 0/2] " Paolo Bonzini
2014-09-19  8:12   ` Gonglei (Arei)
2014-09-23 10:59   ` Gonglei (Arei)

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).