]> git.proxmox.com Git - qemu.git/commitdiff
update v0.4.3
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 13 Jul 2003 22:08:50 +0000 (22:08 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 13 Jul 2003 22:08:50 +0000 (22:08 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@330 c046a42c-6fe2-441c-8c8c-71466251a162

Changelog
README
VERSION
qemu-doc.texi

index 525f019e4957ca207838b7a8aeee72655e8e9ee5..78c72a3199cb71339d8d6149d5da5c87fd614941 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,10 +1,17 @@
+version 0.4.3:
+
+  - x86 exception fix in case of nop instruction.
+  - gcc 3.2.2 bug workaround (RedHat 9 fix)
+  - sparc and Alpha host fixes
+  - many ARM target fixes: 'ls' and 'bash' can be launched.
+
 version 0.4.2:
 
  - many exception handling fixes (can compile a Linux kernel inside vl)
  - IDE emulation support
  - initial GDB stub support
  - deferred update support for disk images (Rusty Russell)
- - accept user mode Linux Copy On Write disk images
+ - accept User Mode Linux Copy On Write disk images
  - SMP kernels can at least be booted
 
 version 0.4.1:
diff --git a/README b/README
index 44a470c9243853b589214abb8b1f2b92488b1051..13dae1ff89771d620af0679b4b94a9fd7d5b716d 100644 (file)
--- a/README
+++ b/README
@@ -50,6 +50,7 @@ host      gcc      binutils      glibc    linux       distribution
 x86       2.95.2   2.13.2        2.1.3    2.4.18           
           3.2      2.13.2        2.1.3    2.4.18
           2.96     2.11.93.0.2   2.2.5    2.4.18      Red Hat 7.3
+          3.2.2    2.13.90.0.18  2.3.2    2.4.20      Red Hat 9
 
 PowerPC   2.95.4   2.12.90.0.1   2.2.5    2.4.20-pre2 Debian 3.0
 
diff --git a/VERSION b/VERSION
index f7abe273d307f8cd6a620d1b440e814d3eedb24f..70d5b25fa8733140e4b2b4516377c5ef6f96d496 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.4.2
\ No newline at end of file
+0.4.3
\ No newline at end of file
index b3a13b9e1d96ea5e12ae320dc3880fa27395ed6d..0a3f237b8fc55de72978556c0688bc898695fdab 100644 (file)
@@ -480,9 +480,9 @@ disk image. QEMU stores the original raw disk image name and its
 modified time in the COW disk image so that chances of mistakes are
 reduced.
 
-If raw disk image is not read-only, by pressing @key{C-a s} you can
-flush the COW disk image back into the raw disk image, as in snapshot
-mode.
+If the raw disk image is not read-only, by pressing @key{C-a s} you
+can flush the COW disk image back into the raw disk image, as in
+snapshot mode.
 
 COW disk images can also be created without a corresponding raw disk
 image. It is useful to have a big initial virtual disk image without