mirror of https://github.com/xemu-project/xemu.git
hw/ide/ide-dev: Add missing 'locked' field in IDEDevice (bad merge)
This commit is contained in:
parent
ac6b405faf
commit
c09199a287
|
@ -155,6 +155,7 @@ struct IDEDevice {
|
|||
char *version;
|
||||
char *serial;
|
||||
char *model;
|
||||
bool locked;
|
||||
uint64_t wwn;
|
||||
/*
|
||||
* 0x0000 - rotation rate not reported
|
||||
|
|
Loading…
Reference in New Issue