[libvirt] [PATCH] qemu: Allow enabling/disabling features with host-passthrough

2015-01-12 Thread Martin Kletzander
QEMU supports feature specification with -cpu host and we just skip using that. Since QEMU developers themselves would like to use this feature, this patch modifies the code to work. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1178850 Signed-off-by: Martin Kletzander --- docs/formatd

Re: [libvirt] [PATCH] qemu: Allow enabling/disabling features with host-passthrough

2015-01-12 Thread Daniel P. Berrange
On Mon, Jan 12, 2015 at 02:21:35PM +0100, Martin Kletzander wrote: > QEMU supports feature specification with -cpu host and we just skip > using that. Since QEMU developers themselves would like to use this > feature, this patch modifies the code to work. This is actually useful in other ways too