Re: [libvirt] [PATCHv2 3/3] qemu: Add support for HyperV Enlightenment feature "relaxed"

2012-10-18 Thread Peter Krempa
On 10/18/12 12:07, Martin Kletzander wrote: On 10/18/2012 11:39 AM, Peter Krempa wrote: This patch adds support for the "relaxed" feature implemented by I'd write 'QEMU support' to make it clear, but that's just a hint :) That looks better. previous patch. --- Diff to v1: - Fixed parsing

Re: [libvirt] [PATCHv2 3/3] qemu: Add support for HyperV Enlightenment feature "relaxed"

2012-10-18 Thread Martin Kletzander
On 10/18/2012 11:39 AM, Peter Krempa wrote: > This patch adds support for the "relaxed" feature implemented by I'd write 'QEMU support' to make it clear, but that's just a hint :) > previous patch. > --- > Diff to v1: > - Fixed parsing of qemu commandline and added test. At the original place > t

[libvirt] [PATCHv2 3/3] qemu: Add support for HyperV Enlightenment feature "relaxed"

2012-10-18 Thread Peter Krempa
This patch adds support for the "relaxed" feature implemented by previous patch. --- Diff to v1: - Fixed parsing of qemu commandline and added test. At the original place the code wasn't working as the hyperv features don't use the '+' sign to enable them src/qemu/qemu_command.c