d08d3bb8 | 19-Mar-2007 |
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> |
Add missing header includes.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2500 c046a42c-6fe2-441c-8c8c-71466251a162 |
01c227fb | 19-Mar-2007 |
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> |
Fix allocation sizes in getpeername/getsockname, spotted by Kirill A. Shutemov.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2499 c046a42c-6fe2-441c-8c8c-71466251a162 |
cff4cbed | 19-Mar-2007 |
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> |
Support -cpu selection for mips usermode emulation. Fix segfault when dispaying the -cpu list help.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2497 c046a42c-6fe2-441c-8c8c-71466251a162 |
b1f9be31 | 19-Mar-2007 |
j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> |
Add -cpu option for linux user emulation. Only usable for PowerPC and ARM for now.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2496 c046a42c-6fe2-441c-8c8c-71466251a162 |
214201bd | 16-Mar-2007 |
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> |
Usermode recv syscall fix.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2480 c046a42c-6fe2-441c-8c8c-71466251a162 |
b35d7448 | 15-Mar-2007 |
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> |
Align stack when loading bFLT binaries.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2478 c046a42c-6fe2-441c-8c8c-71466251a162 |
3371d272 | 07-Mar-2007 |
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> |
Implement --cpu for ARM.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2474 c046a42c-6fe2-441c-8c8c-71466251a162 |
76a66253 | 07-Mar-2007 |
j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> |
Great PowerPC emulation code resynchronisation and improvments: - Add status file to make regression tracking easier - Move all micro-operations helpers definitions into a separate header: should n
Great PowerPC emulation code resynchronisation and improvments: - Add status file to make regression tracking easier - Move all micro-operations helpers definitions into a separate header: should never be seen outside of op.c - Update copyrights - Add new / missing PowerPC CPU definitions - Add definitions for PowerPC BookE - Add support for PowerPC 6xx/7xx software driven TLBs Allow use of PowerPC 603 as an example - Add preliminary code for POWER, POWER2, PowerPC 403, 405, 440, 601, 602 and BookE support - Avoid compiling priviledged only resources support for user-mode emulation - Remove unused helpers / micro-ops / dead code - Add instructions usage statistics dump: useful to figure which instructions need strong optimizations. - Micro-operation fixes: * add missing RETURN in some micro-ops * fix prototypes * use softfloat routines for all floating-point operations * fix tlbie instruction * move some huge micro-operations into helpers - emulation fixes: * fix inverted opcodes for fcmpo / fcmpu * condition register update is always to be done after the whole instruction has completed * add missing NIP updates when calling helpers that may generate an exception - optimizations and improvments: * optimize very often used instructions (li, mr, rlwixx...) * remove specific micro-ops for rarely used instructions * add routines for addresses computations to avoid bugs due to multiple different implementations * fix TB linking: do not reset T0 at the end of every TB.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2473 c046a42c-6fe2-441c-8c8c-71466251a162
show more ...
|
6f5b89a0 | 02-Mar-2007 |
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> |
MIPS Userland TLS register emulation, by Daniel Jacobowitz.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2465 c046a42c-6fe2-441c-8c8c-71466251a162 |
36d23958 | 28-Feb-2007 |
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> |
MIPS FPU dynamic activation, part 1, by Herve Poussineau.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2463 c046a42c-6fe2-441c-8c8c-71466251a162 |
c5be9f08 | 28-Feb-2007 |
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> |
Fix CPU chaining in linux-user emulation, by Gwenole Beauchesne.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2459 c046a42c-6fe2-441c-8c8c-71466251a162 |
80265918 | 17-Feb-2007 |
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> |
Userland mount syscall emulation, by Kirill A. Shutemov.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2428 c046a42c-6fe2-441c-8c8c-71466251a162 |
e5574487 | 11-Feb-2007 |
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> |
Fix previous Linux userland emulation breakage.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2423 c046a42c-6fe2-441c-8c8c-71466251a162 |
39b9aae1 | 11-Feb-2007 |
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> |
Linux userland emulation of prctl, from Debian patchset.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2421 c046a42c-6fe2-441c-8c8c-71466251a162 |
7494b0f9 | 11-Feb-2007 |
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> |
Linux userland emulation of syslog, from Debian patchset.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2420 c046a42c-6fe2-441c-8c8c-71466251a162 |
84f2e8ef | 05-Feb-2007 |
bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> |
copyright update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2392 c046a42c-6fe2-441c-8c8c-71466251a162 |
d96372ef | 02-Feb-2007 |
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> |
sem* and msg* for qemu, part2, by Kirill Shutemov.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2383 c046a42c-6fe2-441c-8c8c-71466251a162 |
fa294816 | 02-Feb-2007 |
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> |
sem* and msg* for qemu, part1, by Kirill Shutemov.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2382 c046a42c-6fe2-441c-8c8c-71466251a162 |
8e71621f | 20-Jan-2007 |
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> |
Add ARM Angel semihosting to system emulation.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2340 c046a42c-6fe2-441c-8c8c-71466251a162 |
43f238d7 | 05-Jan-2007 |
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> |
Support fcntl F_GETLK64, F_SETLK64, F_SETLKW64, by Kirill A. Shutemov.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2298 c046a42c-6fe2-441c-8c8c-71466251a162 |
388c4508 | 26-Dec-2006 |
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> |
bFLT loader commandline fix.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2279 c046a42c-6fe2-441c-8c8c-71466251a162 |
768a4a36 | 14-Dec-2006 |
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> |
Fix userland ELF loader for zero sized BSS.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2244 c046a42c-6fe2-441c-8c8c-71466251a162 |
0d3267a7 | 11-Dec-2006 |
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> |
MIPS has also a fixed MMAP_SHIFT of 12.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2243 c046a42c-6fe2-441c-8c8c-71466251a162 |
197ea35a | 11-Dec-2006 |
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> |
Fix addrlen size, by David Woodhouse.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2241 c046a42c-6fe2-441c-8c8c-71466251a162 |
ca7c2b1b | 10-Dec-2006 |
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> |
Handle invalid accesses as SIGILL for mips/mipsel userland emulation.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2235 c046a42c-6fe2-441c-8c8c-71466251a162 |