Re: [libvirt] [PATCH RESENT 03/12] libxl: nodeDevice* support for PCI devices

2013-05-22 Thread Jim Fehlig
Marek Marczykowski wrote: For now only for PCI devices. Mostly copy-paste from old xen driver. This one is (or will be) covered by Chanyan's work as well right? Regards, Jim --- src/libxl/libxl_driver.c | 193 +++ 1 file changed, 193

Re: [libvirt] [PATCH RESENT 03/12] libxl: nodeDevice* support for PCI devices

2013-05-22 Thread Marek Marczykowski
On 22.05.2013 16:36, Jim Fehlig wrote: Marek Marczykowski wrote: For now only for PCI devices. Mostly copy-paste from old xen driver. This one is (or will be) covered by Chanyan's work as well right? Right. Regards, Jim --- src/libxl/libxl_driver.c | 193

[libvirt] [PATCH RESENT 03/12] libxl: nodeDevice* support for PCI devices

2013-04-09 Thread Marek Marczykowski
For now only for PCI devices. Mostly copy-paste from old xen driver. --- src/libxl/libxl_driver.c | 193 +++ 1 file changed, 193 insertions(+) diff --git a/src/libxl/libxl_driver.c b/src/libxl/libxl_driver.c index 40a7a6b..011edf8 100644 ---