Re: [Qemu-devel] [PATCH 2/3] ide lba48 support

2006-02-02 Thread Jens Axboe
On Wed, Feb 01 2006, Fabrice Bellard wrote: > Jens Axboe wrote: > >Subject: [PATCH] Add lba48 support to ide > >From: Jens Axboe <[EMAIL PROTECTED]> > >Date: 1136376117 +0100 > > > >Add lba48 support for the ide code. Read back of hob registers isn't > >there yet, though. > > Do you have a more re

Re: [Qemu-devel] [PATCH 2/3] ide lba48 support

2006-02-01 Thread Fabrice Bellard
Jens Axboe wrote: Subject: [PATCH] Add lba48 support to ide From: Jens Axboe <[EMAIL PROTECTED]> Date: 1136376117 +0100 Add lba48 support for the ide code. Read back of hob registers isn't there yet, though. Do you have a more recent patch ? In your latest patch, the lba48 field is never rese

[Qemu-devel] [PATCH 2/3] ide lba48 support

2006-01-04 Thread Jens Axboe
Subject: [PATCH] Add lba48 support to ide From: Jens Axboe <[EMAIL PROTECTED]> Date: 1136376117 +0100 Add lba48 support for the ide code. Read back of hob registers isn't there yet, though. --- hw/ide.c | 148 ++ 1 files changed, 128