Il 13/09/2012 15:15, Kevin Wolf ha scritto: >> > + flags = bs->open_flags | BDRV_O_RDWR; > Do we take care to make the image read-only again after completion?
Not at the file-descriptor level, but bs->read_only is indeed restored to "true" via bdrv_swap. Doing it on the file descriptor is possible with Jeff's bdrv_reopen patches. Paolo