diff options
-rw-r--r-- | meta/classes/testimage.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass index 43de9d4d76..ed3a885bdf 100644 --- a/meta/classes/testimage.bbclass +++ b/meta/classes/testimage.bbclass | |||
@@ -130,6 +130,7 @@ testimage_dump_host () { | |||
130 | testimage_dump_monitor () { | 130 | testimage_dump_monitor () { |
131 | query-status | 131 | query-status |
132 | query-block | 132 | query-block |
133 | dump-guest-memory {"paging":false,"protocol":"file:%s.img"} | ||
133 | } | 134 | } |
134 | 135 | ||
135 | python do_testimage() { | 136 | python do_testimage() { |