Home
last modified time | relevance | path

Searched refs:dump (Results 1 – 25 of 58) sorted by relevance

123

/qemu/qapi/
A Ddump.json14 # 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 Dmisc-target.json278 # @dump-skeys:
282 # @filename: the path to the file to dump to
292 { 'command': 'dump-skeys',
/qemu/tests/qemu-iotests/
A Dqcow2_format.py121 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 D03662 $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 D242.out7 qemu-img info dump:
29 qemu-img info dump:
63 qemu-img info dump:
105 qemu-img info dump:
A Dqcow2.py34 h.dump(is_json)
/qemu/scripts/
A Danalyze-migration.py670 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 Dmeson.build1 system_ss.add([files('dump.c', 'dump-hmp-cmds.c'), snappy, lzo])
/qemu/backends/
A Dhostmem.c197 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 Dhostmem-epc.c50 m->dump = false; in sgx_epc_backend_instance_init()
/qemu/target/s390x/kvm/
A Dpv.c94 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 Dhmp-commands.hx463 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 Dhmp-commands-info.hx233 .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 Dvmcoreinfo.rst6 store dump details.
50 In this case, qemu dump code will read the content
/qemu/include/sysemu/
A Dhostmem.h77 bool merge, dump, use_canonical_path; member
/qemu/target/s390x/
A Dmeson.build8 'cpu-dump.c',
/qemu/scripts/simplebench/
A Dimg_bench_templater.py95 json.dump(result, f, indent=4)
A Dbench_prealloc.py132 json.dump(result, f, indent=4)
/qemu/target/i386/
A Dmeson.build7 'cpu-dump.c',
/qemu/tests/tcg/xtensa/
A Dtest_dfp0_arith.S16 dump a2
20 dump a2
A Dtest_fp0_sqrt.S51 dump a2
A Dmacros.inc101 .macro dump r
A Dtest_fp0_div.S47 dump a2
/qemu/gdbstub/
A Dinternals.h109 int gdb_put_packet_binary(const char *buf, int len, bool dump);
/qemu/net/
A Dmeson.build4 'dump.c',

Completed in 43 milliseconds

123