Revision bb44619b include/sysemu/blockdev.h

b/include/sysemu/blockdev.h
40 40
    int media_cd;
41 41
    int cyls, heads, secs, trans;
42 42
    QemuOpts *opts;
43
    const char *serial;
43
    char *serial;
44 44
    QTAILQ_ENTRY(DriveInfo) next;
45 45
    int refcount;
46 46
};

Also available in: Unified diff