[Qemu-devel] [PATCH] docs/vmcoreinfo: detail unsupported host format behaviour

Marc-André Lureau posted 1 patch 7 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180228155839.24886-1-marcandre.lureau@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppcbe passed
Test ppcle passed
Test s390x passed
docs/specs/vmcoreinfo.txt | 4 ++++
1 file changed, 4 insertions(+)
[Qemu-devel] [PATCH] docs/vmcoreinfo: detail unsupported host format behaviour
Posted by Marc-André Lureau 7 years, 7 months ago
Suggested-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 docs/specs/vmcoreinfo.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/specs/vmcoreinfo.txt b/docs/specs/vmcoreinfo.txt
index 821261067f..bcbca6fe47 100644
--- a/docs/specs/vmcoreinfo.txt
+++ b/docs/specs/vmcoreinfo.txt
@@ -29,6 +29,10 @@ processing of entry values.
 A write of 0 in guest_format will disable further processing of
 vmcoreinfo entry values & content.
 
+You may write a guest_format that is not supported by the host, in
+which case the entry data can be ignored by qemu (but you may still
+access it through a debugger, via vmcoreinfo_realize::vmcoreinfo_state).
+
 Format & content
 ****************
 
-- 
2.16.1.73.g5832b7e9f2