Sign in
qemu-android
/
qemu-android
/
6bd68781331590c4f2fbd1fdf98e80d7f6588b31
/
savevm.c
6bd6878
savevm: introduce is_active method
by Juan Quintela
· 13 years ago
9b5bfab
savevm: Refactor cancel operation in its own operation
by Juan Quintela
· 13 years ago
7908c78
savevm: Live migration handlers register the struct directly
by Juan Quintela
· 13 years ago
22ea40f
savevm: Use a struct to pass all handlers
by Juan Quintela
· 13 years ago
aac844e
No need to iterate if we already are over the limit
by Juan Quintela
· 13 years ago
517a13c
Add tracepoints for savevm section start/end
by Juan Quintela
· 13 years ago
6607ae2
Add MigrationParams structure
by Isaku Yamahata
· 13 years ago
8aca521
Merge remote-tracking branch 'afaerber-or/qom-next-2' into staging
by Anthony Liguori
· 13 years ago
09e5ab6
qdev: Use wrapper for qdev_get_path
by Anthony Liguori
· 13 years ago
ad492c9
savevm: flush after saving vm state
by Paolo Bonzini
· 13 years ago
55dd9ff
w64: Fix time conversion for some versions of MinGW-w64
by Stefan Weil
· 13 years ago
33cf629
Merge remote-tracking branch 'sstabellini/saverestore-8' into staging
by Anthony Liguori
· 13 years ago
a7ae835
Introduce "xen-save-devices-state"
by Stefano Stabellini
· 13 years ago
b8b3e75
Merge remote-tracking branch 'qemu-kvm/memory/urgent' into staging
by Anthony Liguori
· 13 years ago
1329d18
vmstate: fix varrays with uint32_t indexes
by Amos Kong
· 13 years ago
e1c37d0
qapi: Convert migrate
by Luiz Capitulino
· 13 years ago
539de12
Purge migration of (almost) everything to do with monitors
by Luiz Capitulino
· 13 years ago
1ddde08
Fix vmstate_register_ram() for rom/device regions
by Avi Kivity
· 13 years ago
c5705a7
vmstate, memory: decouple vmstate from memory API
by Avi Kivity
· 13 years ago
c2c9a46
qcow2: Allow >4 GB VM state
by Kevin Wolf
· 13 years ago
0e28670
stdio_fclose: return -errno on errors (v2)
by Eduardo Habkost
· 13 years ago
26f1af0
stdio_pclose: return -errno on error (v3)
by Eduardo Habkost
· 13 years ago
d82ca91
qemu_fclose: return last_error if set (v3)
by Eduardo Habkost
· 13 years ago
c29110d
savevm: use qemu_file_set_error() instead of setting last_error directly
by Eduardo Habkost
· 13 years ago
eb5d5be
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 13 years ago
922453b
block: convert qemu_aio_flush() calls to bdrv_drain_all()
by Stefan Hajnoczi
· 13 years ago
07f3507
fix spelling in main directory
by Dong Xu Wang
· 13 years ago
38e0735
ivshmem: use migration blockers to prevent live migration in peer mode (v2)
by Anthony Liguori
· 13 years ago
fa39a30
savevm: qemu_fille_buffer() used to return one error for reads of size 0.
by Juan Quintela
· 13 years ago
2ff68d0
qemu-timer: move more stuff out of qemu-timer.c
by Paolo Bonzini
· 14 years ago
a6e43da
Merge remote-tracking branch 'quintela/migration-pull' into staging
by Anthony Liguori
· 13 years ago
2975725
migration: make *save_live return errors
by Juan Quintela
· 13 years ago
42802d4
migration: use qemu_file_get_error() return value when possible
by Juan Quintela
· 14 years ago
3961b4d
savevm: Rename has_error to last_error field
by Juan Quintela
· 14 years ago
624b9cc
migration: rename qemu_file_has_error to qemu_file_get_error
by Juan Quintela
· 14 years ago
3934638
migration: return real error code
by Juan Quintela
· 14 years ago
dcd1d22
migration: change has_error to contain errno values
by Juan Quintela
· 14 years ago
3da9eeb
Revert "savevm: fix corruption in vmstate_subsection_load()."
by Juan Quintela
· 14 years ago
c638072
savevm: improve subsections detection on load
by Juan Quintela
· 14 years ago
65f3bb3
savevm: define qemu_get_byte() using qemu_peek_byte()
by Juan Quintela
· 13 years ago
b9ce145
savevm: some coding style cleanups
by Juan Quintela
· 14 years ago
0046c45
savevm: teach qemu_fill_buffer to do partial refills
by Juan Quintela
· 14 years ago
c370f09
savevm: qemu_savevm_state(): Drop stop VM logic
by Luiz Capitulino
· 13 years ago
0461d5a
RunState: Rename enum values as generated by the QAPI
by Luiz Capitulino
· 14 years ago
1354869
Drop the vm_running global variable
by Luiz Capitulino
· 14 years ago
1dfb4dd
Replace the VMSTOP macros with a proper state type
by Luiz Capitulino
· 14 years ago
07b70bf
savevm: Include writable devices with removable media
by Markus Armbruster
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
e374560
Merge remote-tracking branch 'kraxel/migration.2' into staging
by Anthony Liguori
· 14 years ago
00aa004
Wrap recv to avoid warnings
by Blue Swirl
· 14 years ago
2837c8e
vmstate: add no_migrate flag to VMStateDescription
by Gerd Hoffmann
· 14 years ago
5a8a49d
Reset system before loadvm
by Jan Kiszka
· 14 years ago
9bf0960
Fix compilation warning due to missing header for sigaction (followup)
by Alexandre Raymond
· 14 years ago
61cc870
Fix some typos in comments and documentation
by Stefan Weil
· 14 years ago
17a4663
Move CPU related functions to cpus.h
by Blue Swirl
· 14 years ago
b784421
Fix migration uint8 arrys handled
by Juan Quintela
· 14 years ago
aa315f9
Merge branch 'for-anthony' of git://github.com/bonzini/qemu
by Aurelien Jarno
· 14 years ago
7447545
change all other clock references to use nanosecond resolution accessors
by Paolo Bonzini
· 14 years ago
7bd427d
change all rt_clock references to use millisecond resolution accessors
by Paolo Bonzini
· 14 years ago
e11480d
Add error message for loading snapshot without VM state
by Kevin Wolf
· 14 years ago
a624b08
vmstate: add UINT32 VARRAYS
by Juan Quintela
· 14 years ago
82fa39b
vmstate: Fix varrays with uint8 indexes
by Juan Quintela
· 14 years ago
9122a8f
vmstate: add VMSTATE_UINT32_EQUAL
by Juan Quintela
· 14 years ago
e07bbac
Improve vm_stop reason declarations
by Jan Kiszka
· 14 years ago
eb60260
savevm: fix corruption in vmstate_subsection_load().
by Yoshiaki Tamura
· 14 years ago
27d6bf4
blockdev: Fix regression in -drive if=scsi,index=N
by Markus Armbruster
· 14 years ago
dc91212
savevm: Fix no_migrate
by Alex Williamson
· 14 years ago
eff06c4
migration/savevm: no need to flush requests
by Michael S. Tsirkin
· 14 years ago
3d002df
migration: allow rate > 4g
by Michael S. Tsirkin
· 14 years ago
cdae5cf
add VMSTATE_BOOL
by Gerd Hoffmann
· 14 years ago
49a2942
Delete write only variables
by Blue Swirl
· 14 years ago
d7d9b52
Fix OpenBSD build warning
by Blue Swirl
· 15 years ago
7d631a1
savevm: Generate a name when run without one
by Miguel Di Ciurcio Filho
· 15 years ago
f920991
monitor: make 'info snapshots' show only fully available snapshots
by Miguel Di Ciurcio Filho
· 15 years ago
2431296
Support marking a device as non-migratable
by Cam Macdonell
· 15 years ago
f0aa7a8
loadvm: improve tests before bdrv_snapshot_goto()
by Miguel Di Ciurcio Filho
· 15 years ago
69e58af
savevm: Fix memory leak of compat struct
by Alex Williamson
· 15 years ago
811814b
vmstate: add subsections code
by Juan Quintela
· 15 years ago
7685ee6
savevm: Make use of DeviceState
by Alex Williamson
· 15 years ago
0be71e3
savevm: Add DeviceState param
by Alex Williamson
· 15 years ago
f9092b1
savevm: Survive hot-unplug of snapshot device
by Markus Armbruster
· 15 years ago
dbc1359
block: Decouple savevm from DriveInfo
by Markus Armbruster
· 15 years ago
feeee5a
savevm: Really verify if a drive supports snapshots
by Miguel Di Ciurcio Filho
· 15 years ago
666daa6
blockdev: Collect block device code in new blockdev.c
by Markus Armbruster
· 15 years ago
41ef56e
migration: respect exit status with exec:
by Anthony Liguori
· 15 years ago
4d2ffa0
vmstate: Add support for alias ID
by Jan Kiszka
· 15 years ago
ec86f3e
vmstate: Drop unused post_save handler
by Jan Kiszka
· 15 years ago
f8778a7
Fix the RARP protocol ID
by Stefan Berger
· 15 years ago
4a39943
Merge remote branch 'markus/qerror' into staging
by Anthony Liguori
· 15 years ago
1ecda02
error: Replace qemu_error() by error_report()
by Markus Armbruster
· 15 years ago
03cd465
savevm: Fix -loadvm to report errors to stderr, not the monitor
by Markus Armbruster
· 15 years ago
090414a
Fix a typo in error message
by Blue Swirl
· 15 years ago
ea375f9
KVM: Rework VCPU state writeback API
by Jan Kiszka
· 15 years ago
f139a41
fix savevm command without id or tag
by Marcelo Tosatti
· 15 years ago
5fdb3aa
savevm.c: fix warning with _FORTIFY_SOURCE
by Kirill A. Shutemov
· 15 years ago
90697be
live migration: Serialize vmstate saving in stage 2
by Jan Kiszka
· 15 years ago
f327aa0
live migration: Propagate output monitor to callback handler
by Jan Kiszka
· 15 years ago
4ec7fcc
live migration: Allow cleanup after cancellation or error
by Jan Kiszka
· 15 years ago
33599e2
vmstate: Add support for multiplying size for a constant
by Juan Quintela
· 15 years ago
e61a1e0
vmstate: Add support for VBUFFERS
by Juan Quintela
· 15 years ago
Next »