aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/redirect.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-05Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell1-1/+1
2024-01-04cpus: check running not RUN_STATE_RUNNINGSteve Sistare1-1/+1
2023-12-30hw/usb: Constify VMStateRichard Henderson1-8/+8
2023-08-31hw/usb: spelling fixesMichael Tokarev1-1/+1
2023-08-31hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVEPhilippe Mathieu-Daudé1-1/+1
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov1-2/+4
2022-11-23Revert "usbredir: avoid queuing hello packet on snapshot restore"Joelle van Dyne1-2/+1
2022-06-14usbredir: avoid queuing hello packet on snapshot restoreJoelle van Dyne1-1/+2
2022-06-06modules: introduces module_kconfig directiveJose R. Ziviani1-0/+1
2022-04-06include: move C/util-related declarations to cutils.hMarc-André Lureau1-1/+1
2022-03-04hw/usb/redirect.c: Stop using qemu_oom_check()Peter Maydell1-3/+14
2021-08-05chardev: mark explicitly first argument as poisonedMarc-André Lureau1-1/+1
2021-07-29usbredir: fix free callGerd Hoffmann1-1/+1
2021-07-09modules: add usb-redir module annotationsGerd Hoffmann1-0/+1
2021-05-04usb/redir: avoid dynamic stack allocation (CVE-2021-3527)Gerd Hoffmann1-3/+3
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2021-01-08Remove superfluous timer_del() callsPeter Maydell1-1/+0
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell1-0/+1
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster1-3/+4
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-09-12Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell1-1/+1
2020-09-11util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé1-1/+1
2020-09-11util/hexdump: Convert to take a void pointer argumentPhilippe Mathieu-Daudé1-1/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-0/+1
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-13Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200113-pull-request' ...Peter Maydell1-0/+29
2020-01-13usbredir: Prevent recursion in usbredir_writeDr. David Alan Gilbert1-0/+9
2020-01-13usb-redir: remove 'remote wakeup' flag from configuration descriptorYuri Benditovich1-0/+20
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé1-1/+1
2020-01-07hw/usb/redirect: Explicit we ignore few QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé1-0/+5
2019-08-21usb-redir: merge interrupt packetsMartin Cerveny1-21/+48
2019-08-21usbredir: fix buffer-overflow on vmloadMarc-André Lureau1-0/+5
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2019-02-20usb: add device checks before redirector calls to usb_ep_get()Liam Merwick1-1/+2
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau1-6/+6
2018-07-02hw/usb: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2018-06-12usb: correctly handle Zero Length PacketsPhilippe Mathieu-Daudé1-1/+1
2018-03-12usbredir: reorder fields in USBRedirDevice to reduce paddingzhenwei.pi1-2/+2
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-4/+3
2017-07-14char: avoid chardevice direct accessAnton Nefedov1-3/+2
2017-07-14char: add backend hotswap handlerAnton Nefedov1-1/+1