]> git.pld-linux.org Git - packages/qemu.git/blobdiff - qemu-user-execve.patch
- updated to 6.2.0; -system-moxie is gone
[packages/qemu.git] / qemu-user-execve.patch
index 8a0cf71c293893ab1f9d95c3f93fdfe577e3725f..183488750ccfab5572d1319bc993fa29535134d2 100644 (file)
@@ -78,18 +78,16 @@ index ee12035..5951279 100644
      {"R",          "QEMU_RESERVED_VA", true,  handle_arg_reserved_va,
       "size",       "reserve 'size' bytes for guest virtual address space"},
      {"d",          "QEMU_LOG",         true,  handle_arg_log,
-diff --git a/linux-user/qemu.h b/linux-user/qemu.h
-index bd90cc3..0d9b058 100644
---- a/linux-user/qemu.h
-+++ b/linux-user/qemu.h
-@@ -140,6 +140,7 @@ void init_task_state(TaskState *ts);
+--- qemu-6.2.0/linux-user/user-internals.h.orig
++++ qemu-6.2.0/linux-user/user-internals.h
+@@ -28,6 +28,7 @@ void init_task_state(TaskState *ts);
  void task_settid(TaskState *);
  void stop_all_tasks(void);
  extern const char *qemu_uname_release;
 +extern const char *qemu_execve_path;
  extern unsigned long mmap_min_addr;
  
- /* ??? See if we can avoid exposing so much of the loader internals.  */
+ typedef struct IOCTLEntry IOCTLEntry;
 --- qemu-2.12.0/linux-user/syscall.c~  2018-04-30 21:43:39.000000000 +0300
 +++ qemu-2.12.0/linux-user/syscall.c   2018-04-30 21:46:36.362935706 +0300
 @@ -5854,6 +5854,109 @@ static target_timer_t get_timer_id(abi_long arg)
This page took 0.028531 seconds and 4 git commands to generate.