Revision 82cc3ee8 hw/virtio-9p-debug.c

b/hw/virtio-9p-debug.c
588 588
    case P9_RXATTRCREATE:
589 589
        fprintf(llogfile, "RXATTRCREATE: (");
590 590
        break;
591
    case P9_TLOCK:
592
        fprintf(llogfile, "TLOCK: (");
593
        pprint_int32(pdu, 0, &offset, "fid");
594
        pprint_int8(pdu, 0, &offset, ", type");
595
        pprint_int32(pdu, 0, &offset, ", flags");
596
        pprint_int64(pdu, 0, &offset, ", start");
597
        pprint_int64(pdu, 0, &offset, ", length");
598
        pprint_int32(pdu, 0, &offset, ", proc_id");
599
        pprint_str(pdu, 0, &offset, ", client_id");
600
        break;
601
    case P9_RLOCK:
602
        fprintf(llogfile, "RLOCK: (");
603
        pprint_int8(pdu, 0, &offset, "status");
604
        break;
591 605
    default:
592 606
        fprintf(llogfile, "unknown(%d): (", pdu->id);
593 607
        break;

Also available in: Unified diff