Marc-André Lureau d36d0a9d15 dump-guest-memory.py: fix No symbol "vmcoreinfo_find"
When qemu is compiled without debug, the dump gdb python script can fail with:

Error occurred in Python command: No symbol "vmcoreinfo_find" in current context.

Because vmcoreinfo_find() is inlined and not exported.

Use the underlying object_resolve_path_type() to get the instance instead.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2017-12-01 19:05:58 +02:00
..
2017-03-03 16:40:02 +01:00
2017-10-20 10:49:55 +01:00
2017-09-26 13:05:32 +02:00
2017-11-05 14:52:10 +01:00
2017-11-21 13:34:13 +00:00
2017-07-20 09:56:41 +02:00
2017-07-11 17:42:49 +03:00
2017-09-04 13:09:13 +02:00
2017-09-15 20:12:00 -03:00