[vbox-dev] Error in src/VBox/Devices/Serial/serial.c
Frank Mehnert
frank at innotek.de
Tue Jan 16 05:17:52 PST 2007
Hi Marc,
On Tuesday 16 January 2007 08:37, Marc Lörner wrote:
> I found an error based on the old version of qemu serial code!
>
> in struct SerialState:
> change divider from uint8_t to uint16_t!
>
> After this change the following statement in serial_ioport_write gets the
> right meaning:
> s->divider = (s->divider & 0xff00) | val;
thank you for your bug report. We fix this issue in our next release.
However, as you might have noticed, the serial driver is currently not
activated (see src/VBox/Main/ConsoleIml.cpp, lin 4550). Getting the
serial port emulation work is on our todo list, contributions are
welcome.
Kind regards,
Frank
--
## InnoTek Systemberatung GmbH, http://www.innotek.de ##
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.virtualbox.org/pipermail/vbox-dev/attachments/20070116/063a53df/attachment-0001.bin
More information about the vbox-dev
mailing list