xemu/linux-user
j_mayer a750fc0b91 Great rework and cleanups to ease PowerPC implementations definitions.
* cleanup cpu.h, removing definitions used only in translate.c/translate_init.c
* add new flags to define instructions sets more precisely
* various changes in MMU models definitions
* add definitions for PowerPC 440/460 support (insns and SPRs).
* add definitions for PowerPC 401/403 and 620 input pins model
* Fix definitions for most PowerPC 401, 403, 405, 440, 601, 602, 603 and 7x0
* Preliminary support for PowerPC 74xx (aka G4) without altivec.
* Code provision for other PowerPC support (7x5, 970, ...).
* New SPR and PVR defined, from PowerPC 2.04 specification and other sources
* Misc code bugs, error messages and styles fixes.
* Update status files for PowerPC cores support.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3244 c046a42c-6fe2-441c-8c8c-71466251a162
2007-09-26 23:54:22 +00:00
..
alpha Update Linux kernel syscall list. 2007-09-24 00:11:26 +00:00
arm Update Linux kernel syscall list. 2007-09-24 00:11:26 +00:00
i386 Update Linux kernel syscall list. 2007-09-24 00:11:26 +00:00
m68k Update Linux kernel syscall list. 2007-09-24 00:11:26 +00:00
mips Add new MIPS/Linux syscalls. 2007-09-23 18:07:05 +00:00
ppc Update Linux kernel syscall list. 2007-09-24 00:11:26 +00:00
ppc64 Update Linux kernel syscall list. 2007-09-24 00:11:26 +00:00
sh4 Update Linux kernel syscall list. 2007-09-24 00:11:26 +00:00
sparc Update Linux kernel syscall list. 2007-09-24 00:11:26 +00:00
sparc64 Update Linux kernel syscall list. 2007-09-24 00:11:26 +00:00
x86_64 Update Linux kernel syscall list. 2007-09-24 00:11:26 +00:00
elfload.c find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. 2007-09-17 08:09:54 +00:00
errno_defs.h linux-user errno mapping, by Stuart Anderson. 2007-06-01 12:09:19 +00:00
flat.h find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. 2007-09-17 08:09:54 +00:00
flatload.c find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. 2007-09-17 08:09:54 +00:00
ioctls.h Avoid accessing guest memory directly in usermode emulation. 2006-03-25 19:31:22 +00:00
linuxload.c find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. 2007-09-17 08:09:54 +00:00
m68k-sim.c find -type f | xargs sed -i 's/[\t ]$//g' # on most files 2007-09-16 21:08:06 +00:00
main.c Great rework and cleanups to ease PowerPC implementations definitions. 2007-09-26 23:54:22 +00:00
mmap.c find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. 2007-09-17 08:09:54 +00:00
path.c Allow relative paths for the interpreter prefix in linux-user emulation. 2007-06-17 15:32:30 +00:00
qemu.h Convert syscall arguments and return value from long to int or target_long. 2007-09-26 23:01:49 +00:00
signal.c find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. 2007-09-17 08:09:54 +00:00
socket.h mips socket calls (initial patch by Raphael Rigo) 2006-06-24 15:06:03 +00:00
syscall.c Convert syscall arguments and return value from long to int or target_long. 2007-09-26 23:01:49 +00:00
syscall_defs.h Fix invalid MAP_xxx flags for PowerPC targets. 2007-09-18 21:54:57 +00:00
syscall_types.h find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. 2007-09-17 08:09:54 +00:00
vm86.c find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. 2007-09-17 08:09:54 +00:00