mirror of https://github.com/xemu-project/xemu.git
hw/pc_piix: remove is_default for pc-0.15
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
bd183c79b5
commit
ed778c8d9f
|
@ -385,7 +385,6 @@ static QEMUMachine pc_machine_v0_15 = {
|
|||
.desc = "Standard PC",
|
||||
.init = pc_init_pci,
|
||||
.max_cpus = 255,
|
||||
.is_default = 1,
|
||||
};
|
||||
|
||||
static QEMUMachine pc_machine_v0_14 = {
|
||||
|
|
Loading…
Reference in New Issue