Commit ea31eb5b0ce0bd03d2ba2cccdd39991703c5398d

Authored by bellard
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,7 +13,7 @@ version 0.7.3:
13 - Linux host serial port access 13 - Linux host serial port access
14 - Linux host low level parallel port access 14 - Linux host low level parallel port access
15 - New network emulation code supporting VLANs. 15 - New network emulation code supporting VLANs.
16 - - MIPS User Linux emulation 16 + - MIPS and MIPSel User Linux emulation
17 - MIPS fixes to boot Linux (Daniel Jacobowitz) 17 - MIPS fixes to boot Linux (Daniel Jacobowitz)
18 - NX bit support 18 - NX bit support
19 - Initial SPARC SMP support (Blue Swirl) 19 - Initial SPARC SMP support (Blue Swirl)
Makefile
@@ -118,10 +118,14 @@ tarbin: @@ -118,10 +118,14 @@ tarbin:
118 $(bindir)/qemu-system-sparc \ 118 $(bindir)/qemu-system-sparc \
119 $(bindir)/qemu-system-x86_64 \ 119 $(bindir)/qemu-system-x86_64 \
120 $(bindir)/qemu-system-mips \ 120 $(bindir)/qemu-system-mips \
  121 + $(bindir)/qemu-system-arm \
121 $(bindir)/qemu-i386 \ 122 $(bindir)/qemu-i386 \
122 $(bindir)/qemu-arm \ 123 $(bindir)/qemu-arm \
  124 + $(bindir)/qemu-armeb \
123 $(bindir)/qemu-sparc \ 125 $(bindir)/qemu-sparc \
124 $(bindir)/qemu-ppc \ 126 $(bindir)/qemu-ppc \
  127 + $(bindir)/qemu-mips \
  128 + $(bindir)/qemu-mipsel \
125 $(bindir)/qemu-img \ 129 $(bindir)/qemu-img \
126 $(datadir)/bios.bin \ 130 $(datadir)/bios.bin \
127 $(datadir)/vgabios.bin \ 131 $(datadir)/vgabios.bin \