Introduce rom_copy
authorAlexander Graf <agraf@suse.de>
Thu, 12 Nov 2009 20:53:11 +0000 (21:53 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 17 Nov 2009 16:38:57 +0000 (10:38 -0600)
commit235f86ef01470391925e7edec71638b41ffa5537
tree6608c1ed7a492d09ab58569dd0aa9c473826de66
parentff06108b182b83e4c42c89f1724a30217ad7c073
Introduce rom_copy

We have several rom helpers currently, but none of them can get us
code that spans several roms into a pointer.

This patch introduces a function that copies over rom contents.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/loader.c
hw/loader.h