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-11-10
usbredir: free vm_change_state_handler in usbredir destroy dispatch
Li Qiang
2016-10-24
char: remove explicit_fe_open, use a set_handlers argument
Marc-André Lureau
2016-10-24
char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit
Marc-André Lureau
2016-10-24
char: use qemu_chr_fe* functions with CharBackend argument
Marc-André Lureau
2016-10-24
char: replace PROP_CHR with CharBackend
Marc-André Lureau
2016-10-12
usb-redir: allocate buffers before waking up the host adapter
Hans de Goede
2016-07-20
usbredir: add streams property
Gerd Hoffmann
2016-06-07
usb: Use DIV_ROUND_UP
Laurent Vivier
2016-03-24
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-18
usb: Fix compilation for Windows
Stefan Weil
2016-02-29
usb-redirect: Avoid double free of data
Fam Zheng
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
[next]