| Commit message (Expand) | Author | Age | Files | Lines |
* | qapi: Change Netdev into a flat union | Eric Blake | 2016-07-19 | 1 | -2/+2 |
* | net: use Netdev instead of NetClientOptions in client init | Kővágó, Zoltán | 2016-07-19 | 1 | -2/+2 |
* | os-posix: include sys/mman.h | Paolo Bonzini | 2016-06-16 | 1 | -1/+0 |
* | net: fix missing include of qapi/error.h in netmap.c | Daniel P. Berrange | 2016-04-04 | 1 | -0/+1 |
* | util: move declarations out of qemu-common.h | Veronia Bahaa | 2016-03-22 | 1 | -0/+1 |
* | qapi: Don't special-case simple union wrappers | Eric Blake | 2016-03-18 | 1 | -1/+1 |
* | net: netmap: probe netmap interface for virtio-net header | Vincenzo Maffione | 2016-03-08 | 1 | -21/+38 |
* | net: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -2/+1 |
* | net: netmap: use nm_open() to open netmap ports | Vincenzo Maffione | 2016-02-04 | 1 | -65/+32 |
* | net: netmap: use error_setg() helpers in place of error_report() | Vincenzo Maffione | 2015-11-12 | 1 | -11/+11 |
* | net: netmap: Fix compilation issue | Vincenzo Maffione | 2015-11-12 | 1 | -1/+1 |
* | Change qemu_set_fd_handler2(..., NULL, ...) to qemu_set_fd_handler | Fam Zheng | 2015-06-12 | 1 | -4/+4 |
* | netmap: Drop netmap_can_send | Fam Zheng | 2015-06-12 | 1 | -12/+2 |
* | net: Permit incremental conversion of init functions to Error | Markus Armbruster | 2015-05-27 | 1 | -1/+2 |
* | net: netmap_poll must update both read/write poll state | Prasad Joshi | 2014-03-25 | 1 | -2/+2 |
* | net: Disable netmap backend when not supported | Vincenzo Maffione | 2014-02-25 | 1 | -42/+13 |
* | net: add offloading support to netmap backend | Vincenzo Maffione | 2014-02-25 | 1 | -1/+67 |
* | net: Adding netmap network backend | Vincenzo Maffione | 2013-12-09 | 1 | -0/+435 |