[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 4/4] Add a pc-0.11 machine type and make the pc type
From: |
Mark McLoughlin |
Subject: |
[Qemu-devel] [PATCH 4/4] Add a pc-0.11 machine type and make the pc type an alias |
Date: |
Tue, 21 Jul 2009 15:21:59 +0100 |
The pc-0.11 type allows users of qemu-0.11 to use a machine type which
they know will remain compatible when the upgrade to qemu-0.12.
Management tools may choose to canonicalize the 'pc' machine type to
'pc-0.11' so that if the 'pc' alias changes target in future versions
of qemu, the machine type used will remain compatible.
Signed-off-by: Mark McLoughlin <address@hidden>
---
hw/pc.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/hw/pc.c b/hw/pc.c
index 0ebc329..d262b76 100644
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -1477,7 +1477,8 @@ void cmos_set_s3_resume(void)
}
static QEMUMachine pc_machine = {
- .name = "pc",
+ .name = "pc-0.11",
+ .alias = "pc",
.desc = "Standard PC",
.init = pc_init_pci,
.max_cpus = 255,
--
1.6.2.5
- [Qemu-devel] [PATCH 1/4] Remove the pc-0-10 machine type, (continued)
- [Qemu-devel] [PATCH 1/4] Remove the pc-0-10 machine type, Mark McLoughlin, 2009/07/21
- Re: [Qemu-devel] [PATCH 1/4] Remove the pc-0-10 machine type, Mark McLoughlin, 2009/07/21
- Re: [Qemu-devel] [PATCH 1/4] Remove the pc-0-10 machine type, Anthony Liguori, 2009/07/21
- Re: [Qemu-devel] [PATCH 1/4] Remove the pc-0-10 machine type, Gerd Hoffmann, 2009/07/22
- Re: [Qemu-devel] [PATCH 1/4] Remove the pc-0-10 machine type, Mark McLoughlin, 2009/07/22
- Re: [Qemu-devel] [PATCH 1/4] Remove the pc-0-10 machine type, Mark McLoughlin, 2009/07/22
- [Qemu-devel] [PATCH 2/2] Add a pc-0.11 machine type and make the pc type an alias, Mark McLoughlin, 2009/07/22
- Re: [Qemu-devel] [PATCH 2/2] Add a pc-0.11 machine type and make the pc type an alias, Mark McLoughlin, 2009/07/23
- [Qemu-devel] [PATCH 1/2] Add machine type aliases, Mark McLoughlin, 2009/07/22
- [Qemu-devel] [PATCH 0/4] Add pc-0.11 machine type and make pc an alias to it, Mark McLoughlin, 2009/07/21
- [Qemu-devel] [PATCH 4/4] Add a pc-0.11 machine type and make the pc type an alias,
Mark McLoughlin <=
- Re: [Qemu-devel] [PATCH 3/3 v2] Add a pc-0-10 machine type for compatibility with 0.10.x, Avi Kivity, 2009/07/09
- Re: [Qemu-devel] [PATCH 2/3] Change default PCI class of virtio-console to PCI_CLASS_SERIAL_OTHER, Amit Shah, 2009/07/15