projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7651f1
)
migration: fix hardcoded function name in error report
author
Alexey Perevalov
<a.perevalov@samsung.com>
Tue, 19 Sep 2017 16:47:57 +0000
(19:47 +0300)
committer
Juan Quintela
<quintela@redhat.com>
Fri, 22 Sep 2017 12:11:28 +0000
(14:11 +0200)
Reviewed-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Alexey Perevalov <a.perevalov@samsung.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration/postcopy-ram.c
patch
|
blob
|
history
diff --git
a/migration/postcopy-ram.c
b/migration/postcopy-ram.c
index c70305ccc7375d9d6e506f87df61011c54e24a42..cf62fc756f75fb3397e1713fbbad470c3c6d2812 100644
(file)
--- a/
migration/postcopy-ram.c
+++ b/
migration/postcopy-ram.c
@@
-69,7
+69,7
@@
static bool ufd_version_check(int ufd, MigrationIncomingState *mis)
api_struct.api = UFFD_API;
api_struct.features = 0;
if (ioctl(ufd, UFFDIO_API, &api_struct)) {
- error_report("
postcopy_ram_supported_by_host: UFFDIO_API failed: %s"
,
+ error_report("
%s: UFFDIO_API failed: %s", __func__
,
strerror(errno));
return false;
}