stubs: fully replace qemu-tool.c and qemu-user.c

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2012-11-26 15:36:40 +01:00
parent 4d4545743f
commit 5708fc6655
20 changed files with 138 additions and 167 deletions

10
stubs/migr-blocker.c Normal file
View file

@ -0,0 +1,10 @@
#include "qemu-common.h"
#include "migration/migration.h"
void migrate_add_blocker(Error *reason)
{
}
void migrate_del_blocker(Error *reason)
{
}