]> Git Repo - qemu.git/blobdiff - qmp.c
test-aio: test timers on Windows too
[qemu.git] / qmp.c
diff --git a/qmp.c b/qmp.c
index 0d2553abf5d7b8a331a6069cd225dc55c1c00310..c6767c4df3e01ac5b2b6757d7bc2385abbc5fbde 100644 (file)
--- a/qmp.c
+++ b/qmp.c
@@ -509,6 +509,7 @@ DevicePropertyInfoList *qmp_device_list_properties(const char *typename,
         if (strcmp(prop->name, "type") == 0 ||
             strcmp(prop->name, "realized") == 0 ||
             strcmp(prop->name, "hotpluggable") == 0 ||
+            strcmp(prop->name, "hotplugged") == 0 ||
             strcmp(prop->name, "parent_bus") == 0) {
             continue;
         }
This page took 0.021734 seconds and 4 git commands to generate.