]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qmp.c
Revert "vl: Fix to create migration object before block backends again"
[mirror_qemu.git] / qmp.c
diff --git a/qmp.c b/qmp.c
index c81af9d23f78d5ae50bc9d006654806eb91a8f79..b92d62cd5f4613d4baa906cc77dbca9f1efa38b7 100644 (file)
--- a/qmp.c
+++ b/qmp.c
@@ -605,11 +605,6 @@ ObjectPropertyInfoList *qmp_qom_list_properties(const char *typename,
     return prop_list;
 }
 
-CpuDefinitionInfoList *qmp_query_cpu_definitions(Error **errp)
-{
-    return arch_query_cpu_definitions(errp);
-}
-
 void qmp_add_client(const char *protocol, const char *fdname,
                     bool has_skipauth, bool skipauth, bool has_tls, bool tls,
                     Error **errp)