Re: [libvirt] [PATCH v13 00/49] write separate module for hostdev passthrough

2014-03-05 Thread Daniel P. Berrange
On Wed, Mar 05, 2014 at 02:15:51PM +0800, Chunyan Liu wrote: > 2014-03-04 0:57 GMT+08:00 Cedric Bosdonnat : > > > Hello ChunYan, > > > > I saw a few minor problems in some patches that made me rebase quite a > > lot of other patches in your serie, but otherwise it really looks good > > to me. > >

Re: [libvirt] [PATCH v13 00/49] write separate module for hostdev passthrough

2014-03-04 Thread Chunyan Liu
2014-03-04 0:57 GMT+08:00 Cedric Bosdonnat : > Hello ChunYan, > > I saw a few minor problems in some patches that made me rebase quite a > lot of other patches in your serie, but otherwise it really looks good > to me. > > Here is a summary of the changes I made or questions I have: > * Patch

Re: [libvirt] [PATCH v13 00/49] write separate module for hostdev passthrough

2014-03-04 Thread Daniel P. Berrange
On Tue, Mar 04, 2014 at 12:04:39PM +, Daniel P. Berrange wrote: > On Mon, Mar 03, 2014 at 05:57:31PM +0100, Cedric Bosdonnat wrote: > > Hello ChunYan, > > > > I saw a few minor problems in some patches that made me rebase quite a > > lot of other patches in your serie, but otherwise it really

Re: [libvirt] [PATCH v13 00/49] write separate module for hostdev passthrough

2014-03-04 Thread Daniel P. Berrange
On Mon, Mar 03, 2014 at 05:57:31PM +0100, Cedric Bosdonnat wrote: > Hello ChunYan, > > I saw a few minor problems in some patches that made me rebase quite a > lot of other patches in your serie, but otherwise it really looks good > to me. > > Here is a summary of the changes I made or questions

Re: [libvirt] [PATCH v13 00/49] write separate module for hostdev passthrough

2014-03-03 Thread Cedric Bosdonnat
Hello ChunYan, I saw a few minor problems in some patches that made me rebase quite a lot of other patches in your serie, but otherwise it really looks good to me. Here is a summary of the changes I made or questions I have: * Patch 2: Fixed a few remaining changes that broke the build.

[libvirt] [PATCH v13 00/49] write separate module for hostdev passthrough

2014-02-28 Thread Chunyan Liu
These patches implements a separate module for hostdev passthrough so that it could be shared by different drivers and can maintain a global state of a host device. Patches 1~6 are to switch existing qemu and lxc driver to use common library lists, so that to maintain a global state of every host