[libvirt] [PATCH 1/5] character device: Allow character devices to have different target types

2009-11-04 Thread Matthew Booth
Currently a character device's target (it's interface in the guest) has only a single property: port. This patch is in preparation for adding targets which require other properties. Target properties are moved into a union in virDomainChrDef, and a targetType field is added to identify which

Re: [libvirt] [PATCH 1/5] character device: Allow character devices to have different target types

2009-11-04 Thread Daniel P. Berrange
On Wed, Nov 04, 2009 at 04:21:58PM +, Matthew Booth wrote: Currently a character device's target (it's interface in the guest) has only a single property: port. This patch is in preparation for adding targets which require other properties. Target properties are moved into a union in