[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH 08/26] PPC: bamboo: remove old machine descriptions
From: |
Alexander Graf |
Subject: |
[Qemu-ppc] [PATCH 08/26] PPC: bamboo: remove old machine descriptions |
Date: |
Sat, 21 Jan 2012 05:18:53 +0100 |
Nobody needs to run bamboo in 0.12 compat mode. Remove the machine.
Signed-off-by: Alexander Graf <address@hidden>
---
hw/ppc440_bamboo.c | 22 +---------------------
1 files changed, 1 insertions(+), 21 deletions(-)
diff --git a/hw/ppc440_bamboo.c b/hw/ppc440_bamboo.c
index c17f6f7..84e45b4 100644
--- a/hw/ppc440_bamboo.c
+++ b/hw/ppc440_bamboo.c
@@ -214,34 +214,14 @@ static void bamboo_init(ram_addr_t ram_size,
}
static QEMUMachine bamboo_machine = {
- .name = "bamboo-0.13",
- .alias = "bamboo",
+ .name = "bamboo",
.desc = "bamboo",
.init = bamboo_init,
};
-static QEMUMachine bamboo_machine_v0_12 = {
- .name = "bamboo-0.12",
- .desc = "bamboo",
- .init = bamboo_init,
- .compat_props = (GlobalProperty[]) {
- {
- .driver = "virtio-serial-pci",
- .property = "max_ports",
- .value = stringify(1),
- },{
- .driver = "virtio-serial-pci",
- .property = "vectors",
- .value = stringify(0),
- },
- { /* end of list */ }
- },
-};
-
static void bamboo_machine_init(void)
{
qemu_register_machine(&bamboo_machine);
- qemu_register_machine(&bamboo_machine_v0_12);
}
machine_init(bamboo_machine_init);
--
1.6.0.2
- [Qemu-ppc] [PATCH 18/26] Correct types in bmdma_addr_{read,write}, (continued)
- [Qemu-ppc] [PATCH 18/26] Correct types in bmdma_addr_{read,write}, Alexander Graf, 2012/01/20
- [Qemu-ppc] [PATCH 03/26] PPC: Bamboo: Set initial TLB entry, Alexander Graf, 2012/01/20
- [Qemu-ppc] [PATCH 10/26] PPC: 4xx: Qdevify the 440 PCI host controller, Alexander Graf, 2012/01/20
- [Qemu-ppc] [PATCH 17/26] Update gitignore file, Alexander Graf, 2012/01/20
- [Qemu-ppc] [PATCH 22/26] MAINTAINERS: Add qemu-ppc to all ppc target stuff, Alexander Graf, 2012/01/20
- [Qemu-ppc] [PATCH 25/26] MAINTAINERS: Add PCI-PCI bridge to New World Mac machine, Alexander Graf, 2012/01/21
- [Qemu-ppc] [PATCH 19/26] pseries: Support PCI extended config space in RTAS calls, Alexander Graf, 2012/01/21
- [Qemu-ppc] [PATCH 15/26] load_image_targphys() should enforce the max size, Alexander Graf, 2012/01/21
- [Qemu-ppc] [PATCH 23/26] MAINTAINERS: Add PCI host bridge files to CHRP machines, Alexander Graf, 2012/01/21
- [Qemu-ppc] [PATCH 08/26] PPC: bamboo: remove old machine descriptions,
Alexander Graf <=
- [Qemu-ppc] [PATCH 24/26] PPC: Pseries: Check for PCI boundaries, Alexander Graf, 2012/01/21
- [Qemu-ppc] [PATCH 20/26] pseries: Use correct dispatcher for PCI config space accesses, Alexander Graf, 2012/01/21
- [Qemu-ppc] [PATCH 21/26] pseries: SLOF PCI flag day, Alexander Graf, 2012/01/21
- Re: [Qemu-ppc] [PULL 00/26] ppc patch queue 2012-01-21, Blue Swirl, 2012/01/21