Re: [Qemu-devel] vmstate_save_state

2017-05-08 Thread Dr. David Alan Gilbert
* ali saeedi (ali.saeed...@gmail.com) wrote: > what does "vmstate_save_state(f, &vmstate_configuration, &savevm_state, 0)" > function call do in "qemu_savevm_state_header" function in savevm.c at line > 968 ? > why has "savevm_state" been passed to this function? > thanks a lot vmstate_save_state

[Qemu-devel] vmstate_save_state

2017-05-06 Thread ali saeedi
what does "vmstate_save_state(f, &vmstate_configuration, &savevm_state, 0)" function call do in "qemu_savevm_state_header" function in savevm.c at line 968 ? why has "savevm_state" been passed to this function? thanks a lot