Re: [Qemu-devel] [PATCH v3 04/19] block: update bs->total_sectors on writes

2013-09-02 Thread Peter Lieven
On 17.08.2013 08:27, Paolo Bonzini wrote: Il 02/08/2013 09:05, Peter Lieven ha scritto: can you give an update what are to current plans/schedule to merge this series? I have a few patches in the queue that in their current version depend on this series being merged. It should go in soon, perha

Re: [Qemu-devel] [PATCH v3 04/19] block: update bs->total_sectors on writes

2013-08-16 Thread Paolo Bonzini
Il 02/08/2013 09:05, Peter Lieven ha scritto: > can you give an update what are to current plans/schedule to merge this > series? I have > a few patches in the queue that in their current version depend on this > series being merged. It should go in soon, perhaps a couple of weeks. Paolo

Re: [Qemu-devel] [PATCH v3 04/19] block: update bs->total_sectors on writes

2013-08-02 Thread Peter Lieven
On 29.07.2013 16:18, Paolo Bonzini wrote: Il 29/07/2013 16:10, Kevin Wolf ha scritto: Am 29.07.2013 um 15:47 hat Paolo Bonzini geschrieben: Il 29/07/2013 15:13, Kevin Wolf ha scritto: Am 25.07.2013 um 16:23 hat Paolo Bonzini geschrieben: If a BlockDriverState is growable, after every write we

Re: [Qemu-devel] [PATCH v3 04/19] block: update bs->total_sectors on writes

2013-07-29 Thread Paolo Bonzini
Il 29/07/2013 16:10, Kevin Wolf ha scritto: > Am 29.07.2013 um 15:47 hat Paolo Bonzini geschrieben: >> Il 29/07/2013 15:13, Kevin Wolf ha scritto: >>> Am 25.07.2013 um 16:23 hat Paolo Bonzini geschrieben: If a BlockDriverState is growable, after every write we need to check if bs->total_s

Re: [Qemu-devel] [PATCH v3 04/19] block: update bs->total_sectors on writes

2013-07-29 Thread Kevin Wolf
Am 29.07.2013 um 15:47 hat Paolo Bonzini geschrieben: > Il 29/07/2013 15:13, Kevin Wolf ha scritto: > > Am 25.07.2013 um 16:23 hat Paolo Bonzini geschrieben: > >> If a BlockDriverState is growable, after every write we need to > >> check if bs->total_sectors might have changed. > >> > >> Signed-off

Re: [Qemu-devel] [PATCH v3 04/19] block: update bs->total_sectors on writes

2013-07-29 Thread Paolo Bonzini
Il 29/07/2013 15:13, Kevin Wolf ha scritto: > Am 25.07.2013 um 16:23 hat Paolo Bonzini geschrieben: >> If a BlockDriverState is growable, after every write we need to >> check if bs->total_sectors might have changed. >> >> Signed-off-by: Paolo Bonzini >> --- >> block.c | 3 +++ >> 1 file changed,

Re: [Qemu-devel] [PATCH v3 04/19] block: update bs->total_sectors on writes

2013-07-29 Thread Kevin Wolf
Am 25.07.2013 um 16:23 hat Paolo Bonzini geschrieben: > If a BlockDriverState is growable, after every write we need to > check if bs->total_sectors might have changed. > > Signed-off-by: Paolo Bonzini > --- > block.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/block.c b/block.c

[Qemu-devel] [PATCH v3 04/19] block: update bs->total_sectors on writes

2013-07-25 Thread Paolo Bonzini
If a BlockDriverState is growable, after every write we need to check if bs->total_sectors might have changed. Signed-off-by: Paolo Bonzini --- block.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/block.c b/block.c index 6cd39fa..ebac2fa 100644 --- a/block.c +++ b/block.c @@ -2651,6 +2