]> git.proxmox.com Git - qemu.git/commit - savevm.c
migration: allow rate > 4g
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 23 Nov 2010 17:05:54 +0000 (19:05 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 2 Dec 2010 19:13:39 +0000 (21:13 +0200)
commit3d002df33eb034757d98e1ae529318f57df78f91
tree5c2a07b26b26f74b9b76ee460f567060ce1340f7
parentb2e0a138e77245290428a7d599a929e2e1bfe510
migration: allow rate > 4g

I'd like to disable bandwidth limit or make it very high,
Use int64_t all over to make values >= 4g work.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Tested-by: Jason Wang <jasowang@redhat.com>
buffered_file.c
hw/hw.h
migration.c
savevm.c