]> git.proxmox.com Git - qemu.git/commit
PowerPC system emulation fixes (Jocelyn Mayer)
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 12 Apr 2004 20:39:29 +0000 (20:39 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 12 Apr 2004 20:39:29 +0000 (20:39 +0000)
commita541f297a37e64673aac52abc858e0904e316b48
treef0de0d033bf3ed8b6e29a507b1e5c4fc540e575f
parentdf475d18d890572b8456ebff327bb9debee6289a
PowerPC system emulation fixes (Jocelyn Mayer)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@722 c046a42c-6fe2-441c-8c8c-71466251a162
25 files changed:
Makefile.target
configure
cpu-exec.c
exec-all.h
exec.c
gdbstub.c
hw/fdc.c
hw/i8259.c
hw/m48t59.c [new file with mode: 0644]
hw/m48t59.h [new file with mode: 0644]
hw/ne2000.c
hw/ppc.c [new file with mode: 0644]
hw/ppc_prep.c [new file with mode: 0644]
linux-user/main.c
linux-user/syscall.c
monitor.c
target-ppc/cpu.h
target-ppc/exec.h
target-ppc/helper.c
target-ppc/hw.c [deleted file]
target-ppc/op.c
target-ppc/op_helper.c
target-ppc/translate.c
translate-all.c
vl.c