QEMU With E2K User Support
Go to file
bellard 3ef693a032 distribution patches
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@44 c046a42c-6fe2-441c-8c8c-71466251a162
2003-03-23 20:17:16 +00:00
linux-user distribution patches 2003-03-23 20:17:16 +00:00
tests distribution patches 2003-03-23 20:17:16 +00:00
COPYING distribution patches 2003-03-23 20:17:16 +00:00
COPYING.LIB This commit was generated by cvs2svn to compensate for changes in r2, 2003-02-18 22:55:36 +00:00
Changelog distribution patches 2003-03-23 20:17:16 +00:00
Makefile distribution patches 2003-03-23 20:17:16 +00:00
README distribution patches 2003-03-23 20:17:16 +00:00
TODO more syscalls 2003-03-23 17:19:56 +00:00
VERSION distribution patches 2003-03-23 20:17:16 +00:00
configure distribution patches 2003-03-23 20:17:16 +00:00
cpu-i386.h distribution patches 2003-03-23 20:17:16 +00:00
dis-asm.h ppc port 2003-03-20 22:33:23 +00:00
dis-buf.c added flags computation optimization 2003-03-19 00:00:28 +00:00
dyngen.c ppc port 2003-03-20 22:33:23 +00:00
elf.h avoid pt_regs clash 2003-02-18 23:00:51 +00:00
exec-i386.c distribution patches 2003-03-23 20:17:16 +00:00
exec-i386.h distribution patches 2003-03-23 20:17:16 +00:00
gen-i386.h added flags computation optimization 2003-03-19 00:00:28 +00:00
i386-dis.c added flags computation optimization 2003-03-19 00:00:28 +00:00
i386.ld This commit was generated by cvs2svn to compensate for changes in r2, 2003-02-18 22:55:36 +00:00
op-i386.c distribution patches 2003-03-23 20:17:16 +00:00
opc-i386.h basic clone() support 2003-03-22 17:31:38 +00:00
opreg_template.h added cmov instruction 2003-03-16 22:54:06 +00:00
ops_template.h basic signal handling 2003-03-23 01:06:05 +00:00
ppc.ld ppc build 2003-02-18 23:35:48 +00:00
syscall-i386.h better signal/exception support 2003-03-23 16:49:39 +00:00
thunk.c distribution patches 2003-03-23 20:17:16 +00:00
thunk.h distribution patches 2003-03-23 20:17:16 +00:00
translate-i386.c distribution patches 2003-03-23 20:17:16 +00:00

README

The QEMU x86 emulator
---------------------

INSTALLATION
------------

Type 

    ./configure
    make

to build qemu and libqemu.a.

Type

    make install

to install qemu in /usr/local/bin


Documentation
-------------

Read the documentation in qemu-doc.html.


Fabrice Bellard.