+-- On Mon, 17 Oct 2016, Peter Maydell wrote --+ | > + inc = QEMU_ALIGN_DOWN(inc, gtb->inc); | | Isn't this pair of lines equivalent to | uint64_t inc = QEMU_ALIGN_UP(update.new - gtb->compare, gtb->inc); | ?
Yes, sent v7. Thank you. -- Prasad J Pandit / Red Hat Product Security Team 47AF CE69 3A90 54AA 9045 1053 DD13 3D32 FE5B 041F
