diff options
| author | qiaonuohan | 2014-02-18 07:11:28 +0100 |
|---|---|---|
| committer | Luiz Capitulino | 2014-02-28 17:49:02 +0100 |
| commit | 5d31babe5c7d854d6b8470bc9fa67a698926e65d (patch) | |
| tree | 7bf04967d5decf1a624956f0a714740211d5fe8e /include/exec | |
| parent | dump: add API to write header of flatten format (diff) | |
| download | qemu-5d31babe5c7d854d6b8470bc9fa67a698926e65d.tar.gz qemu-5d31babe5c7d854d6b8470bc9fa67a698926e65d.tar.xz qemu-5d31babe5c7d854d6b8470bc9fa67a698926e65d.zip | |
dump: add API to write vmcore
Function is used to write vmcore in flatten format. In flatten format, data is
written block by block, and in front of each block, a struct
MakedumpfileDataHeader is stored there to indicate the offset and size of the
data block.
struct MakedumpfileDataHeader {
int64_t offset;
int64_t buf_size;
};
Signed-off-by: Qiao Nuohan <qiaonuohan@cn.fujitsu.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'include/exec')
0 files changed, 0 insertions, 0 deletions
