Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-04 | milkymist-vgafb: swap pixel data in source buffer | Michael Walle | |
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> | |||
2013-04-08 | hw: move private headers to hw/ subdirectories. | Paolo Bonzini | |
Many headers are used only in a single directory. These can be kept in hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |