Revision f5edb014 monitor.c

b/monitor.c
927 927
    }
928 928
    if (eject_device(mon, bs, 0) < 0)
929 929
        return;
930
    bdrv_open2(bs, filename, 0, drv);
930
    bdrv_open2(bs, filename, BDRV_O_RDWR, drv);
931 931
    monitor_read_bdrv_key_start(mon, bs, NULL, NULL);
932 932
}
933 933

  

Also available in: Unified diff