[vbox-dev] Error in src/VBox/Devices/Serial/serial.c

Marc Lörner marc.loerner at hob.de
Tue Jan 16 07:37:10 GMT 2007


Hello,
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;


Regards,
Marc

P.S.: when answering please cc me, because I'm not subscribed to the list




More information about the vbox-dev mailing list