mirror of
https://github.com/mborgerson/xemu.git
synced 2025-12-01 16:10:01 +00:00
hw/ide/ide-dev: Add missing 'locked' field in IDEDevice (bad merge)
This commit is contained in:
@ -155,6 +155,7 @@ struct IDEDevice {
|
||||
char *version;
|
||||
char *serial;
|
||||
char *model;
|
||||
bool locked;
|
||||
uint64_t wwn;
|
||||
/*
|
||||
* 0x0000 - rotation rate not reported
|
||||
|
||||
Reference in New Issue
Block a user