Markus Armbruster
|
0b8fa32f55
Include qemu/module.h where needed, drop it from qemu-common.h
|
6 years ago |
Anton Nefedov
|
81517ba37a
char: add backend hotswap handler
|
8 years ago |
Marc-André Lureau
|
1ce2610c10
char: make chr_fe_deinit() optionaly delete backend
|
8 years ago |
Marc-André Lureau
|
4d43a603c7
char: move CharBackend handling in char-fe unit
|
8 years ago |
Marc-André Lureau
|
8228e353d8
chardev: move headers to include/chardev
|
8 years ago |
Marc-André Lureau
|
0ec7b3e7f2
char: rename CharDriverState Chardev
|
8 years ago |
Marc-André Lureau
|
39ab61c6d0
char: remove explicit_fe_open, use a set_handlers argument
|
8 years ago |
Marc-André Lureau
|
c39860e6dc
char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit
|
8 years ago |
Marc-André Lureau
|
5345fdb446
char: use qemu_chr_fe* functions with CharBackend argument
|
8 years ago |
Marc-André Lureau
|
32a6ebecd2
char: remaining switch to CharBackend in frontend
|
8 years ago |
Marc-André Lureau
|
2c9bf30bdf
rng: remove unused included header
|
8 years ago |
Daniel P. Berrange
|
6ab3fc32ea
hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all
|
9 years ago |
Markus Armbruster
|
da34e65cb4
include/qemu/osdep.h: Don't include qapi/error.h
|
9 years ago |
Ladi Prosek
|
443590c204
rng: switch request queue to QSIMPLEQ
|
9 years ago |
Ladi Prosek
|
60253ed1e6
rng: add request queue support to rng-random
|
9 years ago |
Ladi Prosek
|
9f14b0add1
rng: move request queue cleanup from RngEgd to RngBackend
|
9 years ago |
Ladi Prosek
|
74074e8a7c
rng: move request queue from RngEgd to RngBackend
|
9 years ago |
Ladi Prosek
|
3c52ddcdc5
rng: remove the unused request cancellation code
|
9 years ago |
Peter Maydell
|
9c058332f3
backends: Clean up includes
|
9 years ago |
Markus Armbruster
|
c6bd8c706a
qerror: Clean up QERR_ macros to expand into a single string
|
10 years ago |
Markus Armbruster
|
75158ebbe2
qerror: Eliminate QERR_DEVICE_NOT_FOUND
|
10 years ago |
Eduardo Habkost
|
abb4d5f2e2
Revert "rng-egd: remove redundant free"
|
11 years ago |
Amos Kong
|
1eb1bd9eaf
rng-egd: offset the point when repeatedly read from the buffer
|
11 years ago |
Amos Kong
|
5e490b6a50
rng-egd: remove redundant free
|
11 years ago |
Paolo Bonzini
|
dccfcd0e5f
sysemu: avoid proliferation of include/ subdirectories
|
12 years ago |
Hans de Goede
|
456d606923
qemu-char: Call fe_claim / fe_release when not using qdev chr properties
|
12 years ago |
Andreas Färber
|
8c43a6f05d
Make all static TypeInfos const
|
12 years ago |
Paolo Bonzini
|
927d4878b0
softmmu: move remaining include files to include/ subdirectories
|
12 years ago |
Paolo Bonzini
|
7b1b5d1913
qapi: move include files to include/qobject/
|
12 years ago |
Anthony Liguori
|
9cb535fe4e
rng-egd: don't use gslist_free_full
|
12 years ago |