Aurelien Jarno 60e99246d6 linux-user/ia64: workaround ia64 strangenesses
ia64 has some strangenesses that need to be workaround:
- it has a __clone2() syscall instead of the using clone() one, with
  different arguments, and which is not declared in the usual headers.
- ucontext.uc_sigmask is declared with type long int, while it is
  actually of type sigset_t.
- uc_mcontext, uc_sigmask, uc_stack, uc_link are declared using #define,
  which clashes with the target_ucontext fields. Change their names to
  tuc_*, as already done for some target architectures.
2010-04-01 21:51:58 +02:00
2010-03-30 18:24:49 +00:00
2010-04-01 13:56:43 -05:00
2010-03-05 21:45:16 -06:00
2010-03-09 08:47:27 -06:00
2010-03-05 21:45:16 -06:00
2010-03-17 02:44:41 +00:00
2010-03-17 02:44:41 +00:00
2010-03-17 02:44:41 +00:00
2010-03-17 02:44:41 +00:00
2010-03-17 02:44:41 +00:00
2010-03-17 02:44:41 +00:00
2010-03-06 23:09:28 +01:00
2010-03-19 15:27:27 -05:00
2010-04-01 13:56:43 -05:00
2010-03-19 15:27:38 -05:00
2010-03-29 19:24:00 +00:00
2010-03-21 19:47:13 +00:00
2010-03-17 02:44:41 +00:00
2010-03-29 19:24:00 +00:00
2010-03-29 19:23:50 +00:00
2010-03-21 19:44:06 +00:00
2010-03-17 11:16:15 -05:00
2010-03-01 04:39:50 +00:00
2010-03-29 19:24:00 +00:00
2010-03-29 19:24:00 +00:00
2010-03-06 23:15:30 +01:00
2010-03-06 23:15:30 +01:00
2010-04-01 13:56:43 -05:00
2010-04-01 13:56:43 -05:00
2010-03-21 08:28:47 +00:00
2010-04-01 13:56:19 -05:00
2010-04-01 13:56:43 -05:00
2010-03-19 15:27:27 -05:00
2010-03-19 15:27:27 -05:00
2010-04-01 13:56:43 -05:00
2010-03-18 18:41:49 +00:00
2010-03-09 11:23:00 -06:00
2010-03-28 16:42:28 +02:00
2010-02-23 22:36:19 +01:00
2010-03-18 20:48:19 +00:00
2010-04-01 13:56:43 -05:00
2010-03-29 19:24:00 +00:00
2010-03-29 19:24:00 +00:00
2010-03-14 22:04:50 +01:00
2010-03-29 19:24:00 +00:00
2010-03-19 15:27:38 -05:00
2010-03-19 15:27:38 -05:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%