Re: [RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation

2013-06-14 Thread Konrad Rzeszutek Wilk
On Tue, Jun 11, 2013 at 01:08:14AM +0800, Jiang Liu wrote: > On Tue 11 Jun 2013 12:58:01 AM CST, Konrad Rzeszutek Wilk wrote: > > On Mon, Jun 10, 2013 at 12:50:46AM +0800, Jiang Liu wrote: > >> On Sat 08 Jun 2013 01:07:06 AM CST, Konrad Rzeszutek Wilk wrote: > >>> On Sat, Jun 08, 2013 at

Re: [RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation

2013-06-14 Thread Konrad Rzeszutek Wilk
On Tue, Jun 11, 2013 at 01:08:14AM +0800, Jiang Liu wrote: On Tue 11 Jun 2013 12:58:01 AM CST, Konrad Rzeszutek Wilk wrote: On Mon, Jun 10, 2013 at 12:50:46AM +0800, Jiang Liu wrote: On Sat 08 Jun 2013 01:07:06 AM CST, Konrad Rzeszutek Wilk wrote: On Sat, Jun 08, 2013 at 12:50:31AM +0800,

Re: [RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation

2013-06-10 Thread Jiang Liu
On Tue 11 Jun 2013 12:58:01 AM CST, Konrad Rzeszutek Wilk wrote: > On Mon, Jun 10, 2013 at 12:50:46AM +0800, Jiang Liu wrote: >> On Sat 08 Jun 2013 01:07:06 AM CST, Konrad Rzeszutek Wilk wrote: >>> On Sat, Jun 08, 2013 at 12:50:31AM +0800, Jiang Liu wrote: On 06/07/2013 11:38 PM, Konrad

Re: [RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation

2013-06-10 Thread Konrad Rzeszutek Wilk
On Mon, Jun 10, 2013 at 12:50:46AM +0800, Jiang Liu wrote: > On Sat 08 Jun 2013 01:07:06 AM CST, Konrad Rzeszutek Wilk wrote: > > On Sat, Jun 08, 2013 at 12:50:31AM +0800, Jiang Liu wrote: > >> On 06/07/2013 11:38 PM, Konrad Rzeszutek Wilk wrote: > >>> On Fri, Jun 07, 2013 at 10:50:24AM -0400,

Re: [RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation

2013-06-10 Thread Konrad Rzeszutek Wilk
On Mon, Jun 10, 2013 at 12:50:46AM +0800, Jiang Liu wrote: On Sat 08 Jun 2013 01:07:06 AM CST, Konrad Rzeszutek Wilk wrote: On Sat, Jun 08, 2013 at 12:50:31AM +0800, Jiang Liu wrote: On 06/07/2013 11:38 PM, Konrad Rzeszutek Wilk wrote: On Fri, Jun 07, 2013 at 10:50:24AM -0400, Konrad

Re: [RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation

2013-06-10 Thread Jiang Liu
On Tue 11 Jun 2013 12:58:01 AM CST, Konrad Rzeszutek Wilk wrote: On Mon, Jun 10, 2013 at 12:50:46AM +0800, Jiang Liu wrote: On Sat 08 Jun 2013 01:07:06 AM CST, Konrad Rzeszutek Wilk wrote: On Sat, Jun 08, 2013 at 12:50:31AM +0800, Jiang Liu wrote: On 06/07/2013 11:38 PM, Konrad Rzeszutek Wilk

Re: [RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation

2013-06-09 Thread Jiang Liu
On Sat 08 Jun 2013 01:07:06 AM CST, Konrad Rzeszutek Wilk wrote: > On Sat, Jun 08, 2013 at 12:50:31AM +0800, Jiang Liu wrote: >> On 06/07/2013 11:38 PM, Konrad Rzeszutek Wilk wrote: >>> On Fri, Jun 07, 2013 at 10:50:24AM -0400, Konrad Rzeszutek Wilk wrote: On Thu, May 16, 2013 at 11:50:55PM

Re: [RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation

2013-06-09 Thread Jiang Liu
On Sat 08 Jun 2013 01:07:06 AM CST, Konrad Rzeszutek Wilk wrote: On Sat, Jun 08, 2013 at 12:50:31AM +0800, Jiang Liu wrote: On 06/07/2013 11:38 PM, Konrad Rzeszutek Wilk wrote: On Fri, Jun 07, 2013 at 10:50:24AM -0400, Konrad Rzeszutek Wilk wrote: On Thu, May 16, 2013 at 11:50:55PM +0800,

Re: [RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation

2013-06-07 Thread Konrad Rzeszutek Wilk
On Sat, Jun 08, 2013 at 12:50:31AM +0800, Jiang Liu wrote: > On 06/07/2013 11:38 PM, Konrad Rzeszutek Wilk wrote: > > On Fri, Jun 07, 2013 at 10:50:24AM -0400, Konrad Rzeszutek Wilk wrote: > >> On Thu, May 16, 2013 at 11:50:55PM +0800, Jiang Liu wrote: > >>> Use new PCI interfaces to simplify

Re: [RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation

2013-06-07 Thread Jiang Liu
On Fri 07 Jun 2013 10:50:24 PM CST, Konrad Rzeszutek Wilk wrote: > On Thu, May 16, 2013 at 11:50:55PM +0800, Jiang Liu wrote: >> Use new PCI interfaces to simplify xen-pcifront implementation: >> 1) Use pci_create_root_bus() instead of pci_scan_bus_parented() >>because pci_scan_bus_parented()

Re: [RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation

2013-06-07 Thread Jiang Liu
On Fri 07 Jun 2013 10:50:24 PM CST, Konrad Rzeszutek Wilk wrote: > On Thu, May 16, 2013 at 11:50:55PM +0800, Jiang Liu wrote: >> Use new PCI interfaces to simplify xen-pcifront implementation: >> 1) Use pci_create_root_bus() instead of pci_scan_bus_parented() >>because pci_scan_bus_parented()

Re: [RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation

2013-06-07 Thread Konrad Rzeszutek Wilk
On Thu, May 16, 2013 at 11:50:55PM +0800, Jiang Liu wrote: > Use new PCI interfaces to simplify xen-pcifront implementation: > 1) Use pci_create_root_bus() instead of pci_scan_bus_parented() >because pci_scan_bus_parented() is marked as __deprecated.This >also gets rid of a duplicated call

Re: [RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation

2013-06-07 Thread Konrad Rzeszutek Wilk
On Thu, May 16, 2013 at 11:50:55PM +0800, Jiang Liu wrote: Use new PCI interfaces to simplify xen-pcifront implementation: 1) Use pci_create_root_bus() instead of pci_scan_bus_parented() because pci_scan_bus_parented() is marked as __deprecated.This also gets rid of a duplicated call of

Re: [RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation

2013-06-07 Thread Jiang Liu
On Fri 07 Jun 2013 10:50:24 PM CST, Konrad Rzeszutek Wilk wrote: On Thu, May 16, 2013 at 11:50:55PM +0800, Jiang Liu wrote: Use new PCI interfaces to simplify xen-pcifront implementation: 1) Use pci_create_root_bus() instead of pci_scan_bus_parented() because pci_scan_bus_parented() is

Re: [RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation

2013-06-07 Thread Jiang Liu
On Fri 07 Jun 2013 10:50:24 PM CST, Konrad Rzeszutek Wilk wrote: On Thu, May 16, 2013 at 11:50:55PM +0800, Jiang Liu wrote: Use new PCI interfaces to simplify xen-pcifront implementation: 1) Use pci_create_root_bus() instead of pci_scan_bus_parented() because pci_scan_bus_parented() is

Re: [RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation

2013-06-07 Thread Konrad Rzeszutek Wilk
On Sat, Jun 08, 2013 at 12:50:31AM +0800, Jiang Liu wrote: On 06/07/2013 11:38 PM, Konrad Rzeszutek Wilk wrote: On Fri, Jun 07, 2013 at 10:50:24AM -0400, Konrad Rzeszutek Wilk wrote: On Thu, May 16, 2013 at 11:50:55PM +0800, Jiang Liu wrote: Use new PCI interfaces to simplify xen-pcifront