summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-12-06 21:42:03 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-12-06 21:42:03 +0000
commitea31eb5b0ce0bd03d2ba2cccdd39991703c5398d (patch)
tree8313b6983781f38ab89f301bce9f34134d0e0696
parentcc4adeef9896be77cf3add189b2ee15b435d3669 (diff)
downloadqemu-ea31eb5b0ce0bd03d2ba2cccdd39991703c5398d.tar.gz
qemu-ea31eb5b0ce0bd03d2ba2cccdd39991703c5398d.tar.bz2
qemu-ea31eb5b0ce0bd03d2ba2cccdd39991703c5398d.zip
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1697 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r--Changelog2
-rw-r--r--Makefile4
2 files changed, 5 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 737f3ede28..6e42ec76c6 100644
--- a/Changelog
+++ b/Changelog
@@ -13,7 +13,7 @@ version 0.7.3:
- Linux host serial port access
- Linux host low level parallel port access
- New network emulation code supporting VLANs.
- - MIPS User Linux emulation
+ - MIPS and MIPSel User Linux emulation
- MIPS fixes to boot Linux (Daniel Jacobowitz)
- NX bit support
- Initial SPARC SMP support (Blue Swirl)
diff --git a/Makefile b/Makefile
index 332058642a..cfa7df571c 100644
--- a/Makefile
+++ b/Makefile
@@ -118,10 +118,14 @@ tarbin:
$(bindir)/qemu-system-sparc \
$(bindir)/qemu-system-x86_64 \
$(bindir)/qemu-system-mips \
+ $(bindir)/qemu-system-arm \
$(bindir)/qemu-i386 \
$(bindir)/qemu-arm \
+ $(bindir)/qemu-armeb \
$(bindir)/qemu-sparc \
$(bindir)/qemu-ppc \
+ $(bindir)/qemu-mips \
+ $(bindir)/qemu-mipsel \
$(bindir)/qemu-img \
$(datadir)/bios.bin \
$(datadir)/vgabios.bin \