]> Git Repo - qemu.git/blobdiff - stubs/semihost.c
.gitlab-ci.d/windows: Do not run the qtests in the msys2-32bit job
[qemu.git] / stubs / semihost.c
index f90589259c0fa81246b492a079f29ff95cd75a3d..d65c9fd5dcf4959360281ccdc39465119c12356c 100644 (file)
@@ -11,8 +11,7 @@
 #include "qemu/osdep.h"
 #include "qemu/option.h"
 #include "qemu/error-report.h"
-#include "hw/semihosting/semihost.h"
-#include "sysemu/sysemu.h"
+#include "semihosting/semihost.h"
 
 /* Empty config */
 QemuOptsList qemu_semihosting_config_opts = {
@@ -24,7 +23,7 @@ QemuOptsList qemu_semihosting_config_opts = {
 };
 
 /* Queries to config status default to off */
-bool semihosting_enabled(void)
+bool semihosting_enabled(bool is_user)
 {
     return false;
 }
@@ -66,6 +65,6 @@ void semihosting_arg_fallback(const char *file, const char *cmd)
 {
 }
 
-void qemu_semihosting_connect_chardevs(void)
+void qemu_semihosting_chardev_init(void)
 {
 }
This page took 0.024864 seconds and 4 git commands to generate.