279 Commits (535b45631ad7176e10dab89d55443b5a096500b9)

Author SHA1 Message Date
Cole Robinson f231b88db1 qerror.h: Remove QERR defines that are only used once 13 years ago
Alexey Kardashevskiy 9013dca553 migration: add more traces 13 years ago
Alexey Kardashevskiy 464400f6a5 migration: extend section_start/end traces 13 years ago
Markus Armbruster 84d18f065f Use error_is_set() only when necessary 13 years ago
Eduardo Habkost bb1a6d8c57 savevm: Small comment about why timer QEMUFile/VMState code is in savevm.c 13 years ago
Eduardo Habkost 093c455a8c qemu-file: Move QEMUFile code to qemu-file.c 13 years ago
Eduardo Habkost b6fcfa59fa vmstate: Move VMState code to vmstate.c 13 years ago
Eduardo Habkost 51b7fa5b3c savevm.c: Coding style fix 13 years ago
Eduardo Habkost 38ff78d363 savevm.c: Coding style fixes 13 years ago
Eduardo Habkost 5cecf41494 savevm: Convert all tabs to spaces 13 years ago
Eduardo Habkost b5503338ed migration: Move QEMU_VM_* defines to migration/migration.h 13 years ago
Eduardo Habkost c961514fd9 qemu-file: Make a few functions non-static 13 years ago
Wangting (Kathy) 8e86729a0e The calculation of bytes_xfer in qemu_put_buffer() is wrong 13 years ago
Lei Li c77a5f2daa savevm: fix wrong initialization by ram_control_load_hook 13 years ago
Lei Li 675fd0a7da savevm: add comments for qemu_file_get_error() 13 years ago
Wenchao Xia a89d89d3e6 snapshot: distinguish id and name in snapshot delete 13 years ago
Alex Bligh bc72ad6754 aio / timers: Switch entire codebase to the new timer API 13 years ago
Alex Bligh 40daca54cd aio / timers: Rearrange timer.h & make legacy functions call non-legacy 13 years ago
Alex Bligh e93379b039 aio / timers: Rename qemu_timer_* functions 13 years ago
Michael R. Hines de7b685c9e rdma: bugfix: ram_control_save_page() 13 years ago
Michael R. Hines 43487c678d rdma: new QEMUFileOps hooks 13 years ago
Michael R. Hines be903b2ae7 rdma: export qemu_fflush() 13 years ago
Michael R. Hines bc1256f7f1 rdma: introduce qemu_file_mode_is_not_valid() 13 years ago
Michael R. Hines 9f05d0c3a4 rdma: export yield_until_fd_readable() 13 years ago
Michael R. Hines 2b0ce0797d rdma: introduce qemu_update_position() 13 years ago
Stefan Weil 4f08005776 savevm: Fix potential memory leak 13 years ago
Luiz Capitulino 1befce9652 savevm: qmp_xen_save_devices_state(): use error_setg_file_open() 13 years ago
Wenchao Xia 5b91704469 block: dump snapshot and image info to specified output 13 years ago
Wenchao Xia f364ec65b5 block: move qmp and info dump related code to block/qapi.c 13 years ago
Wenchao Xia de08c606f9 block: move snapshot code in block.c to block/snapshot.c 13 years ago
Stefan Hajnoczi 29d782710f block: drop bs_snapshots global variable 13 years ago
Paolo Bonzini a4cc73d629 do not check pointers after dereferencing them 13 years ago
Paolo Bonzini e9d8fbf53a qemu-file: do not use stdio for qemu_fdopen 14 years ago
Paolo Bonzini 15711565f6 qemu-file: drop socket_put_buffer 14 years ago
Kevin Wolf 05fcc84888 savevm: Implement block_writev_buffer() 14 years ago
Paolo Bonzini 4d1172472c migration: simplify writev vs. non-writev logic 14 years ago
Paolo Bonzini d9658c4732 migration: drop is_write complications 14 years ago
Paolo Bonzini 7ce51f1b81 migration: use a single I/O operation when writev_buffer is not defined 14 years ago
Paolo Bonzini af74db72d3 migration: set f->is_write and flush in add_to_iovec 14 years ago
Stefan Hajnoczi f9e8cacc55 oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock() 14 years ago
Orit Wasserman 6181ec2455 Add qemu_put_buffer_async 14 years ago
Orit Wasserman cb88aa88d7 Use writev ops if available 14 years ago
Orit Wasserman b3ea2bdb79 Store the data to send also in iovec 14 years ago
Orit Wasserman 7d8a30bb98 Update bytes_xfer in qemu_put_byte 14 years ago
Orit Wasserman 28085f7b4d Add socket_writev_buffer function 14 years ago
David Gibson 213945e4d7 savevm: Add VMSTATE_FLOAT64 helpers 14 years ago
David Gibson e344b8a16d savevm: Add VMSTATE_UINT64_EQUAL helpers 14 years ago
Andreas Färber d7650eab42 vmstate: Make vmstate_register() static inline 14 years ago
Paolo Bonzini 1964a39706 migration: move rate limiting to QEMUFile 14 years ago
Paolo Bonzini f8bbc12863 migration: use QEMUFile for migration channel lifetime 14 years ago