Revision 1f0ff2fb

b/hw/qxl-logger.c
19 19
 * along with this program; if not, see <http://www.gnu.org/licenses/>.
20 20
 */
21 21

  
22
#include "qemu-timer.h"
22 23
#include "qxl.h"
23 24

  
24 25
static const char *qxl_type[] = {
......
223 224
    if (!qxl->cmdlog) {
224 225
        return;
225 226
    }
226
    fprintf(stderr, "qxl-%d/%s:", qxl->id, ring);
227
    fprintf(stderr, "%ld qxl-%d/%s:", qemu_get_clock_ns(vm_clock),
228
            qxl->id, ring);
227 229
    fprintf(stderr, " cmd @ 0x%" PRIx64 " %s%s", ext->cmd.data,
228 230
            qxl_name(qxl_type, ext->cmd.type),
229 231
            compat ? "(compat)" : "");

Also available in: Unified diff