+-- On Wed, 16 Nov 2016, Hervé Poussineau wrote --+ | I don't have any datasheet for this device either, so I tested with real | programs. Those initialize itr field to either 0 or to 9, so your mask | doesn't change anything. | | Tested-by: Hervé Poussineau <hpous...@reactos.org>
Thank you so much. To confirm, do we need to update the mask to maybe 0x000F? | > > > case 0x0228: | > > > - s->itr = val; | > > > + s->itr = val & 0x01FF; | > > > qemu_irq_lower(s->timer_irq); Thank you. -- Prasad J Pandit / Red Hat Product Security Team 47AF CE69 3A90 54AA 9045 1053 DD13 3D32 FE5B 041F