Re: [libvirt] [PATCH 2/3] qemu: command: rework adding of default cpu model

2017-07-21 Thread Ján Tomko
On Fri, Jul 14, 2017 at 07:43:05PM -0400, Cole Robinson wrote: Certain XML features that aren't in the block map to -cpu flags on the qemu cli. If one of these is specified but the user didn't explicitly pass an XML model, we need to format a default model on the command line. The current

[libvirt] [PATCH 2/3] qemu: command: rework adding of default cpu model

2017-07-14 Thread Cole Robinson
Certain XML features that aren't in the block map to -cpu flags on the qemu cli. If one of these is specified but the user didn't explicitly pass an XML model, we need to format a default model on the command line. The current code handles this by sprinkling this default cpu handling among all