Re: [Qemu-devel] [PATCHv2-RFC 1/2] shpc: standard hot plug controller

2012-02-17 Thread Gerd Hoffmann
On 02/13/12 10:15, Michael S. Tsirkin wrote: > TODO: > - migration support > - fix dependency on pci_internals.h fix checkpatch warnings cheers, Gerd

Re: [Qemu-devel] [PATCHv2-RFC 1/2] shpc: standard hot plug controller

2012-02-13 Thread Michael S. Tsirkin
On Mon, Feb 13, 2012 at 11:30:23PM +0900, Isaku Yamahata wrote: > On Mon, Feb 13, 2012 at 01:49:32PM +0200, Michael S. Tsirkin wrote: > > On Mon, Feb 13, 2012 at 07:03:52PM +0900, Isaku Yamahata wrote: > > > Oh nice work. > > > > > > On Mon, Feb 13, 2012 at 11:15:55AM +0200, Michael S. Tsirkin wro

Re: [Qemu-devel] [PATCHv2-RFC 1/2] shpc: standard hot plug controller

2012-02-13 Thread Isaku Yamahata
On Mon, Feb 13, 2012 at 01:49:32PM +0200, Michael S. Tsirkin wrote: > On Mon, Feb 13, 2012 at 07:03:52PM +0900, Isaku Yamahata wrote: > > Oh nice work. > > > > On Mon, Feb 13, 2012 at 11:15:55AM +0200, Michael S. Tsirkin wrote: > > > This adds support for SHPC interface, as defined by PCI Standard

Re: [Qemu-devel] [PATCHv2-RFC 1/2] shpc: standard hot plug controller

2012-02-13 Thread Michael S. Tsirkin
On Mon, Feb 13, 2012 at 07:03:52PM +0900, Isaku Yamahata wrote: > Oh nice work. > > On Mon, Feb 13, 2012 at 11:15:55AM +0200, Michael S. Tsirkin wrote: > > This adds support for SHPC interface, as defined by PCI Standard > > Hot-Plug Controller and Subsystem Specification, Rev 1.0 > > http://www.p

Re: [Qemu-devel] [PATCHv2-RFC 1/2] shpc: standard hot plug controller

2012-02-13 Thread Isaku Yamahata
Oh nice work. On Mon, Feb 13, 2012 at 11:15:55AM +0200, Michael S. Tsirkin wrote: > This adds support for SHPC interface, as defined by PCI Standard > Hot-Plug Controller and Subsystem Specification, Rev 1.0 > http://www.pcisig.com/specifications/conventional/pci_hot_plug/SHPC_10 > > Only SHPC in

[Qemu-devel] [PATCHv2-RFC 1/2] shpc: standard hot plug controller

2012-02-13 Thread Michael S. Tsirkin
This adds support for SHPC interface, as defined by PCI Standard Hot-Plug Controller and Subsystem Specification, Rev 1.0 http://www.pcisig.com/specifications/conventional/pci_hot_plug/SHPC_10 Only SHPC intergrated with a PCI-to-PCI bridge is supported, SHPC integrated with a host bridge would nee