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
2024-01-05
Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu...
Peter Maydell
2024-01-04
cpus: check running not RUN_STATE_RUNNING
Steve Sistare
2023-12-30
hw/usb: Constify VMState
Richard Henderson
2023-08-31
hw/usb: spelling fixes
Michael Tokarev
2023-08-31
hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVE
Philippe Mathieu-Daudé
2023-04-28
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
2022-11-23
Revert "usbredir: avoid queuing hello packet on snapshot restore"
Joelle van Dyne
2022-06-14
usbredir: avoid queuing hello packet on snapshot restore
Joelle van Dyne
2022-06-06
modules: introduces module_kconfig directive
Jose R. Ziviani
2022-04-06
include: move C/util-related declarations to cutils.h
Marc-André Lureau
2022-03-04
hw/usb/redirect.c: Stop using qemu_oom_check()
Peter Maydell
2021-08-05
chardev: mark explicitly first argument as poisoned
Marc-André Lureau
2021-07-29
usbredir: fix free call
Gerd Hoffmann
2021-07-09
modules: add usb-redir module annotations
Gerd Hoffmann
2021-05-04
usb/redir: avoid dynamic stack allocation (CVE-2021-3527)
Gerd Hoffmann
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2021-01-08
Remove superfluous timer_del() calls
Peter Maydell
2021-01-01
Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...
Peter Maydell
2020-12-19
migration: Replace migration's JSON writer by the general one
Markus Armbruster
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-09-12
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
2020-09-11
util/hexdump: Reorder qemu_hexdump() arguments
Philippe Mathieu-Daudé
2020-09-11
util/hexdump: Convert to take a void pointer argument
Philippe Mathieu-Daudé
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
Drop more @errp parameters after previous commit
Markus Armbruster
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-13
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200113-pull-request' ...
Peter Maydell
2020-01-13
usbredir: Prevent recursion in usbredir_write
Dr. David Alan Gilbert
2020-01-13
usb-redir: remove 'remote wakeup' flag from configuration descriptor
Yuri Benditovich
2020-01-08
chardev: Use QEMUChrEvent enum in IOEventHandler typedef
Philippe Mathieu-Daudé
2020-01-07
hw/usb/redirect: Explicit we ignore few QEMUChrEvent in IOEventHandler
Philippe Mathieu-Daudé
2019-08-21
usb-redir: merge interrupt packets
Martin Cerveny
2019-08-21
usbredir: fix buffer-overflow on vmload
Marc-André Lureau
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include migration/qemu-file-types.h a lot less
Markus Armbruster
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-02-20
usb: add device checks before redirector calls to usb_ep_get()
Liam Merwick
2018-11-27
vmstate: constify VMStateField
Marc-André Lureau
2018-07-02
hw/usb: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-06-12
usb: correctly handle Zero Length Packets
Philippe Mathieu-Daudé
2018-03-12
usbredir: reorder fields in USBRedirDevice to reduce padding
zhenwei.pi
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
2017-07-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-07-14
char: avoid chardevice direct access
Anton Nefedov
2017-07-14
char: add backend hotswap handler
Anton Nefedov
[next]