Revision 9d0fe224

b/Changelog
1
version 0.4.3:
2

  
3
  - x86 exception fix in case of nop instruction.
4
  - gcc 3.2.2 bug workaround (RedHat 9 fix)
5
  - sparc and Alpha host fixes
6
  - many ARM target fixes: 'ls' and 'bash' can be launched.
7

  
1 8
version 0.4.2:
2 9

  
3 10
 - many exception handling fixes (can compile a Linux kernel inside vl)
4 11
 - IDE emulation support
5 12
 - initial GDB stub support
6 13
 - deferred update support for disk images (Rusty Russell)
7
 - accept user mode Linux Copy On Write disk images
14
 - accept User Mode Linux Copy On Write disk images
8 15
 - SMP kernels can at least be booted
9 16

  
10 17
version 0.4.1:
b/README
50 50
x86       2.95.2   2.13.2        2.1.3    2.4.18           
51 51
          3.2      2.13.2        2.1.3    2.4.18
52 52
          2.96     2.11.93.0.2   2.2.5    2.4.18      Red Hat 7.3
53
          3.2.2    2.13.90.0.18  2.3.2    2.4.20      Red Hat 9
53 54

  
54 55
PowerPC   2.95.4   2.12.90.0.1   2.2.5    2.4.20-pre2 Debian 3.0
55 56

  
b/VERSION
1
0.4.2
1
0.4.3
b/qemu-doc.texi
480 480
modified time in the COW disk image so that chances of mistakes are
481 481
reduced.
482 482

  
483
If raw disk image is not read-only, by pressing @key{C-a s} you can
484
flush the COW disk image back into the raw disk image, as in snapshot
485
mode.
483
If the raw disk image is not read-only, by pressing @key{C-a s} you
484
can flush the COW disk image back into the raw disk image, as in
485
snapshot mode.
486 486

  
487 487
COW disk images can also be created without a corresponding raw disk
488 488
image. It is useful to have a big initial virtual disk image without

Also available in: Unified diff