| /qemu/qapi/ |
| A D | dump.json | 14 # An enumeration of guest-memory-dump's format. 49 # @dump-guest-memory: 103 { 'command': 'dump-guest-memory', 119 # @failed: the last dump has failed. 129 # The result format for 'query-dump'. 145 # @query-dump: 147 # Query latest dump status. 164 # Emitted when background dump has completed 166 # @result: final dump status 196 # @query-dump-guest-memory-capability: [all …]
|
| A D | misc-target.json | 278 # @dump-skeys: 282 # @filename: the path to the file to dump to 292 { 'command': 'dump-skeys',
|
| /qemu/tests/qemu-iotests/ |
| 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 211 self.bitmap_table.dump() 260 def dump(self): member in Qcow2BitmapTable 345 def dump(self): member in QcowHeaderExtension 346 super().dump() 351 self.obj.dump() [all …]
|
| 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
|
| A D | 242.out | 7 qemu-img info dump: 29 qemu-img info dump: 63 qemu-img info dump: 105 qemu-img info dump:
|
| A D | qcow2.py | 34 h.dump(is_json)
|
| /qemu/scripts/ |
| A D | analyze-migration.py | 670 dump = MigrationDump(args.file) variable 672 dump.read(desc_only = True) 679 dump.read(write_memory = True) 680 dict = dump.getDict() 686 elif args.dump == "state": 687 dump = MigrationDump(args.file) variable 688 dump.read(dump_memory = args.memory) 689 dict = dump.getDict() 691 elif args.dump == "desc": 692 dump = MigrationDump(args.file) variable [all …]
|
| /qemu/dump/ |
| A D | meson.build | 1 system_ss.add([files('dump.c', 'dump-hmp-cmds.c'), snappy, lzo])
|
| /qemu/backends/ |
| 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()
|
| A D | hostmem-epc.c | 50 m->dump = false; in sgx_epc_backend_instance_init()
|
| /qemu/target/s390x/kvm/ |
| A D | pv.c | 94 info.header.len_max = sizeof(info.header) + sizeof(info.dump); in s390_pv_query_info() 102 memcpy(&info_dump, &info.dump, sizeof(info.dump)); in s390_pv_query_info()
|
| /qemu/ |
| A D | hmp-commands.hx | 463 Virtual memory dump starting at *addr*. 476 Physical memory dump starting at *addr*. 1073 .name = "dump-guest-memory", 1084 … "-w: dump in Windows crashdump format (can be used instead of ELF-dump converting),\n\t\t\t" 1092 ``dump-guest-memory [-p]`` *filename* *begin* *length* 1094 ``dump-guest-memory [-z|-l|-s|-w]`` *filename* 1096 gdb. Without ``-z|-l|-s|-w``, the dump format is ELF. 1110 dump in Windows crashdump format (can be used instead of ELF-dump converting), 1113 dump file name. 1125 .name = "dump-skeys", [all …]
|
| 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", 734 .name = "dump", 737 .help = "Display the latest dump status", 742 ``info dump`` 743 Display the latest dump status.
|
| /qemu/docs/specs/ |
| A D | vmcoreinfo.rst | 6 store dump details. 50 In this case, qemu dump code will read the content
|
| /qemu/include/sysemu/ |
| A D | hostmem.h | 77 bool merge, dump, use_canonical_path; member
|
| /qemu/target/s390x/ |
| A D | meson.build | 8 'cpu-dump.c',
|
| /qemu/scripts/simplebench/ |
| A D | img_bench_templater.py | 95 json.dump(result, f, indent=4)
|
| A D | bench_prealloc.py | 132 json.dump(result, f, indent=4)
|
| /qemu/target/i386/ |
| A D | meson.build | 7 'cpu-dump.c',
|
| /qemu/tests/tcg/xtensa/ |
| A D | test_dfp0_arith.S | 16 dump a2 20 dump a2
|
| A D | test_fp0_sqrt.S | 51 dump a2
|
| A D | macros.inc | 101 .macro dump r
|
| A D | test_fp0_div.S | 47 dump a2
|
| /qemu/gdbstub/ |
| A D | internals.h | 109 int gdb_put_packet_binary(const char *buf, int len, bool dump);
|
| /qemu/net/ |
| A D | meson.build | 4 'dump.c',
|