mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
Add support for -prom-env command line options
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6129 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
992e5acd4d
commit
95efd11c12
4 changed files with 46 additions and 23 deletions
2
sysemu.h
2
sysemu.h
|
@ -108,7 +108,7 @@ extern int kqemu_allowed;
|
|||
extern const char *option_rom[MAX_OPTION_ROMS];
|
||||
extern int nb_option_roms;
|
||||
|
||||
#ifdef TARGET_SPARC
|
||||
#if defined(TARGET_SPARC) || defined(TARGET_PPC)
|
||||
#define MAX_PROM_ENVS 128
|
||||
extern const char *prom_envs[MAX_PROM_ENVS];
|
||||
extern unsigned int nb_prom_envs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue