Age | Commit message (Expand) | Author |
2019-10-29 | COLO-compare: Fix incorrect `if` logic | Fan Yang |
2019-10-17 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2019-10-05 | vhost-user: save features if the char dev is closed | Adrian Moreno |
2019-10-01 | slirp: Allow non-local DNS address when restrict is off | Samuel Thibault |
2019-09-18 | trace: Remove trailing newline in events | Philippe Mathieu-Daudé |
2019-09-12 | migration: register_savevm_live doesn't need dev | Dr. David Alan Gilbert |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-07-29 | net/colo-compare.c: Fix memory leak and code style issue. | Zhang Chen |
2019-07-29 | net: tap: replace snprintf with g_strdup_printf calls | Prasad J Pandit |
2019-07-02 | COLO-compare: Add colo-compare remote notify support | Zhang Chen |
2019-07-02 | COLO-compare: Make the compare_chr_send() can send notification message. | Zhang Chen |
2019-07-02 | COLO-compare: Add remote notification chardev handler frame | Zhang Chen |
2019-07-02 | COLO-compare: Add new parameter to communicate with remote colo-frame | Zhang Chen |
2019-07-02 | net/announce: Add optional ID | Dr. David Alan Gilbert |
2019-07-02 | net/announce: Allow optional list of interfaces | Dr. David Alan Gilbert |
2019-07-02 | net: remove unused get_str_sep() function | Stefano Garzarella |
2019-07-02 | net: use g_strsplit() for parsing host address and port | Stefano Garzarella |
2019-07-02 | net: avoid using variable length array in net_client_init() | Stefano Garzarella |
2019-07-02 | net: fix assertion failure when ipv6-prefixlen is not a number | Stefano Garzarella |
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-06-11 | qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h | Markus Armbruster |
2019-05-20 | do not call vhost_net_cleanup() on running net from char user event | Dan Streetman |
2019-05-17 | net/colo-compare.c: Fix a crash in COLO Primary. | Lukas Straub |
2019-05-17 | net/slirp: fix the IPv6 prefix length error message | Stefano Garzarella |
2019-05-13 | Clean up header guards that don't match their file name | Markus Armbruster |
2019-05-03 | net: Print output of "-net nic, model=help" to stdout instead of stderr | Thomas Huth |
2019-03-29 | net: tap: use qemu_set_nonblock | Li Qiang |
2019-03-29 | net/socket: learn to talk with a unix dgram socket | Marc-André Lureau |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster |
2019-03-12 | vhost-user: simplify vhost_user_init/vhost_user_cleanup | Marc-André Lureau |
2019-03-07 | build-sys: link with slirp as an external project | Marc-André Lureau |
2019-03-07 | slirp: move sources to src/ subdirectory | Marc-André Lureau |
2019-03-07 | slirp: use libslirp migration code | Marc-André Lureau |
2019-03-06 | slirp: Mark pieces missing IPv6 support | Samuel Thibault |
2019-03-05 | qmp: Add announce-self command | Dr. David Alan Gilbert |
2019-03-05 | net: Add a network device specific self-announcement ability | Dr. David Alan Gilbert |
2019-03-05 | migration: Switch to using announce timer | Dr. David Alan Gilbert |
2019-03-05 | net: Introduce announce timer | Dr. David Alan Gilbert |
2019-03-05 | net: netmap: improve netmap_receive_iov() | Vincenzo Maffione |
2019-03-05 | net: netmap: simplify netmap_receive() | Vincenzo Maffione |
2019-03-05 | net: netmap: small improvements netmap_send() | Vincenzo Maffione |
2019-03-05 | net/colo-compare.c: Remove duplicated code | Zhang Chen |
2019-02-21 | vhost-user: support cross-endian vnet headers | Paolo Bonzini |
2019-02-21 | vhost-net-user: add stubs for when no virtio-net device is present | Paolo Bonzini |
2019-02-13 | char: allow specifying a GMainContext at opening time | Paolo Bonzini |
2019-02-07 | slirp: pass opaque to all callbacks | Marc-André Lureau |