Statistics
| Branch: | Revision:

root / hw / lm32 / lm32_hwsetup.h @ 216db403

History | View | Annotate | Download (4.9 kB)

# Date Author Comment
48354cc5 10/14/2013 05:48 pm Michael S. Tsirkin

loader: support for unmapped ROM blobs

Support ROM blobs not mapped into guest memory:
same as ROM files really but use caller's buffer.

Support invoking callback on access and
return memory pointer making it easier
for caller to update memory if necessary....

47b43a1f 04/08/2013 07:13 pm Paolo Bonzini

hw: move private headers to hw/ subdirectories.

Many headers are used only in a single directory. These can be
kept in hw/.

Signed-off-by: Paolo Bonzini <>