Package | Description |
---|---|
org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
Modifier and Type | Field and Description |
---|---|
HostMemPolicy |
Memdev.policy |
Modifier and Type | Method and Description |
---|---|
static HostMemPolicy |
HostMemPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostMemPolicy[] |
HostMemPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Memdev |
Memdev.withPolicy(HostMemPolicy value) |
Constructor and Description |
---|
Memdev(long size,
boolean merge,
boolean dump,
boolean prealloc,
List<Integer> hostNodes,
HostMemPolicy policy) |