mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Allow boot without a drive on Sparc machines (partly extracted from Xen)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4997 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
66de733bdb
commit
f88e4b91be
4 changed files with 16 additions and 2 deletions
|
@ -16,6 +16,7 @@ typedef struct QEMUMachine {
|
|||
QEMUMachineInitFunc *init;
|
||||
#define RAMSIZE_FIXED (1 << 0)
|
||||
ram_addr_t ram_require;
|
||||
int nodisk_ok;
|
||||
struct QEMUMachine *next;
|
||||
} QEMUMachine;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue