Re: [Qemu-devel] [PATCH 1/8] ahci: split ICH9 from core

2010-12-27 Thread Sebastian Herbszt
Alexander Graf wrote: Am 23.12.2010 um 09:23 schrieb Stefan Hajnoczi : > On Mon, Dec 20, 2010 at 9:13 PM, Alexander Graf wrote: >> From: Sebastian Herbszt >> >> There are multiple ahci devices out there. The currently implemented ich-9 >> is only one of the many. So let's split that one out

Re: [Qemu-devel] [PATCH 1/8] ahci: split ICH9 from core

2010-12-23 Thread Alexander Graf
Am 23.12.2010 um 09:23 schrieb Stefan Hajnoczi : > On Mon, Dec 20, 2010 at 9:13 PM, Alexander Graf wrote: >> From: Sebastian Herbszt >> >> There are multiple ahci devices out there. The currently implemented ich-9 >> is only one of the many. So let's split that one out into a separate file >>

Re: [Qemu-devel] [PATCH 1/8] ahci: split ICH9 from core

2010-12-23 Thread Stefan Hajnoczi
On Mon, Dec 20, 2010 at 9:13 PM, Alexander Graf wrote: > From: Sebastian Herbszt > > There are multiple ahci devices out there. The currently implemented ich-9 > is only one of the many. So let's split that one out into a separate file > to stress the difference. > > Signed-off-by: Sebastian Herb

[Qemu-devel] [PATCH 1/8] ahci: split ICH9 from core

2010-12-20 Thread Alexander Graf
From: Sebastian Herbszt There are multiple ahci devices out there. The currently implemented ich-9 is only one of the many. So let's split that one out into a separate file to stress the difference. Signed-off-by: Sebastian Herbszt Signed-off-by: Alexander Graf --- Makefile.objs |1 + hw/