/qemu/qapi/ |
H A D | dump.json | 14 # An enumeration of guest-memory-dump's format. 49 # @dump-guest-memory: 79 # for the dump to finish. The user can track progress using 85 # to dump all guest's memory, please specify the start @begin and 88 # @format: if specified, the format of guest memory dump. But non-elf 103 { 'command': 'dump-guest-memory', 111 # Describe the status of a long-running background guest memory dump. 113 # @none: no dump-guest-memory has started yet. 115 # @active: there is one dump running in background. 117 # @completed: the last dump has finished successfully. [all …]
|
/qemu/tests/qemu-iotests/ |
H A D | qcow2_format.py | 121 def dump(self, is_json=False): member in Qcow2Struct 164 def dump(self): member in Qcow2BitmapExt 165 super().dump() 168 entry.dump() 208 def dump(self): member in Qcow2BitmapDirEntry 210 super(Qcow2BitmapDirEntry, self).dump() 211 self.bitmap_table.dump() 260 def dump(self): member in Qcow2BitmapTable 345 def dump(self): member in QcowHeaderExtension 346 super().dump() [all …]
|
H A D | 036 | 62 $PYTHON qcow2.py "$TEST_IMG" dump-header-exts 111 $PYTHON qcow2.py "$TEST_IMG" dump-header-exts 119 $PYTHON qcow2.py "$TEST_IMG" dump-header-exts
|
H A D | 242.out | 7 qemu-img info dump: 29 qemu-img info dump: 63 qemu-img info dump: 105 qemu-img info dump:
|
H A D | qcow2.py | 34 h.dump(is_json)
|
/qemu/scripts/ |
H A D | analyze-migration.py | 741 if not any([args.extract, args.dump == "state", args.dump == "desc"]): 745 dump = MigrationDump(args.file) variable 748 dump.read(desc_only = True) 753 f.write(jsonenc.encode(dump.vmsd_desc)) 756 dump.read(write_memory = True) 757 dict = dump.getDict() 763 elif args.dump == "state": 764 dump.read(dump_memory = args.memory) 765 dict = dump.getDict() 767 elif args.dump == "desc": [all …]
|
/qemu/dump/ |
H A D | meson.build | 1 system_ss.add([files('dump.c', 'dump-hmp-cmds.c'), snappy, lzo])
|
/qemu/tests/qemu-iotests/tests/ |
H A D | qcow2-encryption | 52 $PYTHON ../qcow2.py "$TEST_IMG" dump-header-exts 64 $PYTHON ../qcow2.py "$TEST_IMG" dump-header-exts
|
/qemu/backends/ |
H A D | hostmem.c | 197 return backend->dump; in host_memory_backend_get_dump() 208 assert(backend->dump); in host_memory_backend_set_dump() 213 value != backend->dump) { in host_memory_backend_set_dump() 221 backend->dump = value; in host_memory_backend_set_dump() 290 backend->dump = machine_dump_guest_core(machine); in host_memory_backend_init() 363 if (!backend->dump) { in host_memory_backend_memory_complete()
|
H A D | hostmem-epc.c | 50 m->dump = false; in sgx_epc_backend_instance_init()
|
/qemu/target/s390x/kvm/ |
H A D | pv.c | 95 info.header.len_max = sizeof(info.header) + sizeof(info.dump); in s390_pv_query_info() 103 memcpy(&info_dump, &info.dump, sizeof(info.dump)); in s390_pv_query_info()
|
/qemu/ |
H A D | hmp-commands.hx | 457 .help = "virtual memory dump starting at 'addr'", 463 Virtual memory dump starting at *addr*. 470 .help = "physical memory dump starting at 'addr'", 476 Physical memory dump starting at *addr*. 806 .help = "save to disk virtual memory dump starting at 'addr' of size 'size'", 812 save to disk virtual memory dump starting at *addr* of size *size*. 819 .help = "save to disk physical memory dump starting at 'addr' of size 'size'", 825 save to disk physical memory dump starting at *addr* of size *size*. 1073 .name = "dump-guest-memory", 1076 .help = "dump guest memory into file 'filename'.\n\t\t\t" [all …]
|
H A D | hmp-commands-info.hx | 233 .help = "show memory tree (-f: dump flat view for address spaces;" 234 "-d: dump dispatch tree, valid with -f only);" 235 "-o: dump region owners/parents;" 236 "-D: dump disabled regions", 480 .help = "show migration status (-a: all, dump all status)", 734 .name = "dump", 737 .help = "Display the latest dump status", 742 ``info dump`` 743 Display the latest dump status.
|
/qemu/docs/specs/ |
H A D | vmcoreinfo.rst | 6 store dump details. 50 In this case, qemu dump code will read the content
|
/qemu/include/system/ |
H A D | hostmem.h | 77 bool merge, dump, use_canonical_path; member
|
/qemu/target/s390x/ |
H A D | meson.build | 8 'cpu-dump.c',
|
/qemu/scripts/simplebench/ |
H A D | img_bench_templater.py | 95 json.dump(result, f, indent=4)
|
H A D | bench_prealloc.py | 132 json.dump(result, f, indent=4)
|
/qemu/target/i386/ |
H A D | meson.build | 7 'cpu-dump.c',
|
/qemu/tests/tcg/xtensa/ |
H A D | test_dfp0_arith.S | 16 dump a2 20 dump a2
|
H A D | test_fp0_sqrt.S | 51 dump a2
|
H A D | macros.inc | 101 .macro dump r
|
H A D | test_fp0_div.S | 47 dump a2
|
/qemu/gdbstub/ |
H A D | internals.h | 109 int gdb_put_packet_binary(const char *buf, int len, bool dump);
|
/qemu/net/ |
H A D | meson.build | 4 'dump.c',
|