09.12.2014 10:15, zhanghailiang wrote: > Refactor superio_ioport_writeb to fix the out of bounds write warning.
Is it just a warning, or real oob write? >From the code it looks like it's just a warning... [] > + > + } > + if (can_write == true) { 09.12.2014 17:08, Paolo Bonzini wrote: > Michael, can you remove "== true" when applying this patch? Sure, just did. Does it mean I can add your R-b too? ;) Thanks, /mjt