Revision b41e95d3 hw/virtio-9p-debug.c

b/hw/virtio-9p-debug.c
535 535
    case P9_RCLUNK:
536 536
        fprintf(llogfile, "RCLUNK: (");
537 537
        break;
538
    case P9_TFSYNC:
539
        fprintf(llogfile, "TFSYNC: (");
540
        pprint_int32(pdu, 0, &offset, "fid");
541
        break;
542
    case P9_RFSYNC:
543
        fprintf(llogfile, "RFSYNC: (");
544
        break;
538 545
    case P9_TLINK:
539 546
        fprintf(llogfile, "TLINK: (");
540 547
        pprint_int32(pdu, 0, &offset, "fid");

Also available in: Unified diff