mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
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:
parent
5adb4839e3
commit
f3d6b95e83
4 changed files with 57 additions and 23 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue