Il 11/02/2013 17:13, Philipp Hahn ha scritto: > We currenty are carrying the attached patch with our Debian based > distribution, which fixes a very similar issue with the PXE-BIOSs, because > Debian provides it's own compilation of etherboot and iPXE. > > As each upgrade threatens to break all your previous snapshots, would it help > to include the BIOSs within the saved state instead of letting qemu pickup > the > current external file?
IIRC it does. The problem is that the ROM regions are created before migration starts, and thus have unexpected size. In your patch, picking up the correct file only matters because it tells QEMU the right size for the ROM region. Paolo