Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | milkymist-vgafb: swap pixel data in source buffer | Michael Walle | 2014-02-04 | 1 | -1/+1 |
| | | | | | | | | | In commit fc97bb5ba3e7239c0b6d24095df6784868dfebbf the lduw_raw() call was eliminated. But we are reading from the target buffer a 16-bit value, which is in big-endian format. Therefore, use lduw_be_p() to read the value. Cc: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Michael Walle <michael@walle.cc> | ||||
* | hw: move private headers to hw/ subdirectories. | Paolo Bonzini | 2013-04-08 | 1 | -0/+74 |
Many headers are used only in a single directory. These can be kept in hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |