]> git.proxmox.com Git - mirror_qemu.git/commit - bsd-user/elfload.c
Preliminary BSD user emulator support
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 26 Oct 2008 20:33:16 +0000 (20:33 +0000)
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 26 Oct 2008 20:33:16 +0000 (20:33 +0000)
commit84778508d7403cd32fb4527550738f19aa7b1aa5
tree2a24173f54e272d48f844d6caeefa9b3acf76c9b
parent46f42f2940bc6912b85d616ad6c8fcfe024153f6
Preliminary BSD user emulator support

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5544 c046a42c-6fe2-441c-8c8c-71466251a162
24 files changed:
Makefile.target
bsd-user/bsdload.c [new file with mode: 0644]
bsd-user/elfload.c [new file with mode: 0644]
bsd-user/errno_defs.h [new file with mode: 0644]
bsd-user/freebsd/strace.list [new file with mode: 0644]
bsd-user/freebsd/syscall_nr.h [new file with mode: 0644]
bsd-user/main.c [new file with mode: 0644]
bsd-user/mmap.c [new file with mode: 0644]
bsd-user/netbsd/strace.list [new file with mode: 0644]
bsd-user/netbsd/syscall_nr.h [new file with mode: 0644]
bsd-user/openbsd/strace.list [new file with mode: 0644]
bsd-user/openbsd/syscall_nr.h [new file with mode: 0644]
bsd-user/path.c [new file with mode: 0644]
bsd-user/qemu.h [new file with mode: 0644]
bsd-user/signal.c [new file with mode: 0644]
bsd-user/sparc64/syscall.h [new file with mode: 0644]
bsd-user/sparc64/target_signal.h [new file with mode: 0644]
bsd-user/strace.c [new file with mode: 0644]
bsd-user/syscall.c [new file with mode: 0644]
bsd-user/syscall_defs.h [new file with mode: 0644]
bsd-user/uaccess.c [new file with mode: 0644]
configure
cpu-exec.c
qemu-doc.texi