mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-17 21:26:13 -07:00
Add to machine structure a flag to use SCSI drives instead of IDE: fixes SS-20
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5339 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
f87fc09b15
commit
c9b1ae2cfd
5 changed files with 27 additions and 16 deletions
|
|
@ -17,6 +17,7 @@ typedef struct QEMUMachine {
|
|||
#define RAMSIZE_FIXED (1 << 0)
|
||||
ram_addr_t ram_require;
|
||||
int nodisk_ok;
|
||||
int use_scsi;
|
||||
struct QEMUMachine *next;
|
||||
} QEMUMachine;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue