Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-13 | hw/arm/omap_gpmc: Avoid buffer overrun filling prefetch FIFO | Peter Maydell | |
In fill_prefetch_fifo(), if the device we are reading from is 16 bit, then we must not try to transfer an odd number of bytes into the FIFO. This could otherwise have resulted in our overrunning the prefetch.fifo array by one byte. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> | |||
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
2013-04-08 | hw: move other devices to hw/misc/, configure with default-configs/ | Paolo Bonzini | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |