index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-11
usb storage: handle long responses
Gerd Hoffmann
1
-2
/
+2
2011-01-11
usb storage: fix status reporting
Gerd Hoffmann
1
-6
/
+7
2011-01-11
usb storage: high speed support
Gerd Hoffmann
1
-5
/
+46
2011-01-11
usb: add device qualifier support
Gerd Hoffmann
3
-0
/
+50
2011-01-11
usb: add usb_desc_attach
Gerd Hoffmann
2
-3
/
+34
2011-01-11
usb: add attach callback
Gerd Hoffmann
2
-1
/
+11
2011-01-11
usb: add speed mask to ports
Gerd Hoffmann
6
-6
/
+18
2011-01-11
usb: hid: change serial number to "42".
Gerd Hoffmann
1
-1
/
+1
2011-01-11
usb: hid: remote wakeup support.
Gerd Hoffmann
1
-0
/
+2
2011-01-11
usb: hub: remote wakeup support.
Gerd Hoffmann
1
-0
/
+12
2011-01-11
usb: uhci: remote wakeup support.
Gerd Hoffmann
1
-2
/
+21
2011-01-11
usb: add usb_wakeup() + wakeup callback to port ops
Gerd Hoffmann
2
-0
/
+9
2011-01-11
usb: rework attach/detach workflow
Gerd Hoffmann
6
-133
/
+122
2011-01-11
usb: create USBPortOps, move attach there.
Gerd Hoffmann
7
-10
/
+30
2011-01-11
ioeventfd: error handling cleanup
Michael S. Tsirkin
1
-11
/
+17
2011-01-11
usb: move remote wakeup handling to common code
Gerd Hoffmann
8
-155
/
+29
2011-01-11
usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common code
Gerd Hoffmann
10
-93
/
+65
2011-01-11
usb: move USB_REQ_SET_ADDRESS handling to common code
Gerd Hoffmann
8
-29
/
+6
2011-01-11
usb network: use new descriptor infrastructure.
Gerd Hoffmann
1
-244
/
+209
2011-01-11
usb storage: serial number support
Gerd Hoffmann
1
-0
/
+6
2011-01-11
usb descriptors: add settable strings.
Gerd Hoffmann
4
-9
/
+57
2011-01-11
usb hub: use new descriptor infrastructure.
Gerd Hoffmann
1
-63
/
+78
2011-01-11
usb bluetooth: use new descriptor infrastructure.
Gerd Hoffmann
1
-271
/
+202
2011-01-11
usb wacom: use new descriptor infrastructure.
Gerd Hoffmann
1
-105
/
+73
2011-01-11
usb storage: use new descriptor infrastructure.
Gerd Hoffmann
1
-104
/
+63
2011-01-11
usb serial: use new descriptor infrastructure.
Gerd Hoffmann
1
-117
/
+83
2011-01-11
usb hid: use new descriptor infrastructure.
Gerd Hoffmann
1
-243
/
+205
2011-01-11
usb: data structs and helpers for usb descriptors.
Gerd Hoffmann
3
-0
/
+333
2011-01-10
Merge remote branch 'mst/for_anthony' into staging
Anthony Liguori
11
-31
/
+374
2011-01-10
virtio-pci: Use ioeventfd for virtqueue notify
Stefan Hajnoczi
3
-25
/
+184
2011-01-10
virtio: move vmstate change tracking to core
Michael S. Tsirkin
3
-21
/
+32
2011-01-10
virtio-pci: Rename bugs field to flags
Stefan Hajnoczi
1
-8
/
+7
2011-01-10
qxl: tag as not hotpluggable
Gerd Hoffmann
1
-0
/
+1
2011-01-10
Merge remote branch 'origin/master' into pci
Michael S. Tsirkin
16
-164
/
+2350
2011-01-10
vga: tag as not hotplugable.
Gerd Hoffmann
3
-0
/
+3
2011-01-10
piix: tag as not hotpluggable.
Gerd Hoffmann
4
-0
/
+7
2011-01-10
pci: allow devices being tagged as not hotpluggable.
Gerd Hoffmann
2
-0
/
+13
2011-01-09
target-sh4: implement writes to mmaped ITLB
Aurelien Jarno
1
-0
/
+2
2011-01-06
cirrus: delete GCC 4.6 warnings
Aurelien Jarno
1
-3
/
+3
2011-01-06
cirrus_vga: Declare as little endian
Blue Swirl
1
-100
/
+12
2011-01-06
pc: move port 92 stuff back to pc.c from pckbd.c
Blue Swirl
2
-20
/
+88
2011-01-05
rtl8139: Use subsection to restrict migration after hotplug
Alex Williamson
1
-1
/
+27
2011-01-05
qdev: Track runtime machine modifications
Alex Williamson
2
-0
/
+11
2011-01-04
cirrus_vga: fix division by 0 for color expansion rop
Aurelien Jarno
1
-32
/
+33
2011-01-04
Fix curses on big endian hosts
Aurelien Jarno
1
-3
/
+3
2010-12-27
Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemu
Aurelien Jarno
7
-1
/
+2196
2010-12-27
pci: fix migration path for devices behind bridges
Michael S. Tsirkin
1
-11
/
+37
2010-12-26
s390: compile fixes
Alexander Graf
2
-0
/
+3
2010-12-24
pcie/aer: glue aer error injection into qemu monitor
Isaku Yamahata
2
-0
/
+236
2010-12-24
pci: introduce a helper function to convert qdev id to PCIDevice
Isaku Yamahata
2
-0
/
+36
[prev]
[next]