Re: [libvirt] [PATCH 1/3] conf: Make tri-state feature options more universal

2012-10-18 Thread Peter Krempa
On 10/18/12 01:32, Eric Blake wrote: On 10/17/2012 07:54 AM, Peter Krempa wrote: The apic-eoi feature enum and implementation can be made more universal to allow re-use of the enum for other features. --- src/conf/domain_conf.c | 6 +++--- src/conf/domain_conf.h | 14 +++--- src

Re: [libvirt] [PATCH 1/3] conf: Make tri-state feature options more universal

2012-10-17 Thread Eric Blake
On 10/17/2012 07:54 AM, Peter Krempa wrote: > The apic-eoi feature enum and implementation can be made more universal > to allow re-use of the enum for other features. > --- > src/conf/domain_conf.c | 6 +++--- > src/conf/domain_conf.h | 14 +++--- > src/libvirt_private.syms | 4 ++--

[libvirt] [PATCH 1/3] conf: Make tri-state feature options more universal

2012-10-17 Thread Peter Krempa
The apic-eoi feature enum and implementation can be made more universal to allow re-use of the enum for other features. --- src/conf/domain_conf.c | 6 +++--- src/conf/domain_conf.h | 14 +++--- src/libvirt_private.syms | 4 ++-- src/qemu/qemu_command.c | 6 +++--- 4 files changed,