Re: [Qemu-devel] [PATCH] block: handle -EBUSY in bdrv_commit_all()

2012-03-06 Thread Kevin Wolf
Am 05.03.2012 19:10, schrieb Stefan Hajnoczi: > Monitor operations that manipulate image files must not execute while a > background job (like image streaming) is in progress. This prevents > corruptions from happening when two pieces of code are manipulating the > image file without knowledge of

[Qemu-devel] [PATCH] block: handle -EBUSY in bdrv_commit_all()

2012-03-05 Thread Stefan Hajnoczi
Monitor operations that manipulate image files must not execute while a background job (like image streaming) is in progress. This prevents corruptions from happening when two pieces of code are manipulating the image file without knowledge of each other. The monitor "commit" command raises QERR_