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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-11
usb-audio: fix usb version
Gerd Hoffmann
1
-1
/
+1
2012-09-11
Better name usb braille device
Samuel Thibault
1
-1
/
+1
2012-09-11
usb-redir: Enable pipelining for bulk endpoints
Hans de Goede
1
-0
/
+3
2012-09-11
usb-redir: Ensure our peer has the necessary caps when redirecting to XHCI
Hans de Goede
1
-0
/
+11
2012-09-11
usb-redir: Add a usbredir_reject_device helper function
Hans de Goede
1
-10
/
+11
2012-09-11
usb-redir: Set ep max_packet_size if available
Hans de Goede
1
-0
/
+5
2012-09-11
usb-redir: Convert to new libusbredirparser 0.5 API
Hans de Goede
2
-32
/
+32
2012-09-11
usb-redir: Return babble when getting more bulk data then requested
Hans de Goede
1
-3
/
+3
2012-09-11
usb-redir: Move to core packet id and queue handling
Hans de Goede
1
-134
/
+92
2012-09-11
usb-redir: Get rid of unused async-struct dev member
Hans de Goede
1
-2
/
+0
2012-09-11
usb-redir: Get rid of local shadow copy of packet headers
Hans de Goede
1
-27
/
+0
2012-09-11
usb-redir: Get rid of async-struct get member
Hans de Goede
1
-6
/
+3
2012-09-11
usb-redir: Don't delay handling of open events to a bottom half
Hans de Goede
1
-47
/
+53
2012-09-11
usb-redir: Never return USB_RET_NAK for async handled packets
Hans de Goede
1
-3
/
+6
2012-09-11
ehci: Correct a comment in fetchqtd packet processing
Hans de Goede
1
-1
/
+4
2012-09-11
ehci: Handle USB_RET_PROCERR in ehci_fill_queue
Hans de Goede
1
-3
/
+6
2012-09-11
ehci: Fix memory leak in handling of NAK-ed packets
Hans de Goede
1
-11
/
+27
2012-09-11
ehci: Add some additional ehci_trace_guest_bug() calls
Hans de Goede
1
-6
/
+13
2012-09-11
ehci: add doorbell trace events
Gerd Hoffmann
2
-1
/
+4
2012-09-11
ehci: trace guest bugs
Gerd Hoffmann
2
-6
/
+21
2012-09-11
ehci: check for EHCI_ASYNC_FINISHED first in ehci_free_packet
Gerd Hoffmann
1
-6
/
+6
2012-09-11
ehci: Properly report completed but not yet processed packets to the guest
Hans de Goede
1
-0
/
+13
2012-09-11
ehci: Properly cleanup packets on cancel
Hans de Goede
1
-0
/
+2
2012-09-11
ehci: Update copyright headers to reflect recent work
Hans de Goede
1
-0
/
+5
2012-09-11
ehci: Validate qh is not changed unexpectedly by the guest
Hans de Goede
1
-11
/
+28
2012-09-11
Revert "ehci: don't flush cache on doorbell rings."
Hans de Goede
1
-29
/
+6
2012-09-11
usb-core: Allow the first packet of a pipelined ep to complete immediately
Hans de Goede
1
-1
/
+1
2012-09-11
usb-core: Add a usb_ep_find_packet_by_id() helper function
Hans de Goede
2
-0
/
+17
2012-09-11
usb-core: Don't set packet state to complete on a nak
Hans de Goede
1
-2
/
+4
2012-09-11
usb: controllers do not need to check for babble themselves
Hans de Goede
2
-9
/
+0
2012-09-10
Add ability to force enable/disable of tools build
Daniel P. Berrange
1
-6
/
+15
2012-09-10
Add ability to disable build of all targets
Daniel P. Berrange
1
-9
/
+4
2012-09-10
RTC: Remove the current_tm field
Paolo Bonzini
1
-11
/
+1
2012-09-10
RTC: Get and set time without going through s->current_tm
Paolo Bonzini
1
-16
/
+22
2012-09-10
RTC: Do not fire timer periodically to catch next alarm
Paolo Bonzini
1
-14
/
+103
2012-09-10
RTC: Add divider reset support
Yang Zhang
1
-9
/
+41
2012-09-10
RTC: Update the RTC clock only when reading it
Yang Zhang
1
-135
/
+194
2012-09-10
vmstate: add VMSTATE_TIMER_V
Paolo Bonzini
1
-1
/
+4
2012-09-10
RTC: Update interrupt state when interrupts are masked/unmasked
Yang Zhang
2
-0
/
+10
2012-09-10
RTC: introduce RTC_CLOCK_RATE
Paolo Bonzini
1
-4
/
+5
2012-09-10
RTC: Rename rtc_timer_update
Yang Zhang
1
-5
/
+5
2012-09-10
RTC: Remove the logic to update time format when DM bit changed
Yang Zhang
1
-9
/
+1
2012-09-10
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
10
-34
/
+2151
2012-09-10
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
13
-29
/
+41
2012-09-10
socket: don't attempt to reconnect a TCP socket in server mode
Anthony Liguori
1
-1
/
+3
2012-09-10
use --libexecdir instead of ignoring it first and reinventing it later
Michael Tokarev
1
-3
/
+7
2012-09-10
Merge branch 'spice.v59' of git://anongit.freedesktop.org/spice/qemu
Aurelien Jarno
13
-37
/
+284
2012-09-10
Merge branch 'queue/qmp' of git://repo.or.cz/qemu/qmp-unstable
Aurelien Jarno
22
-349
/
+704
2012-09-10
hw/mcf5206: Fix buffer overflow for MBAR read / write
Stefan Weil
1
-6
/
+6
2012-09-10
target-arm: Fix potential buffer overflow
Stefan Weil
1
-2
/
+2
[next]