mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
Move kernel loader parameters from the cpu state to being board specific.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3557 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
d26bc2118e
commit
7df526e317
4 changed files with 72 additions and 59 deletions
|
@ -456,11 +456,6 @@ struct CPUMIPSState {
|
|||
|
||||
CPU_COMMON
|
||||
|
||||
int ram_size;
|
||||
const char *kernel_filename;
|
||||
const char *kernel_cmdline;
|
||||
const char *initrd_filename;
|
||||
|
||||
mips_def_t *cpu_model;
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
void *irq[8];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue