Re: [Qemu-devel] [PATCH v3 17/26] Add i21154 bridge chip.

2012-10-27 Thread Blue Swirl
On Mon, Oct 22, 2012 at 4:17 PM, Michael S. Tsirkin wrote: > On Mon, Oct 22, 2012 at 03:26:24PM +0200, Andreas Färber wrote: >> Am 19.10.2012 22:43, schrieb Jason Baron: >> > From: Jason Baron >> > >> > This adds support for the DECchip 21154 PCI bridge. >> > >> > Signed-off-by: Isaku Yamahata >

Re: [Qemu-devel] [PATCH v3 17/26] Add i21154 bridge chip.

2012-10-22 Thread Jason Baron
On Mon, Oct 22, 2012 at 04:03:05PM +0200, Michael S. Tsirkin wrote: > On Fri, Oct 19, 2012 at 04:43:37PM -0400, Jason Baron wrote: > > From: Jason Baron > > > > This adds support for the DECchip 21154 PCI bridge. > > > > Signed-off-by: Isaku Yamahata > > Signed-off-by: Jason Baron > > --- > >

Re: [Qemu-devel] [PATCH v3 17/26] Add i21154 bridge chip.

2012-10-22 Thread Andreas Färber
Am 22.10.2012 18:17, schrieb Michael S. Tsirkin: > On Mon, Oct 22, 2012 at 03:26:24PM +0200, Andreas Färber wrote: >> Am 19.10.2012 22:43, schrieb Jason Baron: >>> create mode 100644 hw/i21154.c >>> create mode 100644 hw/i21154.h >> >> Why is this creating a new file and not reusing dec_pci.c? We

Re: [Qemu-devel] [PATCH v3 17/26] Add i21154 bridge chip.

2012-10-22 Thread Jason Baron
On Mon, Oct 22, 2012 at 06:17:30PM +0200, Michael S. Tsirkin wrote: > On Mon, Oct 22, 2012 at 03:26:24PM +0200, Andreas Färber wrote: > > Am 19.10.2012 22:43, schrieb Jason Baron: > > > From: Jason Baron > > > > > > This adds support for the DECchip 21154 PCI bridge. > > > > > > Signed-off-by: I

Re: [Qemu-devel] [PATCH v3 17/26] Add i21154 bridge chip.

2012-10-22 Thread Michael S. Tsirkin
On Mon, Oct 22, 2012 at 03:26:24PM +0200, Andreas Färber wrote: > Am 19.10.2012 22:43, schrieb Jason Baron: > > From: Jason Baron > > > > This adds support for the DECchip 21154 PCI bridge. > > > > Signed-off-by: Isaku Yamahata > > Signed-off-by: Jason Baron > > --- > > hw/Makefile.objs |

Re: [Qemu-devel] [PATCH v3 17/26] Add i21154 bridge chip.

2012-10-22 Thread Andreas Färber
Am 19.10.2012 22:43, schrieb Jason Baron: > From: Jason Baron > > This adds support for the DECchip 21154 PCI bridge. > > Signed-off-by: Isaku Yamahata > Signed-off-by: Jason Baron > --- > hw/Makefile.objs |2 +- > hw/i21154.c | 113 > +++

Re: [Qemu-devel] [PATCH v3 17/26] Add i21154 bridge chip.

2012-10-22 Thread Michael S. Tsirkin
On Fri, Oct 19, 2012 at 04:43:37PM -0400, Jason Baron wrote: > From: Jason Baron > > This adds support for the DECchip 21154 PCI bridge. > > Signed-off-by: Isaku Yamahata > Signed-off-by: Jason Baron > --- > hw/Makefile.objs |2 +- > hw/i21154.c | 113 >

[Qemu-devel] [PATCH v3 17/26] Add i21154 bridge chip.

2012-10-19 Thread Jason Baron
From: Jason Baron This adds support for the DECchip 21154 PCI bridge. Signed-off-by: Isaku Yamahata Signed-off-by: Jason Baron --- hw/Makefile.objs |2 +- hw/i21154.c | 113 ++ hw/i21154.h |9 3 files changed, 123 ins