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

b/hw/virtio-9p-debug.c
579 579
    case P9_RWSTAT:
580 580
        fprintf(llogfile, "RWSTAT: (");
581 581
        break;
582
    case P9_TXATTRWALK:
583
        fprintf(llogfile, "TXATTRWALK: (");
584
        pprint_int32(pdu, 0, &offset, "fid");
585
        pprint_int32(pdu, 0, &offset, ", newfid");
586
        pprint_str(pdu, 0, &offset, ", xattr name");
587
        break;
588
    case P9_RXATTRWALK:
589
        fprintf(llogfile, "RXATTRWALK: (");
590
        pprint_int64(pdu, 1, &offset, "xattrsize");
591
        break;
582 592
    default:
583 593
        fprintf(llogfile, "unknown(%d): (", pdu->id);
584 594
        break;

Also available in: Unified diff