Commit ea31eb5b0ce0bd03d2ba2cccdd39991703c5398d
1 parent
cc4adeef
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1697 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
2 changed files
with
5 additions
and
1 deletions
Changelog
| ... | ... | @@ -13,7 +13,7 @@ version 0.7.3: |
| 13 | 13 | - Linux host serial port access |
| 14 | 14 | - Linux host low level parallel port access |
| 15 | 15 | - New network emulation code supporting VLANs. |
| 16 | - - MIPS User Linux emulation | |
| 16 | + - MIPS and MIPSel User Linux emulation | |
| 17 | 17 | - MIPS fixes to boot Linux (Daniel Jacobowitz) |
| 18 | 18 | - NX bit support |
| 19 | 19 | - Initial SPARC SMP support (Blue Swirl) | ... | ... |
Makefile
| ... | ... | @@ -118,10 +118,14 @@ tarbin: |
| 118 | 118 | $(bindir)/qemu-system-sparc \ |
| 119 | 119 | $(bindir)/qemu-system-x86_64 \ |
| 120 | 120 | $(bindir)/qemu-system-mips \ |
| 121 | + $(bindir)/qemu-system-arm \ | |
| 121 | 122 | $(bindir)/qemu-i386 \ |
| 122 | 123 | $(bindir)/qemu-arm \ |
| 124 | + $(bindir)/qemu-armeb \ | |
| 123 | 125 | $(bindir)/qemu-sparc \ |
| 124 | 126 | $(bindir)/qemu-ppc \ |
| 127 | + $(bindir)/qemu-mips \ | |
| 128 | + $(bindir)/qemu-mipsel \ | |
| 125 | 129 | $(bindir)/qemu-img \ |
| 126 | 130 | $(datadir)/bios.bin \ |
| 127 | 131 | $(datadir)/vgabios.bin \ | ... | ... |