git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1047 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2004-08-24 21:12:04 +00:00
parent cabf23c380
commit 05d5818c5c
2 changed files with 11 additions and 2 deletions

View file

@ -2,6 +2,12 @@ version 0.6.1:
- Mac OS X port (Pierre d'Herbemont) - Mac OS X port (Pierre d'Herbemont)
- Virtual console support - Virtual console support
- Better monitor line edition
- New block device layer
- New 'qcow' growable disk image support with AES encryption and
transparent decompression
- VMware 3 and 4 read-only disk image support (untested)
- Support for up to 4 serial ports
version 0.6.0: version 0.6.0:

View file

@ -120,8 +120,8 @@ Floppy disk
@item @item
NE2000 PCI network adapters NE2000 PCI network adapters
@item @item
Serial port Serial ports
@item @item
Soundblaster 16 card Soundblaster 16 card
@end itemize @end itemize
@ -270,6 +270,9 @@ void device
The default device is @code{vc} in graphical mode and @code{stdio} in The default device is @code{vc} in graphical mode and @code{stdio} in
non graphical mode. non graphical mode.
This option can be used several times to simulate up to 4 serials
ports.
@item -monitor dev @item -monitor dev
Redirect the monitor to host device @var{dev} (same devices as the Redirect the monitor to host device @var{dev} (same devices as the
serial port). serial port).