Commit 05d5818c5c9a5f90d7bc069ed1e8c9d8d77381d0
1 parent
cabf23c3
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1047 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
2 changed files
with
11 additions
and
2 deletions
Changelog
@@ -2,6 +2,12 @@ version 0.6.1: | @@ -2,6 +2,12 @@ version 0.6.1: | ||
2 | 2 | ||
3 | - Mac OS X port (Pierre d'Herbemont) | 3 | - Mac OS X port (Pierre d'Herbemont) |
4 | - Virtual console support | 4 | - Virtual console support |
5 | + - Better monitor line edition | ||
6 | + - New block device layer | ||
7 | + - New 'qcow' growable disk image support with AES encryption and | ||
8 | + transparent decompression | ||
9 | + - VMware 3 and 4 read-only disk image support (untested) | ||
10 | + - Support for up to 4 serial ports | ||
5 | 11 | ||
6 | version 0.6.0: | 12 | version 0.6.0: |
7 | 13 |
qemu-doc.texi
@@ -120,8 +120,8 @@ Floppy disk | @@ -120,8 +120,8 @@ Floppy disk | ||
120 | @item | 120 | @item |
121 | NE2000 PCI network adapters | 121 | NE2000 PCI network adapters |
122 | @item | 122 | @item |
123 | -Serial port | ||
124 | -@item | 123 | +Serial ports |
124 | +@item | ||
125 | Soundblaster 16 card | 125 | Soundblaster 16 card |
126 | @end itemize | 126 | @end itemize |
127 | 127 | ||
@@ -270,6 +270,9 @@ void device | @@ -270,6 +270,9 @@ void device | ||
270 | The default device is @code{vc} in graphical mode and @code{stdio} in | 270 | The default device is @code{vc} in graphical mode and @code{stdio} in |
271 | non graphical mode. | 271 | non graphical mode. |
272 | 272 | ||
273 | +This option can be used several times to simulate up to 4 serials | ||
274 | +ports. | ||
275 | + | ||
273 | @item -monitor dev | 276 | @item -monitor dev |
274 | Redirect the monitor to host device @var{dev} (same devices as the | 277 | Redirect the monitor to host device @var{dev} (same devices as the |
275 | serial port). | 278 | serial port). |