Re: [libvirt] [PATCH RESENT 02/12] libxl: PCI passthrough support

2013-05-22 Thread Marek Marczykowski
On 22.05.2013 16:33, Jim Fehlig wrote: > Jim Fehlig wrote: >> Daniel P. Berrange wrote: >> >>> On Wed, Apr 10, 2013 at 04:44:43AM +0200, Marek Marczykowski wrote: >>> >>> --- src/libxl/libxl_conf.c | 72 ++ src/libxl/l

Re: [libvirt] [PATCH RESENT 02/12] libxl: PCI passthrough support

2013-05-22 Thread Jim Fehlig
Jim Fehlig wrote: > Daniel P. Berrange wrote: > >> On Wed, Apr 10, 2013 at 04:44:43AM +0200, Marek Marczykowski wrote: >> >> >>> --- >>> src/libxl/libxl_conf.c | 72 >>> ++ >>> src/libxl/libxl_conf.h | 2 ++ >>> 2 files changed, 74 inser

Re: [libvirt] [PATCH RESENT 02/12] libxl: PCI passthrough support

2013-05-05 Thread Chunyan Liu
In testing, could send out in a couple of days I think. 2013/5/3 Marek Marczykowski > On 11.04.2013 05:50, Jim Fehlig wrote: > > Right. Chunyan already posted such a patch series [1], but Laine noted > > that it would be useful to maintain the state of PCI device assignment > > for coordinatio

Re: [libvirt] [PATCH RESENT 02/12] libxl: PCI passthrough support

2013-05-03 Thread Marek Marczykowski
On 11.04.2013 05:50, Jim Fehlig wrote: > Right. Chunyan already posted such a patch series [1], but Laine noted > that it would be useful to maintain the state of PCI device assignment > for coordination among multiple drivers. Chunyan posted a design [2] > for a "hostdev passthrough driver", and

Re: [libvirt] [PATCH RESENT 02/12] libxl: PCI passthrough support

2013-04-10 Thread Jim Fehlig
Daniel P. Berrange wrote: > On Wed, Apr 10, 2013 at 04:44:43AM +0200, Marek Marczykowski wrote: > >> --- >> src/libxl/libxl_conf.c | 72 >> ++ >> src/libxl/libxl_conf.h | 2 ++ >> 2 files changed, 74 insertions(+) >> > > This needs todo mor

Re: [libvirt] [PATCH RESENT 02/12] libxl: PCI passthrough support

2013-04-10 Thread Daniel P. Berrange
On Wed, Apr 10, 2013 at 04:44:43AM +0200, Marek Marczykowski wrote: > --- > src/libxl/libxl_conf.c | 72 > ++ > src/libxl/libxl_conf.h | 2 ++ > 2 files changed, 74 insertions(+) This needs todo more than just create the config. You need to use th

[libvirt] [PATCH RESENT 02/12] libxl: PCI passthrough support

2013-04-09 Thread Marek Marczykowski
--- src/libxl/libxl_conf.c | 72 ++ src/libxl/libxl_conf.h | 2 ++ 2 files changed, 74 insertions(+) diff --git a/src/libxl/libxl_conf.c b/src/libxl/libxl_conf.c index ffc7bbb..7668305 100644 --- a/src/libxl/libxl_conf.c +++ b/src/libxl/libxl_conf.