summaryrefslogtreecommitdiffstats
path: root/hw/display/milkymist-vgafb_template.h
Commit message (Collapse)AuthorAgeFilesLines
* milkymist-vgafb: swap pixel data in source bufferMichael Walle2014-02-041-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 Bonzini2013-04-081-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>