/qemu/util/ |
H A D | error-report.c | 1ecda02b24a13f501e747b8442934829d82698ae Thu Feb 18 16:25:24 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Replace qemu_error() by error_report()
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.
|
H A D | qemu-config.c | 1ecda02b24a13f501e747b8442934829d82698ae Thu Feb 18 16:25:24 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Replace qemu_error() by error_report()
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.
|
/qemu/include/qemu/ |
H A D | error-report.h | 1ecda02b24a13f501e747b8442934829d82698ae Thu Feb 18 16:25:24 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Replace qemu_error() by error_report()
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.
|
/qemu/net/ |
H A D | tap-solaris.c | 1ecda02b24a13f501e747b8442934829d82698ae Thu Feb 18 16:25:24 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Replace qemu_error() by error_report()
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.
|
H A D | tap-bsd.c | 1ecda02b24a13f501e747b8442934829d82698ae Thu Feb 18 16:25:24 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Replace qemu_error() by error_report()
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.
|
H A D | tap-linux.c | 1ecda02b24a13f501e747b8442934829d82698ae Thu Feb 18 16:25:24 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Replace qemu_error() by error_report()
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.
|
H A D | tap-win32.c | 1ecda02b24a13f501e747b8442934829d82698ae Thu Feb 18 16:25:24 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Replace qemu_error() by error_report()
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.
|
H A D | dump.c | 1ecda02b24a13f501e747b8442934829d82698ae Thu Feb 18 16:25:24 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Replace qemu_error() by error_report()
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.
|
H A D | socket.c | 1ecda02b24a13f501e747b8442934829d82698ae Thu Feb 18 16:25:24 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Replace qemu_error() by error_report()
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.
|
H A D | tap.c | 1ecda02b24a13f501e747b8442934829d82698ae Thu Feb 18 16:25:24 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Replace qemu_error() by error_report()
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.
|
H A D | slirp.c | 1ecda02b24a13f501e747b8442934829d82698ae Thu Feb 18 16:25:24 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Replace qemu_error() by error_report()
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.
|
H A D | net.c | 1ecda02b24a13f501e747b8442934829d82698ae Thu Feb 18 16:25:24 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Replace qemu_error() by error_report()
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.
|
/qemu/hw/usb/ |
H A D | dev-serial.c | 1ecda02b24a13f501e747b8442934829d82698ae Thu Feb 18 16:25:24 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Replace qemu_error() by error_report()
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.
|
H A D | bus.c | 1ecda02b24a13f501e747b8442934829d82698ae Thu Feb 18 16:25:24 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Replace qemu_error() by error_report()
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.
|
H A D | dev-storage.c | 1ecda02b24a13f501e747b8442934829d82698ae Thu Feb 18 16:25:24 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Replace qemu_error() by error_report()
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.
|
/qemu/hw/char/ |
H A D | virtio-serial-bus.c | 1ecda02b24a13f501e747b8442934829d82698ae Thu Feb 18 16:25:24 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Replace qemu_error() by error_report()
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.
|
/qemu/hw/scsi/ |
H A D | scsi-generic.c | 1ecda02b24a13f501e747b8442934829d82698ae Thu Feb 18 16:25:24 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Replace qemu_error() by error_report()
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.
|
H A D | scsi-bus.c | 1ecda02b24a13f501e747b8442934829d82698ae Thu Feb 18 16:25:24 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Replace qemu_error() by error_report()
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.
|
H A D | scsi-disk.c | 1ecda02b24a13f501e747b8442934829d82698ae Thu Feb 18 16:25:24 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Replace qemu_error() by error_report()
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.
|
/qemu/hw/core/ |
H A D | qdev.c | 1ecda02b24a13f501e747b8442934829d82698ae Thu Feb 18 16:25:24 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Replace qemu_error() by error_report()
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.
|
/qemu/hw/virtio/ |
H A D | virtio-pci.c | 1ecda02b24a13f501e747b8442934829d82698ae Thu Feb 18 16:25:24 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Replace qemu_error() by error_report()
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.
|
/qemu/hw/net/ |
H A D | virtio-net.c | 1ecda02b24a13f501e747b8442934829d82698ae Thu Feb 18 16:25:24 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Replace qemu_error() by error_report()
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.
|
/qemu/hw/pci/ |
H A D | pci.c | 1ecda02b24a13f501e747b8442934829d82698ae Thu Feb 18 16:25:24 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Replace qemu_error() by error_report()
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.
|
/qemu/hw/i386/ |
H A D | pc.c | 1ecda02b24a13f501e747b8442934829d82698ae Thu Feb 18 16:25:24 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Replace qemu_error() by error_report()
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.
|
/qemu/system/ |
H A D | vl.c | 1ecda02b24a13f501e747b8442934829d82698ae Thu Feb 18 16:25:24 UTC 2010 Markus Armbruster <armbru@redhat.com> error: Replace qemu_error() by error_report()
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.
|