[Qemu-devel] Re: [PATCH v3 05/13] pcie: helper functions for pcie capability and extended capability.

2010-09-26 Thread Michael S. Tsirkin
On Fri, Sep 24, 2010 at 11:24:50AM +0900, Isaku Yamahata wrote: > On Sun, Sep 19, 2010 at 01:45:33PM +0200, Michael S. Tsirkin wrote: > > On Sun, Sep 19, 2010 at 01:56:23PM +0900, Isaku Yamahata wrote: > > > On Wed, Sep 15, 2010 at 02:43:10PM +0200, Michael S. Tsirkin wrote: > > > > > +/***

[Qemu-devel] Re: [PATCH v3 05/13] pcie: helper functions for pcie capability and extended capability.

2010-09-23 Thread Isaku Yamahata
On Sun, Sep 19, 2010 at 01:45:33PM +0200, Michael S. Tsirkin wrote: > On Sun, Sep 19, 2010 at 01:56:23PM +0900, Isaku Yamahata wrote: > > On Wed, Sep 15, 2010 at 02:43:10PM +0200, Michael S. Tsirkin wrote: > > > > +/*** > > > >

[Qemu-devel] Re: [PATCH v3 05/13] pcie: helper functions for pcie capability and extended capability.

2010-09-19 Thread Michael S. Tsirkin
On Sun, Sep 19, 2010 at 01:56:23PM +0900, Isaku Yamahata wrote: > On Wed, Sep 15, 2010 at 02:43:10PM +0200, Michael S. Tsirkin wrote: > > > +/*** > > > + * pci express capability helper functions > > > + */ > > > +void pcie_not

[Qemu-devel] Re: [PATCH v3 05/13] pcie: helper functions for pcie capability and extended capability.

2010-09-18 Thread Isaku Yamahata
On Wed, Sep 15, 2010 at 02:43:10PM +0200, Michael S. Tsirkin wrote: > > +/*** > > + * pci express capability helper functions > > + */ > > +void pcie_notify(PCIDevice *dev, uint16_t vector, bool trigger, int level) > > Why is

[Qemu-devel] Re: [PATCH v3 05/13] pcie: helper functions for pcie capability and extended capability.

2010-09-15 Thread Michael S. Tsirkin
On Wed, Sep 15, 2010 at 02:38:18PM +0900, Isaku Yamahata wrote: > This patch implements helper functions for pci express capability > and pci express extended capability allocation. > NOTE: presence detection depends on pci_qdev_init() change. > > Signed-off-by: Isaku Yamahata > > --- > Changes