mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
ppc: don't define bamboo-0.13 as the default machine
It has been broken by commit 977b6b91ce.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
70539e1850
commit
921e169d61
1 changed files with 0 additions and 1 deletions
|
|
@ -177,7 +177,6 @@ static QEMUMachine bamboo_machine = {
|
||||||
.alias = "bamboo",
|
.alias = "bamboo",
|
||||||
.desc = "bamboo",
|
.desc = "bamboo",
|
||||||
.init = bamboo_init,
|
.init = bamboo_init,
|
||||||
.is_default = 1,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static QEMUMachine bamboo_machine_v0_12 = {
|
static QEMUMachine bamboo_machine_v0_12 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue