diff options
author | Dr. David Alan Gilbert | 2016-08-24 19:15:46 +0200 |
---|---|---|
committer | Juan Quintela | 2016-10-13 17:23:53 +0200 |
commit | 2ebeaec012b4e5695612774c44f14c61ab46c72c (patch) | |
tree | d7a492d4699a7240ad7ff7c5bd41bc11928a082e /hw/i2c/omap_i2c.c | |
parent | migrate: Fix bounds check for migration parameters in migration.c (diff) | |
download | qemu-2ebeaec012b4e5695612774c44f14c61ab46c72c.tar.gz qemu-2ebeaec012b4e5695612774c44f14c61ab46c72c.tar.xz qemu-2ebeaec012b4e5695612774c44f14c61ab46c72c.zip |
Postcopy vs xbzrle: Don't send xbzrle pages once in postcopy [for 2.8]
xbzrle relies on reading pages that have already been sent
to the destination and then applying the modifications; we can't
do that in postcopy because the destination may well have
modified the page already or the page has been discarded.
I already didn't allow reception of xbzrle pages, but I
forgot to add the test to stop them being sent.
Enabling both xbzrle and postcopy can make some sense;
if you think that your migration might finish if you
have xbzrle, then when it doesn't complete you flick
over to postcopy and stop xbzrle'ing.
This corresponds to RH bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1368422
Symptom is:
Unknown combination of migration flags: 0x60 (postcopy mode)
(either 0x60 or 0x40)
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'hw/i2c/omap_i2c.c')
0 files changed, 0 insertions, 0 deletions