Re: [Qemu-devel] [PATCH v8] block/raw-posix.c: Fix raw_getlength() on Mac OS X for CD

2015-02-06 Thread Kevin Wolf
Am 19.01.2015 um 23:12 hat Programmingkid geschrieben: > Subject was: > Re: [PATCH v7] block/raw-posix.c: Fixes raw_getlength() > on Mac OS X so that it reports the correct length of a real CD > > This patch allows Mac OS X to use a real CDROM disc in QEMU. > Testing this patch will require usin

Re: [Qemu-devel] [PATCH v8] block/raw-posix.c: Fix raw_getlength() on Mac OS X for CD

2015-01-21 Thread Programmingkid
On Jan 21, 2015, at 2:54 AM, Markus Armbruster wrote: > Programmingkid writes: > >> On Jan 20, 2015, at 3:28 PM, Markus Armbruster wrote: >> >>> Programmingkid writes: >>> On Jan 20, 2015, at 10:22 AM, Eric Blake wrote: > On 01/20/2015 07:29 AM, Programmingkid wrote: >> >

Re: [Qemu-devel] [PATCH v8] block/raw-posix.c: Fix raw_getlength() on Mac OS X for CD

2015-01-20 Thread Markus Armbruster
Programmingkid writes: > On Jan 20, 2015, at 3:28 PM, Markus Armbruster wrote: > >> Programmingkid writes: >> >>> On Jan 20, 2015, at 10:22 AM, Eric Blake wrote: >>> On 01/20/2015 07:29 AM, Programmingkid wrote: > > On Jan 20, 2015, at 3:33 AM, Markus Armbruster wrote: > >>>

Re: [Qemu-devel] [PATCH v8] block/raw-posix.c: Fix raw_getlength() on Mac OS X for CD

2015-01-20 Thread Programmingkid
On Jan 20, 2015, at 3:28 PM, Markus Armbruster wrote: > Programmingkid writes: > >> On Jan 20, 2015, at 10:22 AM, Eric Blake wrote: >> >>> On 01/20/2015 07:29 AM, Programmingkid wrote: On Jan 20, 2015, at 3:33 AM, Markus Armbruster wrote: > Programmingkid writes: > >

Re: [Qemu-devel] [PATCH v8] block/raw-posix.c: Fix raw_getlength() on Mac OS X for CD

2015-01-20 Thread Markus Armbruster
Programmingkid writes: > On Jan 20, 2015, at 10:22 AM, Eric Blake wrote: > >> On 01/20/2015 07:29 AM, Programmingkid wrote: >>> >>> On Jan 20, 2015, at 3:33 AM, Markus Armbruster wrote: >>> Programmingkid writes: > Subject was: > Re: [PATCH v7] block/raw-posix.c: Fixes raw_

Re: [Qemu-devel] [PATCH v8] block/raw-posix.c: Fix raw_getlength() on Mac OS X for CD

2015-01-20 Thread Programmingkid
On Jan 20, 2015, at 10:22 AM, Eric Blake wrote: > On 01/20/2015 07:29 AM, Programmingkid wrote: >> >> On Jan 20, 2015, at 3:33 AM, Markus Armbruster wrote: >> >>> Programmingkid writes: >>> Subject was: Re: [PATCH v7] block/raw-posix.c: Fixes raw_getlength() on Mac OS X so th

Re: [Qemu-devel] [PATCH v8] block/raw-posix.c: Fix raw_getlength() on Mac OS X for CD

2015-01-20 Thread Eric Blake
On 01/20/2015 07:29 AM, Programmingkid wrote: > > On Jan 20, 2015, at 3:33 AM, Markus Armbruster wrote: > >> Programmingkid writes: >> >>> Subject was: >>> Re: [PATCH v7] block/raw-posix.c: Fixes raw_getlength() >>> on Mac OS X so that it reports the correct length of a real CD >> >> Patch his

Re: [Qemu-devel] [PATCH v8] block/raw-posix.c: Fix raw_getlength() on Mac OS X for CD

2015-01-20 Thread Peter Maydell
On 20 January 2015 at 14:46, Stefan Hajnoczi wrote: > Reviewed-by: Stefan Hajnoczi Tested-by: Peter Maydell (at least as far as OSX compile and make check goes; my Mac doesn't have a cdrom drive). -- PMM

Re: [Qemu-devel] [PATCH v8] block/raw-posix.c: Fix raw_getlength() on Mac OS X for CD

2015-01-20 Thread Stefan Hajnoczi
On Mon, Jan 19, 2015 at 10:12 PM, Programmingkid wrote: > Subject was: > Re: [PATCH v7] block/raw-posix.c: Fixes raw_getlength() > on Mac OS X so that it reports the correct length of a real CD > > This patch allows Mac OS X to use a real CDROM disc in QEMU. > Testing this patch will require using

Re: [Qemu-devel] [PATCH v8] block/raw-posix.c: Fix raw_getlength() on Mac OS X for CD

2015-01-20 Thread Programmingkid
On Jan 20, 2015, at 3:33 AM, Markus Armbruster wrote: > Programmingkid writes: > >> Subject was: >> Re: [PATCH v7] block/raw-posix.c: Fixes raw_getlength() >> on Mac OS X so that it reports the correct length of a real CD > > Patch history information goes... > >> >> This patch allows Mac

Re: [Qemu-devel] [PATCH v8] block/raw-posix.c: Fix raw_getlength() on Mac OS X for CD

2015-01-20 Thread Markus Armbruster
Programmingkid writes: > Subject was: > Re: [PATCH v7] block/raw-posix.c: Fixes raw_getlength() > on Mac OS X so that it reports the correct length of a real CD Patch history information goes... > > This patch allows Mac OS X to use a real CDROM disc in QEMU. > Testing this patch will require

[Qemu-devel] [PATCH v8] block/raw-posix.c: Fix raw_getlength() on Mac OS X for CD

2015-01-19 Thread Programmingkid
Subject was: Re: [PATCH v7] block/raw-posix.c: Fixes raw_getlength() on Mac OS X so that it reports the correct length of a real CD This patch allows Mac OS X to use a real CDROM disc in QEMU. Testing this patch will require using QEMU v2.2.0 because the current git version has a bug in it that