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:
ths 2007-11-09 17:52:11 +00:00
parent d26bc2118e
commit 7df526e317
4 changed files with 72 additions and 59 deletions

View file

@ -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];