]> git.proxmox.com Git - mirror_qemu.git/blobdiff - linux-user/qemu.h
migration/qemu-file: fix potential buf waste for extra buf_index adjustment
[mirror_qemu.git] / linux-user / qemu.h
index 4258e4162d26736bd812d602e278b885107e8656..f6f5fe5fbb553c151cb57146350c6ce4b6cc5549 100644 (file)
@@ -16,7 +16,6 @@
 #include "syscall_defs.h"
 #include "target_syscall.h"
 #include "exec/gdbstub.h"
-#include "qemu/queue.h"
 
 /* This is the size of the host kernel's sigset_t, needed where we make
  * direct system calls that take a sigset_t pointer and a size.
@@ -151,6 +150,8 @@ typedef struct TaskState {
      */
     int signal_pending;
 
+    /* This thread's sigaltstack, if it has one */
+    struct target_sigaltstack sigaltstack_used;
 } __attribute__((aligned(16))) TaskState;
 
 extern char *exec_path;