]> git.pld-linux.org Git - packages/qemu.git/blobdiff - qemu-user-execve.patch
- fixed -system-tricore description
[packages/qemu.git] / qemu-user-execve.patch
index e567b84438bb664827b49db511b72a216b4d72e0..8a0cf71c293893ab1f9d95c3f93fdfe577e3725f 100644 (file)
@@ -58,7 +58,7 @@ index ee12035..5951279 100644
  /* XXX: on x86 MAP_GROWSDOWN only works if ESP <= address + 32, so
     we allocate a bigger stack. Need a better solution, for example
 @@ -3828,6 +3829,11 @@ static void handle_arg_guest_base(const char *arg)
-     have_guest_base = 1;
+     have_guest_base = true;
  }
  
 +static void handle_arg_execve(const char *arg)
@@ -199,9 +199,9 @@ index bd90cc3..0d9b058 100644
 +    return get_errno(safe_execve(qemu_execve_path, new_argp, envp));
 +}
 +
- /* do_syscall() should always have a single exit point at the end so
-    that actions, such as logging of syscall results, can be performed.
-    All errnos that do_syscall() returns must be -TARGET_<errcode>. */
+ static int target_to_host_cpu_mask(unsigned long *host_mask,
+                                    size_t host_size,
+                                    abi_ulong target_addr,
 @@ -8257,7 +8257,12 @@
               * before the execve completes and makes it the other
               * program's problem.
This page took 0.042819 seconds and 4 git commands to generate.