Home
last modified time | relevance | path

Searched hist:"1 ecda02b24a13f501e747b8442934829d82698ae" (Results 1 – 25 of 25) sorted by relevance

/qemu/util/
H A Derror-report.c1ecda02b24a13f501e747b8442934829d82698ae 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 Dqemu-config.c1ecda02b24a13f501e747b8442934829d82698ae 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 Derror-report.h1ecda02b24a13f501e747b8442934829d82698ae 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 Dtap-solaris.c1ecda02b24a13f501e747b8442934829d82698ae 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 Dtap-bsd.c1ecda02b24a13f501e747b8442934829d82698ae 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 Dtap-linux.c1ecda02b24a13f501e747b8442934829d82698ae 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 Dtap-win32.c1ecda02b24a13f501e747b8442934829d82698ae 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 Ddump.c1ecda02b24a13f501e747b8442934829d82698ae 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 Dsocket.c1ecda02b24a13f501e747b8442934829d82698ae 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 Dtap.c1ecda02b24a13f501e747b8442934829d82698ae 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 Dslirp.c1ecda02b24a13f501e747b8442934829d82698ae 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 Dnet.c1ecda02b24a13f501e747b8442934829d82698ae 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 Ddev-serial.c1ecda02b24a13f501e747b8442934829d82698ae 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 Dbus.c1ecda02b24a13f501e747b8442934829d82698ae 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 Ddev-storage.c1ecda02b24a13f501e747b8442934829d82698ae 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 Dvirtio-serial-bus.c1ecda02b24a13f501e747b8442934829d82698ae 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 Dscsi-generic.c1ecda02b24a13f501e747b8442934829d82698ae 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 Dscsi-bus.c1ecda02b24a13f501e747b8442934829d82698ae 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 Dscsi-disk.c1ecda02b24a13f501e747b8442934829d82698ae 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 Dqdev.c1ecda02b24a13f501e747b8442934829d82698ae 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 Dvirtio-pci.c1ecda02b24a13f501e747b8442934829d82698ae 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 Dvirtio-net.c1ecda02b24a13f501e747b8442934829d82698ae 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 Dpci.c1ecda02b24a13f501e747b8442934829d82698ae 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 Dpc.c1ecda02b24a13f501e747b8442934829d82698ae 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 Dvl.c1ecda02b24a13f501e747b8442934829d82698ae 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.