CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/01/26 17:18:49
Modified files:
. : vl.h
Log message:
ENODEV works also for __sun__, the magic number 4097 stemmed from the
windows support.
CVSWeb URLs:
http://cvs.savan
On 26 janv. 07, at 16:39, Thiemo Seufer wrote:
Pierre d'Herbemont wrote:
Hi,
This fix,
/qemu/hw/ide.c: In function `ide_atapi_io_error':
/qemu/hw/ide.c:972: error: `ENOMEDIUM' undeclared (first use in this
function)
I committed a slightly different patch.
And it's better ;)
Pierre.
__
Pierre d'Herbemont wrote:
> Hi,
>
> This fix,
>
> /qemu/hw/ide.c: In function `ide_atapi_io_error':
> /qemu/hw/ide.c:972: error: `ENOMEDIUM' undeclared (first use in this
> function)
I committed a slightly different patch.
Thiemo
___
Qemu-devel m
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/01/26 15:37:46
Modified files:
. : block.c vl.h
Log message:
Define ENOMEDIUM to match ENODEV if it isn't available.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/block.
Hi,
This patch is a small hack, that is needed to load most of regular
program (for some reason I forgot to put that on the initial darwin-
user patch). Hopefully once darwin-user will have a sanitized guest /
qemu memory interface, this could be removed. (I have in mind Paul
Brook's guest
Hi,
This fix,
/qemu/hw/ide.c: In function `ide_atapi_io_error':
/qemu/hw/ide.c:972: error: `ENOMEDIUM' undeclared (first use in this
function)
on Darwin and certainly on other *BSDs
Pierre.
Index: vl.h
===
RCS file: /sources/q