Re: [Qemu-devel] LBA48

2005-12-27 Thread Filip Navara
Natalia Portillo wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Great document except because OSes (but DOS, so on) won't use BIOS but direct IDE (through IRQs 14 and 15 and their I/O ports) or PIIX, and that is what is needed to be expanded first (as BIOS will use them). So, ATA-6

Re: [Qemu-devel] LBA48

2005-12-27 Thread Natalia Portillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Great document except because OSes (but DOS, so on) won't use BIOS but direct IDE (through IRQs 14 and 15 and their I/O ports) or PIIX, and that is what is needed to be expanded first (as BIOS will use them). So, ATA-6 specification is still nee

[Qemu-devel] [patch] 64-bit host support broken

2005-12-27 Thread Paul Brook
The attached patch fixes building qemu on a 32-bit machine for a 64-bit host. The problem is that dyngen.c passes 64-bit values for "%d" or "%ld" printf formats. This seems to work entirely by chance on amd64, and because long==int64_t on other hosts. These are all small offsets, so "int" should

Re: [Qemu-devel] LBA48

2005-12-27 Thread Jim C. Brown
On Tue, Dec 27, 2005 at 11:07:59AM -0500, Ian C. Blenke wrote: > That link didn't work for me, found a couple of more links here: > >http://home.teleport.com/~brainy/diskaccess.htm > > specifically, > > http://www.t13.org/docs2004/D1572r2a-EDD3.pdf > or > http://www.t13.org/docs200

Re: [Qemu-devel] LBA48

2005-12-27 Thread Jim C. Brown
On Tue, Dec 27, 2005 at 03:39:38PM +, Natalia Portillo wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > www.ansi.org ATA-6, where LBA48 was introduced. > Costs US$18.00 in PDF. > > Regards, > Natalia Portillo > Not good enough. > El 27/12/2005, a las 14:55, Jim C. Brown escribi

Re: [Qemu-devel] LBA48

2005-12-27 Thread Ian C. Blenke
That link didn't work for me, found a couple of more links here: http://home.teleport.com/~brainy/diskaccess.htm specifically, http://www.t13.org/docs2004/D1572r2a-EDD3.pdf or http://www.t13.org/docs2004/D1572r2a-EDD3.doc It appears as if Dave Burton is to be thanked for that info

Re: [Qemu-devel] LBA48

2005-12-27 Thread Filip Navara
http://www.t13.org/project/d1410r3a.pdf Jim C. Brown wrote: On Sun, Dec 25, 2005 at 11:11:05PM +, Natalia Portillo wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Can anyone implement LBA48 in QEMU please? Regards, Natalia Portillo Sounds easy enough. Can you send me

Re: [Qemu-devel] LBA48

2005-12-27 Thread Joseph Stewart
This made me laugh... (no flames, please) Person1: "Can you do some work for me for free?" Person2: "Sure, where's the documentation?" Person1: "Here it is... it costs $18." Happy New Year Everyone! -joe On 12/27/05, Natalia Portillo <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE

Re: [Qemu-devel] LBA48

2005-12-27 Thread Natalia Portillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 www.ansi.org ATA-6, where LBA48 was introduced. Costs US$18.00 in PDF. Regards, Natalia Portillo El 27/12/2005, a las 14:55, Jim C. Brown escribió: On Sun, Dec 25, 2005 at 11:11:05PM +, Natalia Portillo wrote: -BEGIN PGP SIGNED MESSAGE---

Re: [Qemu-devel] LBA48

2005-12-27 Thread Jim C. Brown
On Sun, Dec 25, 2005 at 11:11:05PM +, Natalia Portillo wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > Can anyone implement LBA48 in QEMU please? > > Regards, > Natalia Portillo Sounds easy enough. Can you send me a spec? -- Infinite complexity begets infinite beauty.