Sign in
qemu
/
qemu
/
9f9a03b9818194da39c6759d9b0cbee5d7ace4e1
/
hw
/
usb
22fc860
hw/[u-x]*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
f487b67
dma: keep a device alive while it has SGLists
by Paolo Bonzini
· 12 years ago
71938a0
usb: add serial bus property
by Gerd Hoffmann
· 12 years ago
628e548
usb-host-libusb: set USB_DEV_FLAG_IS_HOST
by Gerd Hoffmann
· 12 years ago
bc45de8
usb/host-libusb: Fix building with libusb git master code
by Hans de Goede
· 12 years ago
4e3d8b4
usb/hcd-ehci: Add Faraday FUSBH200 support
by Kuo-Jung Su
· 12 years ago
cc8d6a8
usb/hcd-ehci: Replace PORTSC macros with variables
by Kuo-Jung Su
· 12 years ago
20c5704
usb/hcd-ehci: Add Tegra2 SysBus EHCI device
by Andreas Färber
· 12 years ago
d4614cc
usb/hcd-ehci: Split off instance_init from realize
by Andreas Färber
· 12 years ago
08f4c90
usb/hcd-ehci-sysbus: Convert to QOM realize
by Andreas Färber
· 12 years ago
df32fd1
dma: eliminate DMAContext
by Paolo Bonzini
· 12 years ago
37352df
xhci: add live migration support
by Gerd Hoffmann
· 12 years ago
003e15a
xhci: add xhci_init_epctx
by Gerd Hoffmann
· 12 years ago
492b21f
xhci: add xhci_alloc_epctx
by Gerd Hoffmann
· 12 years ago
4034e69
xhci: add XHCISlot->addressed
by Gerd Hoffmann
· 12 years ago
45ec267
host-libusb: Correct test for USB packet state
by Ed Maste
· 12 years ago
7563352
Fix usage of USB_DEV_FLAG_IS_HOST flag.
by Michael Marineau
· 12 years ago
c7e775e
remove double semicolons
by Dong Xu Wang
· 12 years ago
4e906d5
xhci: handle USB_RET_BABBLE
by Gerd Hoffmann
· 12 years ago
9822261
uhci: Use an intermediate buffer for usb packet data
by Hans de Goede
· 12 years ago
c3268cc
usb-host: add usb_host_full_speed_compat
by Gerd Hoffmann
· 12 years ago
95efb20
usb-host: live migration support for the libusb version
by Gerd Hoffmann
· 12 years ago
11fc853
scsi: add bus_name parameter to scsi_bus_new.
by KONRAD Frederic
· 12 years ago
36cd6f6
audio: remove the need for audio card CONFIG_* symbols
by Paolo Bonzini
· 12 years ago
ae12e3a
ccid: Fix crash when backend isn't specified
by Cole Robinson
· 12 years ago
58aeda1
dev-smartcard-reader: empty implementation for Mechanical (fail correctly)
by Alon Levy
· 12 years ago
2f8f916
dev-smartcard-reader: copy atr protocol to ccid parameters
by Alon Levy
· 12 years ago
d7d218e
dev-smartcard-reader: change default protocol to T=0
by Alon Levy
· 12 years ago
4942d6c
dev-smartcard-reader: define structs for CCID_Parameter internals
by Alon Levy
· 12 years ago
b16352a
ccid-card-passthru, dev-smartcard-reader: add debug environment variables
by Alon Levy
· 12 years ago
0e61400
ccid-card-passthru: add atr check
by Alon Levy
· 12 years ago
693e477
dev-smartcard-reader: reuse usb.h definitions
by Alon Levy
· 12 years ago
c5cd7c8
dev-smartcard-reader: support windows guest
by Alon Levy
· 12 years ago
47bf53a
dev-smartcard-reader: remove aborts (never triggered, but just in case)
by Alon Levy
· 12 years ago
7e1ac5a
dev-smartcard-reader: nicer debug messages
by Alon Levy
· 12 years ago
4543d43
dev-smartcard-reader: white space fixes
by Alon Levy
· 12 years ago
da000a4
ccid: declare DEFAULT_ATR table to be "static const"
by Jim Meyering
· 13 years ago
d18c711
ccid: make backend_enum_table "static const" and adjust users
by Jim Meyering
· 13 years ago
d0ebd78
ccid-card-emul: do not crash if backend is not provided
by Marc-André Lureau
· 12 years ago
3f5cc97
usb-host: raise libusbx minimum version to 1.0.13
by Gerd Hoffmann
· 12 years ago
3b7e759
usb: better speed mismatch error reporting
by Gerd Hoffmann
· 12 years ago
e449f26
ehci_free_packet: Discard finished packets when the queue is halted
by Hans de Goede
· 12 years ago
7d04c2b
xhci: remove XHCIRing->base (unused)
by Gerd Hoffmann
· 12 years ago
2b2325f
use libusb for usb-host
by Gerd Hoffmann
· 12 years ago
a671887
xhci: fix address device
by Gerd Hoffmann
· 12 years ago
af203be
xhci: use slotid as device address
by Gerd Hoffmann
· 12 years ago
bdfce20
xhci: fix portsc writes
by Gerd Hoffmann
· 12 years ago
6d3bc22
xhci: add xhci_cap_write
by Gerd Hoffmann
· 12 years ago
94ae9ee
xhci: remove leftover debug printf
by Gerd Hoffmann
· 12 years ago
7598b41
usb-serial: Remove double call to qemu_chr_add_handlers( NULL )
by Hans de Goede
· 12 years ago
0bc3cd6
include: avoid useless includes of exec/ headers
by Paolo Bonzini
· 12 years ago
dccfcd0
sysemu: avoid proliferation of include/ subdirectories
by Paolo Bonzini
· 12 years ago
47b5264
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
by Anthony Liguori
· 12 years ago
47b43a1
hw: move private headers to hw/ subdirectories.
by Paolo Bonzini
· 12 years ago
aaa4d1d
hw: make all of hw/usb/ configurable via default-configs/
by Paolo Bonzini
· 12 years ago
49ab747
hw: move target-independent files to subdirectories
by Paolo Bonzini
· 12 years ago
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
2a7a239
Merge remote-tracking branch 'kraxel/usb.79' into staging
by Anthony Liguori
· 12 years ago
76534da
usb-storage: Forward serial number to scsi-disk
by Kevin Wolf
· 12 years ago
aa1c9e9
usb-tablet: Don't claim wakeup capability for USB-2 version
by Hans de Goede
· 12 years ago
a309ee6
usb-hub: report status changes only once
by Gerd Hoffmann
· 12 years ago
c24e4aa
usb-hub: limit chain length
by Gerd Hoffmann
· 12 years ago
4b7b2af
xhci: zap unused name field
by Gerd Hoffmann
· 12 years ago
0ab966c
xhci: remove unimplemented printfs
by Gerd Hoffmann
· 12 years ago
6180399
xhci: remove leftover debug printf
by Gerd Hoffmann
· 12 years ago
c94a7c6
xhci: fix numintrs sanity checks
by Gerd Hoffmann
· 12 years ago
c874ea9
usb-redir: Add flow control support
by Hans de Goede
· 12 years ago
3713e14
usb-redir: Fix crash on migration with no client connected
by Hans de Goede
· 12 years ago
1908322
qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlers
by Hans de Goede
· 12 years ago
16665b9
qemu-char: Rename opened to be_open
by Hans de Goede
· 12 years ago
6214e73
pcie: Add endpoint capability initialization wrapper
by Alex Williamson
· 12 years ago
b4a42f8
hw: move qdev-monitor.o to toplevel directory
by Paolo Bonzini
· 12 years ago
685cbd2
xhci: fix bad print specifier
by Hervé Poussineau
· 12 years ago
82fb0c8
unbreak hw/usb/redirect.c build
by Gerd Hoffmann
· 12 years ago
89a453d
uas-uas: usb3 streams
by Gerd Hoffmann
· 12 years ago
024426a
usb-xhci: usb3 streams
by Gerd Hoffmann
· 12 years ago
8550a02
usb-core: usb3 streams
by Gerd Hoffmann
· 12 years ago
2e5df36
usb: fix endpoint descriptor ordering
by Gerd Hoffmann
· 12 years ago
6ef3ccd
usb-redir: simplify packet copy
by Gerd Hoffmann
· 12 years ago
6a98d1c
usb: make usb_packet_copy operate on combined packets
by Gerd Hoffmann
· 12 years ago
e382d96
usb: add usb_ep_set_halted
by Gerd Hoffmann
· 12 years ago
1a3973b
usb-host: remove usb_host_device_close
by Gerd Hoffmann
· 12 years ago
4075975
usb-host: move legacy cmd line bits
by Gerd Hoffmann
· 12 years ago
9db7c41
usb-storage: use scsi_req_enqueue return value
by Gerd Hoffmann
· 12 years ago
07d17e7
allow disabling usb smartcard support
by Gerd Hoffmann
· 12 years ago
6c83f81
make usb devices configurable
by Gerd Hoffmann
· 12 years ago
62162ff
usb: Makefile cleanup
by Gerd Hoffmann
· 12 years ago
948ecf2
net: intorduce qemu_del_nic()
by Jason Wang
· 12 years ago
cc1f0f4
net: introduce qemu_get_nic()
by Jason Wang
· 12 years ago
b356f76
net: introduce qemu_get_queue()
by Jason Wang
· 12 years ago
3470733
usb: add usb-bot device (scsi bulk-only transport).
by Gerd Hoffmann
· 12 years ago
7fa96d7
ohci: add missing break
by Gerd Hoffmann
· 12 years ago
f4c0e50
Revert "usb-storage: Drop useless null test in usb_msd_handle_data()"
by Gerd Hoffmann
· 12 years ago
c1db291
usb: Fix compilation for MinGW (regression)
by Stefan Weil
· 12 years ago
84f2d0e
HMP: add QDict to info callback handler
by Wenchao Xia
· 12 years ago
a1cbfd5
usb-storage: Drop useless null test in usb_msd_handle_data()
by Markus Armbruster
· 12 years ago
b55160c
Merge remote-tracking branch 'kraxel/usb.76' into staging
by Anthony Liguori
· 12 years ago
0360784
usb-host: Initialize dev->port the obviously safe way
by Markus Armbruster
· 12 years ago
4663530
usb-host: Drop superfluous null test from usb_host_auto_scan()
by Markus Armbruster
· 12 years ago
Next »