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 | 2 | |
3 | 3 | - Mac OS X port (Pierre d'Herbemont) |
4 | 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 | 12 | version 0.6.0: |
7 | 13 | ... | ... |
qemu-doc.texi
... | ... | @@ -120,8 +120,8 @@ Floppy disk |
120 | 120 | @item |
121 | 121 | NE2000 PCI network adapters |
122 | 122 | @item |
123 | -Serial port | |
124 | -@item | |
123 | +Serial ports | |
124 | +@item | |
125 | 125 | Soundblaster 16 card |
126 | 126 | @end itemize |
127 | 127 | |
... | ... | @@ -270,6 +270,9 @@ void device |
270 | 270 | The default device is @code{vc} in graphical mode and @code{stdio} in |
271 | 271 | non graphical mode. |
272 | 272 | |
273 | +This option can be used several times to simulate up to 4 serials | |
274 | +ports. | |
275 | + | |
273 | 276 | @item -monitor dev |
274 | 277 | Redirect the monitor to host device @var{dev} (same devices as the |
275 | 278 | serial port). | ... | ... |