| Commit message (Expand) | Author | Age | Files | Lines |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 1 | -4/+4 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 1 | -4/+5 |
* | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 2020-05-15 | 1 | -5/+5 |
* | chardev: Use QEMUChrEvent enum in IOEventHandler typedef | Philippe Mathieu-Daudé | 2020-01-08 | 1 | -1/+1 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -1/+0 |
* | Include less of the generated modular QAPI headers | Markus Armbruster | 2018-03-02 | 1 | -1/+0 |
* | Drop superfluous includes of qapi/qmp/qerror.h | Markus Armbruster | 2018-02-09 | 1 | -1/+0 |
* | filter-mirror: segfault when specifying non existent device | Eduardo Otubo | 2017-10-16 | 1 | -0/+6 |
* | net/filter-mirror.c: Add new option to enable vnet support for filter-redirector | Zhang Chen | 2017-07-17 | 1 | -0/+23 |
* | net/filter-mirror.c: Make filter mirror support vnet support. | Zhang Chen | 2017-07-17 | 1 | -1/+41 |
* | net/filter-mirror.c: Introduce parameter for filter_send() | Zhang Chen | 2017-07-17 | 1 | -5/+5 |
* | net/net.c: Add vnet_hdr support in SocketReadState | Zhang Chen | 2017-07-17 | 1 | -1/+1 |
* | char: avoid chardevice direct access | Anton Nefedov | 2017-07-14 | 1 | -1/+1 |
* | char: add backend hotswap handler | Anton Nefedov | 2017-07-14 | 1 | -3/+3 |
* | char: make chr_fe_deinit() optionaly delete backend | Marc-André Lureau | 2017-06-02 | 1 | -3/+3 |
* | char: move CharBackend handling in char-fe unit | Marc-André Lureau | 2017-06-02 | 1 | -1/+1 |
* | chardev: move headers to include/chardev | Marc-André Lureau | 2017-06-02 | 1 | -1/+1 |
* | net/filter-mirror.c: Rename filter_mirror_send() and fix codestyle | Zhang Chen | 2017-05-23 | 1 | -13/+16 |
* | net/filter-mirror.c: Remove duplicate check code. | Zhang Chen | 2017-05-23 | 1 | -6/+0 |
* | net/filter-mirror: Follow CODING_STYLE | Zhang Chen | 2017-03-06 | 1 | -3/+4 |
* | char: rename CharDriverState Chardev | Marc-André Lureau | 2017-01-27 | 1 | -2/+2 |
* | char: remove explicit_fe_open, use a set_handlers argument | Marc-André Lureau | 2016-10-24 | 1 | -3/+5 |
* | char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit | Marc-André Lureau | 2016-10-24 | 1 | -17/+3 |
* | char: use qemu_chr_fe* functions with CharBackend argument | Marc-André Lureau | 2016-10-24 | 1 | -9/+11 |
* | char: remaining switch to CharBackend in frontend | Marc-André Lureau | 2016-10-24 | 1 | -24/+34 |
* | net/filter-mirror: Fix mirror initial check typo | Zhang Chen | 2016-10-08 | 1 | -2/+2 |
* | net/net: Add SocketReadState for reuse codes | Zhang Chen | 2016-06-01 | 1 | -50/+16 |
* | net/filter-mirror: implement filter-redirector | Zhang Chen | 2016-03-30 | 1 | -2/+246 |
* | net/filter-mirror: Change filter_mirror_send interface | Zhang Chen | 2016-03-30 | 1 | -5/+5 |
* | net/filter-mirror:Add filter-mirror | Zhang Chen | 2016-03-30 | 1 | -0/+183 |