| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | error: Replace qemu_error() by error_report() | Markus Armbruster | 2010-03-16 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | error_report() terminates the message with a newline. Strip it it from its arguments. This fixes a few error messages lacking a newline: net_handle_fd_param()'s "No file descriptor named %s found", and tap_open()'s "vnet_hdr=1 requested, but no kernel support for IFF_VNET_HDR available" (all three versions). There's one place that passes arguments without newlines intentionally: load_vmstate(). Fix it up. | |||||
| * | error: Move qemu_error & friends into their own header | Markus Armbruster | 2010-03-16 | 1 | -0/+1 | |
| | | ||||||
| * | net: convert dump to NetClientInfo | Mark McLoughlin | 2009-12-03 | 1 | -21/+28 | |
| | | | | | | | | aliguori: fix uninitialized use of pcap_len Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> | |||||
| * | net: move dump backend code from net.c to net/dump.c | Mark McLoughlin | 2009-12-03 | 1 | -0/+151 | |
| Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> | ||||||