Re: [Qemu-devel] Question in savevm.c

2014-03-13 Thread Peter Maydell
On 13 March 2014 11:05, Veronia Bahaa wrote: > Hello, i need help in understanding the qemu_loadvm_state function > 1- I don't get what QEMU_SECTION_START, FULL, END, PART are. I know they are > hexadecimal numbers but i don't get the meaning. They're part of the file/stream format for migration

[Qemu-devel] Question in savevm.c

2014-03-13 Thread Veronia Bahaa
Hello, i need help in understanding the qemu_loadvm_state function 1- I don't get what QEMU_SECTION_START, FULL, END, PART are. I know they are hexadecimal numbers but i don't get the meaning. 2- what's the difference between LoadStateEntry and SaveStateEntry? Thanks!