Revision 1ecda02b qemu-tool.c

b/qemu-tool.c
104 104
    return (tv.tv_sec * 1000000000LL + (tv.tv_usec * 1000)) / 1000000;
105 105
}
106 106

  
107
void qemu_error(const char *fmt, ...)
107
void error_report(const char *fmt, ...)
108 108
{
109 109
    va_list args;
110 110

  

Also available in: Unified diff