index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
usb
/
redirect.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: remove unused include for signal.h
Daniel P. Berrange
2015-09-11
1
-1
/
+0
*
maint: remove unused include for dirent.h
Daniel P. Berrange
2015-09-11
1
-1
/
+0
*
Include monitor/monitor.h exactly where needed
Markus Armbruster
2015-06-22
1
-1
/
+0
*
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
2015-06-22
1
-0
/
+1
*
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-22
1
-0
/
+1
*
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
2015-06-22
1
-3
/
+3
*
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
2015-06-12
1
-19
/
+15
*
usb: usb-redir QOMify
Gonglei
2015-05-08
1
-11
/
+14
*
error: Use error_report_err() where appropriate
Markus Armbruster
2015-02-18
1
-2
/
+1
*
vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*
Paolo Bonzini
2015-01-26
1
-1
/
+1
*
bootindex: move calling add_boot_device_patch to bootindex setter function
Gonglei
2014-10-15
1
-1
/
+0
*
redirect: remove bootindex property from qdev to qom
Gonglei
2014-10-15
1
-1
/
+11
*
usb-redir: convert init to realize
Gonglei
2014-09-23
1
-8
/
+7
*
usb-bus: convert USBDeviceClass init to realize
Gonglei
2014-09-23
1
-1
/
+5
*
serial: poll the serial console with G_IO_HUP
Roger Pau Monne
2014-06-30
1
-1
/
+1
*
usb-redir: Add support for bulk streams
Hans de Goede
2014-05-26
1
-5
/
+132
*
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-22
1
-6
/
+6
*
aio / timers: Rename qemu_timer_* functions
Alex Bligh
2013-08-22
1
-2
/
+2
*
usb-redir: fix use-after-free
Gerd Hoffmann
2013-08-01
1
-0
/
+1
*
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-07-29
1
-0
/
+1
*
sysemu: avoid proliferation of include/ subdirectories
Paolo Bonzini
2013-04-15
1
-1
/
+1
*
usb-redir: Add flow control support
Hans de Goede
2013-04-03
1
-1
/
+32
*
usb-redir: Fix crash on migration with no client connected
Hans de Goede
2013-04-03
1
-0
/
+4
*
qemu-char: Automatically do fe_open / fe_close on qemu_chr_add_handlers
Hans de Goede
2013-03-27
1
-2
/
+0
*
qemu-char: Rename opened to be_open
Hans de Goede
2013-03-27
1
-1
/
+1
*
unbreak hw/usb/redirect.c build
Gerd Hoffmann
2013-02-22
1
-1
/
+1
*
usb-redir: simplify packet copy
Gerd Hoffmann
2013-02-19
1
-14
/
+4
*
Make all static TypeInfos const
Andreas Färber
2013-01-10
1
-1
/
+1
*
usbredir: Add support for buffered bulk input (v2)
Hans de Goede
2013-01-08
1
-18
/
+337
*
usb-redir: Add debugging to bufpq save / restore
Hans de Goede
2013-01-07
1
-3
/
+11
*
usbredir: Add usbredir_init_endpoints() helper
Hans de Goede
2013-01-07
1
-9
/
+13
*
usbredir: Verify we have 32 bits bulk length cap when redirecting to xhci
Hans de Goede
2013-01-07
1
-0
/
+2
*
usbredir: Add ep_stopped USBDevice method
Hans de Goede
2013-01-07
1
-0
/
+9
*
usbredir: Add USBEP2I and I2USBEP helper macros
Hans de Goede
2013-01-07
1
-3
/
+7
*
usbredir: Add an usbredir_stop_ep helper function
Hans de Goede
2013-01-07
1
-22
/
+19
*
usb/redirect.c: unbreak compilation due to include/char/char.h
Alon Levy
2012-12-28
1
-0
/
+1
*
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-2
/
+2
*
monitor: move include files to include/monitor/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
usb: Call wakeup when data becomes available for all devices with int eps
Hans de Goede
2012-12-04
1
-0
/
+4
*
usb-redir: Don't handle interrupt output packets async
Hans de Goede
2012-11-21
1
-12
/
+14
*
usb-redir: Split usb_handle_interrupt_data into separate in/out functions
Hans de Goede
2012-11-21
1
-65
/
+71
*
usb-redir: Set default debug level to warning
Hans de Goede
2012-11-16
1
-1
/
+1
*
usb-redir: Only add actually in flight packets to the in flight queue
Hans de Goede
2012-11-16
1
-1
/
+3
*
usb-redir: Allow packets to have both data and an error-status
Hans de Goede
2012-11-08
1
-36
/
+20
*
usb: split packet result into actual_length + status
Hans de Goede
2012-11-08
1
-68
/
+89
*
usb-redir: Allow redirecting super speed devices to high speed controllers
Hans de Goede
2012-11-01
1
-2
/
+21
*
usb-redir: Allow to attach USB 2.0 devices to 1.1 host controller
Jan Kiszka
2012-11-01
1
-1
/
+29
*
usb-redir: Use reject rather the disconnect on bad ep info
Hans de Goede
2012-11-01
1
-2
/
+3
*
usb-redir: Add an usbredir_setup_usb_eps() helper function
Hans de Goede
2012-11-01
1
-23
/
+22
[next]