Re: [Qemu-devel] [PATCH] migration: avoid divide by zero in xbzrle cache miss rate

2015-05-06 Thread Juan Quintela
Michael Chapman wrote: > This bug manifested itself as a VM that could not be resumed by libvirt > following a migration: > > # virsh resume example > error: Failed to resume domain example > error: internal error: cannot parse json {"return": > {"xbzrle-cache": > {..., "cache-miss

Re: [Qemu-devel] [PATCH] migration: avoid divide by zero in xbzrle cache miss rate

2015-04-22 Thread Juan Quintela
Michael Chapman wrote: > This bug manifested itself as a VM that could not be resumed by libvirt > following a migration: > > # virsh resume example > error: Failed to resume domain example > error: internal error: cannot parse json {"return": > {"xbzrle-cache": > {..., "cache-miss

Re: [Qemu-devel] [PATCH] migration: avoid divide by zero in xbzrle cache miss rate

2015-04-20 Thread Amit Shah
On (Wed) 15 Apr 2015 [13:59:14], Michael Chapman wrote: > This bug manifested itself as a VM that could not be resumed by libvirt > following a migration: > > # virsh resume example > error: Failed to resume domain example > error: internal error: cannot parse json {"return": > {"xbzrle-

[Qemu-devel] [PATCH] migration: avoid divide by zero in xbzrle cache miss rate

2015-04-15 Thread Michael Chapman
This bug manifested itself as a VM that could not be resumed by libvirt following a migration: # virsh resume example error: Failed to resume domain example error: internal error: cannot parse json {"return": {"xbzrle-cache": {..., "cache-miss-rate": -nan, ...}, ... } }