[Qemu-devel] Re: [PATCH 04/26] pci: add accessor function to get irq levels

2011-03-17 Thread Michael S. Tsirkin
On Thu, Mar 17, 2011 at 03:05:00PM +0900, Isaku Yamahata wrote: > On Thu, Mar 17, 2011 at 07:29:09AM +0200, Michael S. Tsirkin wrote: > > On Wed, Mar 16, 2011 at 06:29:15PM +0900, Isaku Yamahata wrote: > > > Introduce accessor function to know INTx levels. > > > It will be used later by q35. > > >

[Qemu-devel] Re: [PATCH 04/26] pci: add accessor function to get irq levels

2011-03-16 Thread Isaku Yamahata
On Thu, Mar 17, 2011 at 07:29:09AM +0200, Michael S. Tsirkin wrote: > On Wed, Mar 16, 2011 at 06:29:15PM +0900, Isaku Yamahata wrote: > > Introduce accessor function to know INTx levels. > > It will be used later by q35. > > Although piix_pci tracks the intx line levels, it can be eliminated > > by

[Qemu-devel] Re: [PATCH 04/26] pci: add accessor function to get irq levels

2011-03-16 Thread Michael S. Tsirkin
On Wed, Mar 16, 2011 at 06:29:15PM +0900, Isaku Yamahata wrote: > Introduce accessor function to know INTx levels. > It will be used later by q35. > Although piix_pci tracks the intx line levels, it can be eliminated > by this helper function. At least for piix, the right thing to IMO is to have b