qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 1/3] pc: Bump up pc version to 0.13 and add a 0.12 compat version
@ 2010-02-15 13:31 Amit Shah
  2010-02-15 13:31 ` [Qemu-devel] [PATCH 2/3] pc: Add backward compatibility options for virtio-serial Amit Shah
  0 siblings, 1 reply; 5+ messages in thread
From: Amit Shah @ 2010-02-15 13:31 UTC (permalink / raw)
  To: qemu-devel; +Cc: Amit Shah, kraxel

The version 0.13 will be the new default and compatibility options will
be added to the 0.12 version.

Signed-off-by: Amit Shah <amit.shah@redhat.com>
---
 hw/pc.c |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/hw/pc.c b/hw/pc.c
index 6fbe98b..7c9a24e 100644
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -1052,7 +1052,7 @@ void cmos_set_s3_resume(void)
 }
 
 static QEMUMachine pc_machine = {
-    .name = "pc-0.12",
+    .name = "pc-0.13",
     .alias = "pc",
     .desc = "Standard PC",
     .init = pc_init_pci,
@@ -1060,6 +1060,13 @@ static QEMUMachine pc_machine = {
     .is_default = 1,
 };
 
+static QEMUMachine pc_machine_v0_12 = {
+    .name = "pc-0.12",
+    .desc = "Standard PC",
+    .init = pc_init_pci,
+    .max_cpus = 255,
+};
+
 static QEMUMachine pc_machine_v0_11 = {
     .name = "pc-0.11",
     .desc = "Standard PC, qemu 0.11",
-- 
1.6.2.5

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-02-15 15:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-15 13:31 [Qemu-devel] [PATCH 1/3] pc: Bump up pc version to 0.13 and add a 0.12 compat version Amit Shah
2010-02-15 13:31 ` [Qemu-devel] [PATCH 2/3] pc: Add backward compatibility options for virtio-serial Amit Shah
2010-02-15 13:31   ` [Qemu-devel] [PATCH 3/3] virtio-serial: don't set MULTIPORT for 1 port dev Amit Shah
2010-02-15 14:36   ` [Qemu-devel] Re: [PATCH 2/3] pc: Add backward compatibility options for virtio-serial Gerd Hoffmann
2010-02-15 15:17     ` Amit Shah

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).