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 jba...@redhat.com writes: On Mon, Sep 24, 2012 at 06:52:29PM +0200, Markus Armbruster wrote: Jason Baron jba...@redhat.com writes: On Fri, Sep 21, 2012 at 04:05:14PM +0200, Markus Armbruster wrote: Jason

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

2012-09-26 Thread Markus Armbruster
Jason Baron jba...@redhat.com writes: On Mon, Sep 24, 2012 at 06:52:29PM +0200, Markus Armbruster wrote: Jason Baron jba...@redhat.com writes: On Fri, Sep 21, 2012 at 04:05:14PM +0200, Markus Armbruster wrote: Jason Baron jba...@redhat.com writes: From: Isaku Yamahata

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 jba...@redhat.com 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

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

2012-09-24 Thread Markus Armbruster
Jason Baron jba...@redhat.com writes: On Fri, Sep 21, 2012 at 04:05:14PM +0200, Markus Armbruster wrote: Jason Baron jba...@redhat.com writes: From: Isaku Yamahata yamah...@valinux.co.jp Introduce a helper function which initializes the ahci port with ide devices. It will be used by

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 jba...@redhat.com writes: On Fri, Sep 21, 2012 at 04:05:14PM +0200, Markus Armbruster wrote: Jason Baron jba...@redhat.com writes: From: Isaku Yamahata yamah...@valinux.co.jp Introduce a helper

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

2012-09-21 Thread Markus Armbruster
Jason Baron jba...@redhat.com writes: From: Isaku Yamahata yamah...@valinux.co.jp Introduce a helper function which initializes the ahci port with ide devices. It will be used by q35 support. Cc: Alexander Graf ag...@suse.de Signed-off-by: Isaku Yamahata yamah...@valinux.co.jp

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 jba...@redhat.com writes: From: Isaku Yamahata yamah...@valinux.co.jp Introduce a helper function which initializes the ahci port with ide devices. It will be used by q35 support. Cc: Alexander Graf

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

2012-09-13 Thread Jason Baron
From: Isaku Yamahata yamah...@valinux.co.jp Introduce a helper function which initializes the ahci port with ide devices. It will be used by q35 support. Cc: Alexander Graf ag...@suse.de Signed-off-by: Isaku Yamahata yamah...@valinux.co.jp Signed-off-by: Jason Baron jba...@redhat.com ---