]> git.proxmox.com Git - mirror_qemu.git/commit
tests/qtest/test-hmp: Fix migrate_set_parameter xbzrle-cache-size test
authorMarkus Armbruster <armbru@redhat.com>
Fri, 25 Aug 2023 15:59:23 +0000 (17:59 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 8 Sep 2023 10:08:52 +0000 (13:08 +0300)
commit4d841daeb2098718244044a695965cc3254265c7
tree79a40fcee3518a3e38e9200beeb237d31136f629
parentb21a6e31a182a5ae7436a444f840d49aac07c94f
tests/qtest/test-hmp: Fix migrate_set_parameter xbzrle-cache-size test

The command always fails with "Error: Parameter 'xbzrle_cache_size'
expects a power of two no less than the target page size".  The test
passes anyway.  Change the argument from 1 to 64k to make the test a
bit more useful.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
tests/qtest/test-hmp.c