[libvirt] [PATCH 2/6] conf: put hostdev subsys data into a struct for easier re-use

2012-01-25 Thread Laine Stump
When interface is expanded to allow passthrough with extra dev-dependent network interface info, the host-side address of the device will need to be added to virDomainNetDef. It will be much simpler if this is done with a common typedefed struct rather than inlining the same struct stuff. ---

Re: [libvirt] [PATCH 2/6] conf: put hostdev subsys data into a struct for easier re-use

2012-01-25 Thread Eric Blake
On 01/25/2012 09:58 AM, Laine Stump wrote: When interface is expanded to allow passthrough with extra dev-dependent network interface info, the host-side address of the device will need to be added to virDomainNetDef. It will be much simpler if this is done with a common typedefed struct