Revision 7267c094 block/raw.c

b/block/raw.c
119 119
static BlockDriver bdrv_raw = {
120 120
    .format_name        = "raw",
121 121

  
122
    /* It's really 0, but we need to make qemu_malloc() happy */
122
    /* It's really 0, but we need to make g_malloc() happy */
123 123
    .instance_size      = 1,
124 124

  
125 125
    .bdrv_open          = raw_open,

Also available in: Unified diff