[Qemu-devel] [PATCH v6 0/5] Geometry and blocksize detection for backing devices.

2015-01-19 Thread Ekaterina Tumanova
Updates v5 -> v6: Minor Updates according the last review from Stefan Hajnoczi: 1. Do not change the flow of code, factored out of raw_probe_alignment. 2. added #ifdef __linux__ in 2 places of raw-posix.c, mentioned by reviewer. 3. adjusted the comment hdev_probe_geometry according suggestment. 4.

Re: [Qemu-devel] [PATCH v6 0/5] Geometry and blocksize detection for backing devices.

2015-02-04 Thread Ekaterina Tumanova
On 01/19/2015 05:34 PM, Ekaterina Tumanova wrote: Updates v5 -> v6: Minor Updates according the last review from Stefan Hajnoczi: 1. Do not change the flow of code, factored out of raw_probe_alignment. 2. added #ifdef __linux__ in 2 places of raw-posix.c, mentioned by reviewer. 3. adjusted the c

Re: [Qemu-devel] [PATCH v6 0/5] Geometry and blocksize detection for backing devices.

2015-02-05 Thread Stefan Hajnoczi
On Mon, Jan 19, 2015 at 03:34:56PM +0100, Ekaterina Tumanova wrote: > Updates v5 -> v6: > > Minor Updates according the last review from Stefan Hajnoczi: > 1. Do not change the flow of code, factored out of raw_probe_alignment. > 2. added #ifdef __linux__ in 2 places of raw-posix.c, mentioned by r

Re: [Qemu-devel] [PATCH v6 0/5] Geometry and blocksize detection for backing devices.

2015-02-12 Thread Stefan Hajnoczi
On Mon, Jan 19, 2015 at 03:34:56PM +0100, Ekaterina Tumanova wrote: > Updates v5 -> v6: > > Minor Updates according the last review from Stefan Hajnoczi: > 1. Do not change the flow of code, factored out of raw_probe_alignment. > 2. added #ifdef __linux__ in 2 places of raw-posix.c, mentioned by r

Re: [Qemu-devel] [PATCH v6 0/5] Geometry and blocksize detection for backing devices.

2015-02-12 Thread Christian Borntraeger
Am 12.02.2015 um 16:46 schrieb Stefan Hajnoczi: > On Mon, Jan 19, 2015 at 03:34:56PM +0100, Ekaterina Tumanova wrote: >> Updates v5 -> v6: >> >> Minor Updates according the last review from Stefan Hajnoczi: >> 1. Do not change the flow of code, factored out of raw_probe_alignment. >> 2. added #ifde

Re: [Qemu-devel] [PATCH v6 0/5] Geometry and blocksize detection for backing devices.

2015-02-12 Thread Christian Borntraeger
Am 12.02.2015 um 17:42 schrieb Christian Borntraeger: > Am 12.02.2015 um 16:46 schrieb Stefan Hajnoczi: >> On Mon, Jan 19, 2015 at 03:34:56PM +0100, Ekaterina Tumanova wrote: >>> Updates v5 -> v6: >>> >>> Minor Updates according the last review from Stefan Hajnoczi: >>> 1. Do not change the flow of

Re: [Qemu-devel] [PATCH v6 0/5] Geometry and blocksize detection for backing devices.

2015-02-12 Thread Kevin Wolf
Am 12.02.2015 um 17:42 hat Christian Borntraeger geschrieben: > Am 12.02.2015 um 16:46 schrieb Stefan Hajnoczi: > > On Mon, Jan 19, 2015 at 03:34:56PM +0100, Ekaterina Tumanova wrote: > >> Updates v5 -> v6: > >> > >> Minor Updates according the last review from Stefan Hajnoczi: > >> 1. Do not chang

Re: [Qemu-devel] [PATCH v6 0/5] Geometry and blocksize detection for backing devices.

2015-02-13 Thread Christian Borntraeger
Am 13.02.2015 um 08:50 schrieb Kevin Wolf: > Am 12.02.2015 um 17:42 hat Christian Borntraeger geschrieben: >> Am 12.02.2015 um 16:46 schrieb Stefan Hajnoczi: >>> On Mon, Jan 19, 2015 at 03:34:56PM +0100, Ekaterina Tumanova wrote: Updates v5 -> v6: Minor Updates according the last rev

Re: [Qemu-devel] [PATCH v6 0/5] Geometry and blocksize detection for backing devices.

2015-01-22 Thread Christian Borntraeger
Am 19.01.2015 um 15:34 schrieb Ekaterina Tumanova: > Updates v5 -> v6: > > Minor Updates according the last review from Stefan Hajnoczi: > 1. Do not change the flow of code, factored out of raw_probe_alignment. > 2. added #ifdef __linux__ in 2 places of raw-posix.c, mentioned by reviewer. > 3. adj