Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
X86CPURegister32 |
X86CPUFeatureWordInfo.cpuidRegister |
Modifier and Type | Method and Description |
---|---|
static X86CPURegister32 |
X86CPURegister32.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static X86CPURegister32[] |
X86CPURegister32.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
X86CPUFeatureWordInfo |
X86CPUFeatureWordInfo.withCpuidRegister(X86CPURegister32 value) |
Constructor and Description |
---|
X86CPUFeatureWordInfo(long cpuidInputEax,
Long cpuidInputEcx,
X86CPURegister32 cpuidRegister,
long features) |