ARM reabbot support (orginal patch by Aurelien Jarno).

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2476 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
pbrook 2007-03-11 13:03:18 +00:00
parent 5adb4839e3
commit f3d6b95e83
4 changed files with 57 additions and 23 deletions

View file

@ -122,6 +122,12 @@ typedef struct CPUARMState {
CPU_COMMON
/* These fields after the common ones so thes are preserved on reset. */
int ram_size;
const char *kernel_filename;
const char *kernel_cmdline;
const char *initrd_filename;
int board_id;
} CPUARMState;
CPUARMState *cpu_arm_init(void);