[pve-devel] qemu.git / pve patches
    Stefan Priebe 
    s.priebe at profihost.ag
       
    Sat Nov 17 20:09:25 CET 2012
    
    
  
Hello list,
as qemu-kvm 1.3 will be qemu.git 1.3 as they were merged. I was trying 
to port all patches of pve to qemu.git.
This worked fine except savevm-async.c. Right now pve registers some 
custom callbacks for qemu_fopen_ops_buffered. But qemu devs removed this 
options and so
                                  BufferedPutFunc *put_buffer,
                                   BufferedPutReadyFunc *put_ready,
                                   BufferedWaitForUnfreezeFunc 
*wait_for_unfreeze,
                                   BufferedCloseFunc *close);
became static and always the migration functions get called.
How can we fix that?
Greets
Stefan
    
    
More information about the pve-devel
mailing list