Re: [Qemu-devel] [Bug 1723161] Re: Migration failing in qemu-2.10.1 but working qemu-2.9.1 and earlier with same options

2017-10-13 Thread William Tambe
Hi Fam, We used the same host for both src and dest for testing purposes; ideally it should work regardless of whether src and dst are the same host. When we tested it, src and dest were NOT using the same vars file and rom file; they each had their own copy. Please, can you keep us updated when

Re: [Qemu-devel] [Bug 1723161] Re: Migration failing in qemu-2.10.1 but working qemu-2.9.1 and earlier with same options

2017-10-12 Thread William Tambe
the pflash, because migration will work when removing the following entries: -drive if=pflash,format=raw,unit=0,file=OVMF_CODE.fd,readonly -drive if=pflash,format=raw,unit=1,file=OVMF_VARS.fd I will take a look at the migration/block.c block_load code as you suggested. Sincerely, William Tambe On T

[Qemu-devel] [Bug 1723161] [NEW] Migration failing in qemu-2.10.1 but working qemu-2.9.1 and earlier with same options

2017-10-12 Thread William Tambe
Public bug reported: Qemu-2.10.1 migration failing with the following error: Receiving block device images qemu-system-x86_64: error while loading section id 2(block) qemu-system-x86_64: load of migration failed: Input/output error Migration is setup on the destination system of the migration us