]> git.proxmox.com Git - qemu.git/blobdiff - config.h
do not reset no_shutdown after we shutdown the vm
[qemu.git] / config.h
index 07d79d4ba17032179d0a4a48f4542cc7fc3a37c0..e20f78696a1b7c8c0c3b4d6b7b6c1c9dbdfad427 100644 (file)
--- a/config.h
+++ b/config.h
@@ -1,13 +1,2 @@
-
 #include "config-host.h"
 #include "config-target.h"
-
-/* We want to include different config files for specific targets
-   And for the common library.  They need a different name because
-   we don't want to rely in paths */
-
-#if defined(NEED_CPU_H)
-#include "config-devices.h"
-#else
-#include "config-all-devices.h"
-#endif