diff options
author | Peter Xu <peterx@redhat.com> | 2023-04-25 21:15:14 -0400 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2023-04-27 10:18:25 +0200 |
commit | 74c38cf7fd24c60e4f0a90585d17250478260877 (patch) | |
tree | 9a639322ddd6fb2aa4fa3838fff16b9d3069906d /dtc | |
parent | 09d6c9658474e8573c5ada58dca8b20fe47dd99e (diff) | |
download | qemu-74c38cf7fd24c60e4f0a90585d17250478260877.zip qemu-74c38cf7fd24c60e4f0a90585d17250478260877.tar.gz qemu-74c38cf7fd24c60e4f0a90585d17250478260877.tar.bz2 |
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 'dtc')
0 files changed, 0 insertions, 0 deletions