Re: [Qemu-devel] [PATCH] xio3130: Add map_irq functions

2013-03-07 Thread Michael S. Tsirkin
On Thu, Mar 07, 2013 at 12:31:00PM -0700, Alex Williamson wrote: > On Thu, 2013-03-07 at 21:22 +0200, Michael S. Tsirkin wrote: > > On Thu, Mar 07, 2013 at 12:17:11PM -0700, Alex Williamson wrote: > > > On Thu, 2013-03-07 at 20:49 +0200, Michael S. Tsirkin wrote: > > > > On Thu, Mar 07, 2013 at 11:

Re: [Qemu-devel] [PATCH] xio3130: Add map_irq functions

2013-03-07 Thread Alex Williamson
On Thu, 2013-03-07 at 21:22 +0200, Michael S. Tsirkin wrote: > On Thu, Mar 07, 2013 at 12:17:11PM -0700, Alex Williamson wrote: > > On Thu, 2013-03-07 at 20:49 +0200, Michael S. Tsirkin wrote: > > > On Thu, Mar 07, 2013 at 11:29:46AM -0700, Alex Williamson wrote: > > > > Just like root ports, I thi

Re: [Qemu-devel] [PATCH] xio3130: Add map_irq functions

2013-03-07 Thread Michael S. Tsirkin
On Thu, Mar 07, 2013 at 12:17:11PM -0700, Alex Williamson wrote: > On Thu, 2013-03-07 at 20:49 +0200, Michael S. Tsirkin wrote: > > On Thu, Mar 07, 2013 at 11:29:46AM -0700, Alex Williamson wrote: > > > Just like root ports, I think these are supposed to be direct mapped. > > > > > > Signed-off-by

Re: [Qemu-devel] [PATCH] xio3130: Add map_irq functions

2013-03-07 Thread Alex Williamson
On Thu, 2013-03-07 at 20:49 +0200, Michael S. Tsirkin wrote: > On Thu, Mar 07, 2013 at 11:29:46AM -0700, Alex Williamson wrote: > > Just like root ports, I think these are supposed to be direct mapped. > > > > Signed-off-by: Alex Williamson > > Hmm, very strange. Why not using standard pci bridg

Re: [Qemu-devel] [PATCH] xio3130: Add map_irq functions

2013-03-07 Thread Michael S. Tsirkin
On Thu, Mar 07, 2013 at 11:29:46AM -0700, Alex Williamson wrote: > Just like root ports, I think these are supposed to be direct mapped. > > Signed-off-by: Alex Williamson Hmm, very strange. Why not using standard pci bridge logic? Any idea? > --- > hw/xio3130_downstream.c |7 +++ > hw