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