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

b/hw/virtio-9p-debug.c
475 475
        fprintf(llogfile, "RSYMLINK: (");
476 476
        pprint_qid(pdu, 1, &offset, "qid");
477 477
        break;
478
    case P9_TLCREATE:
479
        fprintf(llogfile, "TLCREATE: (");
480
        pprint_int32(pdu, 0, &offset, "dfid");
481
        pprint_str(pdu, 0, &offset, ", name");
482
        pprint_int32(pdu, 0, &offset, ", flags");
483
        pprint_int32(pdu, 0, &offset, ", mode");
484
        pprint_int32(pdu, 0, &offset, ", gid");
485
        break;
486
    case P9_RLCREATE:
487
        fprintf(llogfile, "RLCREATE: (");
488
        pprint_qid(pdu, 1, &offset, "qid");
489
        pprint_int32(pdu, 1, &offset, ", iounit");
490
        break;
478 491
    case P9_TREAD:
479 492
        fprintf(llogfile, "TREAD: (");
480 493
        pprint_int32(pdu, 0, &offset, "fid");

Also available in: Unified diff