Re: [Qemu-devel] [PATCH 04/25] ahci: add ide device initialization helper

2012-09-27 Thread Jason Baron
On Wed, Sep 26, 2012 at 10:15:39AM +0200, Markus Armbruster wrote: > Jason Baron writes: > > > On Mon, Sep 24, 2012 at 06:52:29PM +0200, Markus Armbruster wrote: > >> Jason Baron writes: > >> > >> > On Fri, Sep 21, 2012 at 04:05:14PM +0200, Markus Armbruster wrote: > >> >> Jason Baron writes:

Re: [Qemu-devel] [PATCH 04/25] ahci: add ide device initialization helper

2012-09-26 Thread Kevin Wolf
Am 26.09.2012 10:15, schrieb Markus Armbruster: > Jason Baron writes: >> I think that -drive if=ide should result in a disk attached piix3-ide. >> Not in an ide disk attached to the ahci controller (which is current q35 >> bahavior, and is 'broken' b/c we don't want that to change after q35 is >>

Re: [Qemu-devel] [PATCH 04/25] ahci: add ide device initialization helper

2012-09-26 Thread Markus Armbruster
Jason Baron writes: > On Mon, Sep 24, 2012 at 06:52:29PM +0200, Markus Armbruster wrote: >> Jason Baron writes: >> >> > On Fri, Sep 21, 2012 at 04:05:14PM +0200, Markus Armbruster wrote: >> >> Jason Baron writes: >> >> >> >> > From: Isaku Yamahata >> >> > >> >> > Introduce a helper function

Re: [Qemu-devel] [PATCH 04/25] ahci: add ide device initialization helper

2012-09-24 Thread Jason Baron
On Mon, Sep 24, 2012 at 06:52:29PM +0200, Markus Armbruster wrote: > Jason Baron writes: > > > On Fri, Sep 21, 2012 at 04:05:14PM +0200, Markus Armbruster wrote: > >> Jason Baron writes: > >> > >> > From: Isaku Yamahata > >> > > >> > Introduce a helper function which initializes the ahci port

Re: [Qemu-devel] [PATCH 04/25] ahci: add ide device initialization helper

2012-09-24 Thread Markus Armbruster
Jason Baron writes: > On Fri, Sep 21, 2012 at 04:05:14PM +0200, Markus Armbruster wrote: >> Jason Baron writes: >> >> > From: Isaku Yamahata >> > >> > Introduce a helper function which initializes the ahci port with >> > ide devices. >> > It will be used by q35 support. >> > >> > Cc: Alexander

Re: [Qemu-devel] [PATCH 04/25] ahci: add ide device initialization helper

2012-09-21 Thread Jason Baron
On Fri, Sep 21, 2012 at 04:05:14PM +0200, Markus Armbruster wrote: > Jason Baron writes: > > > From: Isaku Yamahata > > > > Introduce a helper function which initializes the ahci port with ide > > devices. > > It will be used by q35 support. > > > > Cc: Alexander Graf > > Signed-off-by: Isaku

Re: [Qemu-devel] [PATCH 04/25] ahci: add ide device initialization helper

2012-09-21 Thread Markus Armbruster
Jason Baron writes: > From: Isaku Yamahata > > Introduce a helper function which initializes the ahci port with ide devices. > It will be used by q35 support. > > Cc: Alexander Graf > Signed-off-by: Isaku Yamahata > Signed-off-by: Jason Baron > --- > hw/ide.h |3 +++ > hw/ide/ahci.c

[Qemu-devel] [PATCH 04/25] ahci: add ide device initialization helper

2012-09-13 Thread Jason Baron
From: Isaku Yamahata Introduce a helper function which initializes the ahci port with ide devices. It will be used by q35 support. Cc: Alexander Graf Signed-off-by: Isaku Yamahata Signed-off-by: Jason Baron --- hw/ide.h |3 +++ hw/ide/ahci.c | 16 2 files changed,