On 15.06.2015 10:58, Daniel P. Berrange wrote:
On Mon, Jun 15, 2015 at 10:49:06AM +0200, Ján Tomko wrote:
> ---
> src/qemu/qemu_capabilities.c | 4 ++--
> src/qemu/qemu_capabilities.h | 2 +-
> src/qemu/qemu_command.c | 2 +-
> tests/qemuxml2argvtest.c | 2 +-
> 4 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c
> index 8a64422..27a632a 100644
> --- a/src/qemu/qemu_capabilities.c
> +++ b/src/qemu/qemu_capabilities.c
> @@ -286,7 +286,7 @@ VIR_ENUM_IMPL(virQEMUCaps, QEMU_CAPS_LAST,
> "pci-serial",
> "aarch64-off",
>
> - "vhost-user-multiq", /* 190 */
> + "vhost-user-multiqueue", /* 190 */
> );
Have we done a release that includes this ? If so, we must not change
it as it would cause failure to load existing running guest XML.
Fortunately no. The commit introducing the capability was pushed just a
week ago, after the release. If we want to do this, we must do it now.
ACK to the patch.
Michal