Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-16 | error: Replace qemu_error() by error_report() | Markus Armbruster | |
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. | |||
2010-03-16 | error: Move qemu_error & friends into their own header | Markus Armbruster | |
2009-12-03 | net: convert dump to NetClientInfo | Mark McLoughlin | |
aliguori: fix uninitialized use of pcap_len Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> | |||
2009-12-03 | net: move dump backend code from net.c to net/dump.c | Mark McLoughlin | |
Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> |