Re: [libvirt] [PATCH 2/4] util: Slightly refactor PCI list functions

2012-12-04 Thread jd >> Jiri Denemark
On Tue, Dec 04, 2012 at 22:32:35 +0800, Osier Yang wrote: > On 2012年12月04日 18:38, Jiri Denemark wrote: > > In order to be able to steal PCI device by its index in the list. > > --- > > src/libvirt_private.syms | 2 ++ > > src/util/pci.c | 60 > > +-

Re: [libvirt] [PATCH 2/4] util: Slightly refactor PCI list functions

2012-12-04 Thread Osier Yang
On 2012年12月04日 18:38, Jiri Denemark wrote: In order to be able to steal PCI device by its index in the list. --- src/libvirt_private.syms | 2 ++ src/util/pci.c | 60 +--- src/util/pci.h | 4 3 files changed, 42 insertion

Re: [libvirt] [PATCH 2/4] util: Slightly refactor PCI list functions

2012-12-04 Thread Osier Yang
On 2012年12月04日 18:38, Jiri Denemark wrote: In order to be able to steal PCI device by its index in the list. --- src/libvirt_private.syms | 2 ++ src/util/pci.c | 60 +--- src/util/pci.h | 4 3 files changed, 42 insertion

[libvirt] [PATCH 2/4] util: Slightly refactor PCI list functions

2012-12-04 Thread Jiri Denemark
In order to be able to steal PCI device by its index in the list. --- src/libvirt_private.syms | 2 ++ src/util/pci.c | 60 +--- src/util/pci.h | 4 3 files changed, 42 insertions(+), 24 deletions(-) diff --git a/src/libvirt_p