Searched hist:e023b2e244ddcc25308309d20c6bfd037897b10c (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/block/ |
H A D | vvfat.c | diff e023b2e244ddcc25308309d20c6bfd037897b10c Tue May 08 09:51:41 CDT 2012 Paolo Bonzini <pbonzini@redhat.com> block: fix snapshot on QED
QED's opaque data includes a pointer back to the BlockDriverState. This breaks when bdrv_append shuffles data between bs_new and bs_top. To avoid this, add a "rebind" function that tells the driver about the new relationship between the BlockDriverState and its opaque.
The patch also adds rebind to VVFAT for completeness, even though it is not used with live snapshots.
Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
H A D | qed.c | diff e023b2e244ddcc25308309d20c6bfd037897b10c Tue May 08 09:51:41 CDT 2012 Paolo Bonzini <pbonzini@redhat.com> block: fix snapshot on QED
QED's opaque data includes a pointer back to the BlockDriverState. This breaks when bdrv_append shuffles data between bs_new and bs_top. To avoid this, add a "rebind" function that tells the driver about the new relationship between the BlockDriverState and its opaque.
The patch also adds rebind to VVFAT for completeness, even though it is not used with live snapshots.
Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
/openbmc/qemu/ |
H A D | block.c | diff e023b2e244ddcc25308309d20c6bfd037897b10c Tue May 08 09:51:41 CDT 2012 Paolo Bonzini <pbonzini@redhat.com> block: fix snapshot on QED
QED's opaque data includes a pointer back to the BlockDriverState. This breaks when bdrv_append shuffles data between bs_new and bs_top. To avoid this, add a "rebind" function that tells the driver about the new relationship between the BlockDriverState and its opaque.
The patch also adds rebind to VVFAT for completeness, even though it is not used with live snapshots.
Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|