summary refs log tree commit diff stats
path: root/scripts/vmstate-static-checker.py
diff options
context:
space:
mode:
authorPeter Xu <peterx@redhat.com>2023-04-25 21:15:14 -0400
committerJuan Quintela <quintela@redhat.com>2023-04-27 10:18:25 +0200
commit74c38cf7fd24c60e4f0a90585d17250478260877 (patch)
tree9a639322ddd6fb2aa4fa3838fff16b9d3069906d /scripts/vmstate-static-checker.py
parent09d6c9658474e8573c5ada58dca8b20fe47dd99e (diff)
downloadfocaccia-qemu-74c38cf7fd24c60e4f0a90585d17250478260877.tar.gz
focaccia-qemu-74c38cf7fd24c60e4f0a90585d17250478260877.zip
migration: Allow postcopy_ram_supported_by_host() to report err
Instead of print it to STDERR, bring the error upwards so that it can be
reported via QMP responses.

E.g.:

{ "execute": "migrate-set-capabilities" ,
  "arguments": { "capabilities":
  [ { "capability": "postcopy-ram", "state": true } ] } }

{ "error":
  { "class": "GenericError",
    "desc": "Postcopy is not supported: Host backend files need to be TMPFS
    or HUGETLBFS only" } }

Signed-off-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'scripts/vmstate-static-checker.py')
0 files changed, 0 insertions, 0 deletions