Age | Commit message (Expand) | Author |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert |
2017-06-13 | migration: Split registration functions from vmstate.h | Juan Quintela |
2017-06-06 | migration: remove register_savevm() | Laurent Vivier |
2017-06-02 | char: move CharBackend handling in char-fe unit | Marc-André Lureau |
2017-06-02 | chardev: move headers to include/chardev | Marc-André Lureau |
2017-04-29 | slirp: VMStatify remaining except for loop | Dr. David Alan Gilbert |
2017-04-29 | slirp: VMStatify socket level | Dr. David Alan Gilbert |
2017-04-29 | slirp: VMStatify sbuf | Dr. David Alan Gilbert |
2017-04-29 | slirp: VMState conversion; tcpcb | Dr. David Alan Gilbert |
2017-04-25 | slirp: add a fake NC-SI backend | Cédric Le Goater |
2017-03-29 | slirp: fix compilation errors with DEBUG set | Laurent Vivier |
2016-12-20 | slirp, disas: Replace min/max with MIN/MAX macros | Yuval Shaia |
2016-09-13 | hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_all | Daniel P. Berrange |
2016-08-16 | slirp: Rename "struct arphdr" to "struct slirp_arphdr" | Thomas Huth |
2016-08-08 | error: Strip trailing '\n' from error string arguments (again) | Markus Armbruster |
2016-07-03 | slirp: Support link-local DNS addresses | Samuel Thibault |
2016-07-03 | slirp: Add dns6 resolution | Samuel Thibault |
2016-07-03 | slirp: Split get_dns_addr | Samuel Thibault |
2016-04-07 | slirp: avoid use-after-free in slirp_pollfds_poll() if soread() returns an error | Steven Luo |
2016-04-01 | slirp: Allow disabling IPv4 or IPv6 | Samuel Thibault |
2016-04-01 | slirp: Fix migration from older versions of QEMU to the current one | Thomas Huth |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-15 | qapi-schema, qemu-options & slirp: Adding Qemu options for IPv6 addresses | Yann Bordenave |
2016-03-15 | slirp: Adding IPv6 address for DNS relay | Guillaume Subiron |
2016-03-15 | slirp: Generalizing and neutralizing various TCP functions before adding IPv6... | Guillaume Subiron |
2016-03-15 | slirp: Factorizing tcpiphdr structure with an union | Guillaume Subiron |
2016-03-15 | slirp: Adding IPv6, ICMPv6 Echo and NDP autoconfiguration | Guillaume Subiron |
2016-02-04 | slirp: Clean up includes | Peter Maydell |
2016-02-04 | slirp: Make Socket structure IPv6 compatible | Guillaume Subiron |
2016-02-04 | slirp: Adding address family switch for produced frames | Guillaume Subiron |
2016-02-04 | slirp: Generalizing and neutralizing ARP code | Guillaume Subiron |
2014-06-10 | slirp: Remove unused zero_ethaddr[] variable | Peter Maydell |
2014-06-09 | slirp/arp: do not special-case bogus IP addresses | Samuel Thibault |
2014-04-25 | slirp: Remove default_mon usage | Cole Robinson |
2013-09-17 | slirp: clean up slirp_update_timeout | Jan Kiszka |
2013-09-17 | slirp: set mainloop timeout with more precise value | Liu Ping Fan |
2013-09-17 | slirp: define timeout as macro | Liu Ping Fan |
2013-09-17 | slirp: make timeout local | Liu Ping Fan |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh |
2013-04-15 | sysemu: avoid proliferation of include/ subdirectories | Paolo Bonzini |
2013-02-21 | slirp: switch to GPollFD | Stefan Hajnoczi |
2013-02-21 | slirp: slirp/slirp.c coding style cleanup | Stefan Hajnoczi |
2013-01-30 | g_strdup(NULL) returns NULL; simplify | Markus Armbruster |
2012-12-19 | softmmu: move remaining include files to include/ subdirectories | Paolo Bonzini |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-11-15 | slirp: Add domain-search option to slirp's DHCP server | Klaus Stengel |
2012-08-06 | slirp: fix build on mingw32 | Anthony Liguori |
2012-08-03 | slirp: Handle whole 127.0.0.0/8 network as local addresses. | Anders Waldenborg |
2012-04-26 | main_loop_wait: block indefinitely | Stefano Stabellini |
2012-03-13 | slirp: Cleanup resources on instance removal | Jan Kiszka |