199 Commits (28ecbaeecb139a214f019207402a35d7b58aec0f)

Author SHA1 Message Date
Paolo Bonzini 1422e32db5 net: reorganize headers 14 years ago
Paolo Bonzini f8fe796407 janitor: do not include qemu-char everywhere 14 years ago
Paolo Bonzini 595ab64169 migration: handle EAGAIN while reading QEMUFile 14 years ago
Paolo Bonzini ab52a824a4 migration: close socket QEMUFile from socket_close 14 years ago
Paolo Bonzini d263a20bcf migration: replace qemu_stdio_fd with qemu_get_fd 14 years ago
Paolo Bonzini 70eb633034 migration: add qemu_get_fd 14 years ago
Paolo Bonzini 9229bf3c2d migration: consolidate QEMUFile methods in a single QEMUFileOps struct 14 years ago
Paolo Bonzini 5f0ebf1b4d migration: unify stdio-based QEMUFile operations 14 years ago
Peter Maydell 08e99e296f vmstate: Add support for saving/loading bitmaps 14 years ago
Juan Quintela a2b4135124 savevm: make qemu_file_put_notify() return errors 14 years ago
Juan Quintela 6f121ff575 savevm: un-export qemu_file_set_error() 14 years ago
Juan Quintela c10682cb03 savevm: Only qemu_fflush() can generate errors 14 years ago
Juan Quintela 02c4a0511b savevm: make qemu_fill_buffer() be consistent 14 years ago
Juan Quintela 3aee4be1de savevm: unexport qemu_ftell() 14 years ago
Juan Quintela 29eee86f31 savevm: unfold qemu_fclose_internal() 14 years ago
Juan Quintela 7311bea33f savevm: make qemu_fflush() return an error code 14 years ago
Juan Quintela e5ae97cee4 savevm: Remove qemu_fseek() 14 years ago
Juan Quintela ffbfc74d1e savevm: unexport qemu_fflush 14 years ago
Amos Kong 4d5b97da35 cleanup useless return sentence 14 years ago
Alexander Graf a5b71725c7 xbzrle: fix compilation on ppc32 14 years ago
Corey Bryant 2e1e79dae7 block: Convert close calls to qemu_close 14 years ago
Orit Wasserman 302dfbeb21 Add xbzrle_encode_buffer and xbzrle_decode_buffer functions 14 years ago
Juan Quintela 16310a3cca savevm: split save_live into stage2 and stage3 14 years ago
Juan Quintela d1315aac6e savevm: split save_live_setup from save_live_state 14 years ago
Juan Quintela 6bd6878133 savevm: introduce is_active method 14 years ago
Juan Quintela 9b5bfab05f savevm: Refactor cancel operation in its own operation 14 years ago
Juan Quintela 7908c78d3e savevm: Live migration handlers register the struct directly 14 years ago
Juan Quintela 22ea40f4ff savevm: Use a struct to pass all handlers 14 years ago
Juan Quintela aac844ed97 No need to iterate if we already are over the limit 14 years ago
Juan Quintela 517a13c91a Add tracepoints for savevm section start/end 14 years ago
Isaku Yamahata 6607ae235b Add MigrationParams structure 14 years ago
Anthony Liguori 09e5ab6360 qdev: Use wrapper for qdev_get_path 15 years ago
Paolo Bonzini ad492c9244 savevm: flush after saving vm state 14 years ago
Stefan Weil 55dd9ffa70 w64: Fix time conversion for some versions of MinGW-w64 15 years ago
Stefano Stabellini a7ae8355b4 Introduce "xen-save-devices-state" 15 years ago
Amos Kong 1329d1896c vmstate: fix varrays with uint32_t indexes 15 years ago
Luiz Capitulino e1c37d0e94 qapi: Convert migrate 15 years ago
Luiz Capitulino 539de1246d Purge migration of (almost) everything to do with monitors 15 years ago
Avi Kivity 1ddde08780 Fix vmstate_register_ram() for rom/device regions 15 years ago
Avi Kivity c5705a7728 vmstate, memory: decouple vmstate from memory API 15 years ago
Kevin Wolf c2c9a46609 qcow2: Allow >4 GB VM state 15 years ago
Eduardo Habkost 0e28670519 stdio_fclose: return -errno on errors (v2) 15 years ago
Eduardo Habkost 26f1af0aa3 stdio_pclose: return -errno on error (v3) 15 years ago
Eduardo Habkost d82ca91587 qemu_fclose: return last_error if set (v3) 15 years ago
Eduardo Habkost c29110d515 savevm: use qemu_file_set_error() instead of setting last_error directly 15 years ago
Stefan Hajnoczi 922453bca6 block: convert qemu_aio_flush() calls to bdrv_drain_all() 15 years ago
Dong Xu Wang 07f35073c6 fix spelling in main directory 15 years ago
Anthony Liguori 38e0735eb7 ivshmem: use migration blockers to prevent live migration in peer mode (v2) 15 years ago
Juan Quintela fa39a30fe4 savevm: qemu_fille_buffer() used to return one error for reads of size 0. 15 years ago
Paolo Bonzini 2ff68d0738 qemu-timer: move more stuff out of qemu-timer.c 15 years ago