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

Marc Lörner marc.loerner at hob.de
Mon Jan 15 23:37:10 PST 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