Commit 33d084399ca64f8b0c7c97de473eafc77b0e8a36

Authored by bellard
1 parent e0727e17

update


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1499 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 2 changed files with 6 additions and 1 deletions
Changelog
@@ -7,6 +7,7 @@ version 0.7.1: @@ -7,6 +7,7 @@ version 0.7.1:
7 - SPARC64 progress (Blue Swirl) 7 - SPARC64 progress (Blue Swirl)
8 - initial MIPS support (Jocelyn mayer) 8 - initial MIPS support (Jocelyn mayer)
9 - MIPS improvements (Ralf Baechle) 9 - MIPS improvements (Ralf Baechle)
  10 + - 64 bit fixes in user networking (initial patch by Gwenole Beauchesne)
10 11
11 version 0.7.0: 12 version 0.7.0:
12 13
pc-bios/README
@@ -5,9 +5,13 @@ @@ -5,9 +5,13 @@
5 project (http://www.nongnu.org/vgabios/). 5 project (http://www.nongnu.org/vgabios/).
6 6
7 - The PowerPC Open Hack'Ware Open Firmware Compatible BIOS is 7 - The PowerPC Open Hack'Ware Open Firmware Compatible BIOS is
8 - available at http://site.voila.fr/jmayer/OpenHackWare/index.htm. 8 + available at http://perso.magic.fr/l_indien/OpenHackWare/index.htm.
9 9
10 - Proll is a GPL'd boot PROM for Sparc JavaStations 10 - Proll is a GPL'd boot PROM for Sparc JavaStations
11 (http://people.redhat.com/zaitcev/linux/). 11 (http://people.redhat.com/zaitcev/linux/).
12 Applying proll.patch allows circumventing some bugs and enables 12 Applying proll.patch allows circumventing some bugs and enables
13 faster kernel load through a hack. 13 faster kernel load through a hack.
  14 +
  15 +- video.x is a PowerMac NDRV compatible driver for a VGA frame
  16 + buffer. It comes from the Mac-on-Linux project
  17 + (http://www.maconlinux.org/).