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

2014-03-12 Thread Daniel P. Berrange
On Fri, Mar 07, 2014 at 06:52:27PM +0800, Chunyan Liu wrote: 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. Patch 1: fix memory leak in virscsi.c Patch 2: improve

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

2014-03-07 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. Patch 1: fix memory leak in virscsi.c Patch 2: improve virHostdevManager to use virOject wrapper and keep reference Patches 3~7:

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

2014-03-07 Thread Chun Yan Liu
The whole patch series could be get from here: https://github.com/chunyanliu/libvirt/commits/hostdev_passthrough -Chunyan On 3/7/2014 at 06:52 PM, in message 1394189596-22994-1-git-send-email-cy...@suse.com, Chunyan Liu cy...@suse.com wrote: These patches implements a separate module for