Re: [Qemu-block] [PATCH v2 14/16] blockjob: Store device name at job creation

2015-10-06 Thread Alberto Garcia
On Thu 01 Oct 2015 03:13:32 PM CEST, Kevin Wolf wrote: > Some block jobs change the block device graph on completion. This means > that the device that owns the job and originally was addressed with its > device name may no longer be what the corresponding BlockBackend points > to. > > Previously,

Re: [Qemu-block] [PATCH v2 14/16] blockjob: Store device name at job creation

2015-10-02 Thread Max Reitz
On 01.10.2015 15:13, Kevin Wolf wrote: > Some block jobs change the block device graph on completion. This means > that the device that owns the job and originally was addressed with its > device name may no longer be what the corresponding BlockBackend points > to. > > Previously, the effects of

[Qemu-block] [PATCH v2 14/16] blockjob: Store device name at job creation

2015-10-01 Thread Kevin Wolf
Some block jobs change the block device graph on completion. This means that the device that owns the job and originally was addressed with its device name may no longer be what the corresponding BlockBackend points to. Previously, the effects of bdrv_swap() ensured that the job was (at least