History log of /openbmc/qemu/linux-user/ (Results 3351 – 3375 of 3601)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d08d3bb819-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

01c227fb19-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

cff4cbed19-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

b1f9be3119-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

214201bd16-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

b35d744815-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

3371d27207-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

76a6625307-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 ...

6f5b89a002-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

36d2395828-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

c5be9f0828-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

8026591817-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

e557448711-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

39b9aae111-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

7494b0f911-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

84f2e8ef05-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

d96372ef02-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

fa29481602-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

8e71621f20-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


/openbmc/qemu/Changelog
/openbmc/qemu/Makefile
/openbmc/qemu/Makefile.target
/openbmc/qemu/arm-semi.c
/openbmc/qemu/block-raw.c
/openbmc/qemu/block.c
/openbmc/qemu/check_ops.sh
/openbmc/qemu/configure
/openbmc/qemu/console.c
/openbmc/qemu/cutils.c
/openbmc/qemu/darwin-user/commpage.c
/openbmc/qemu/darwin-user/ioctls.h
/openbmc/qemu/darwin-user/ioctls_types.h
/openbmc/qemu/darwin-user/machload.c
/openbmc/qemu/darwin-user/main.c
/openbmc/qemu/darwin-user/mmap.c
/openbmc/qemu/darwin-user/qemu.h
/openbmc/qemu/darwin-user/signal.c
/openbmc/qemu/darwin-user/syscall.c
/openbmc/qemu/darwin-user/syscalls.h
/openbmc/qemu/gdbstub.c
/openbmc/qemu/hw/arm_boot.c
/openbmc/qemu/hw/gt64xxx.c
/openbmc/qemu/hw/ide.c
/openbmc/qemu/hw/integratorcp.c
/openbmc/qemu/hw/mips_malta.c
/openbmc/qemu/hw/mips_r4k.c
/openbmc/qemu/hw/ne2000.c
/openbmc/qemu/hw/pc.c
/openbmc/qemu/hw/pci.c
/openbmc/qemu/hw/pcnet.c
/openbmc/qemu/hw/piix_pci.c
/openbmc/qemu/hw/ppc_chrp.c
/openbmc/qemu/hw/realview.c
/openbmc/qemu/hw/rtl8139.c
/openbmc/qemu/hw/sun4m.c
/openbmc/qemu/hw/sun4u.c
/openbmc/qemu/hw/usb-uhci.c
/openbmc/qemu/hw/versatilepb.c
/openbmc/qemu/keymaps/ja
/openbmc/qemu/kqemu.c
/openbmc/qemu/monitor.c
/openbmc/qemu/osdep.c
/openbmc/qemu/pc-bios/pxe-ne2k_pci.bin
/openbmc/qemu/pc-bios/pxe-pcnet.bin
/openbmc/qemu/pc-bios/pxe-rtl8139.bin
/openbmc/qemu/qemu-doc.texi
/openbmc/qemu/qemu-img.c
/openbmc/qemu/slirp/udp.c
/openbmc/qemu/target-arm/helper.c
/openbmc/qemu/target-i386/ops_sse.h
/openbmc/qemu/target-i386/translate.c
/openbmc/qemu/target-mips/TODO
/openbmc/qemu/tests/Makefile
/openbmc/qemu/vl.c
/openbmc/qemu/vl.h
/openbmc/qemu/vnc_keysym.h
43f238d705-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

388c450826-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

768a4a3614-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

0d3267a711-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

197ea35a11-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

ca7c2b1b10-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

1...<<131132133134135136137138139140>>...145