qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH 2/3] pc: Add backward compatibility options for


From: Gerd Hoffmann
Subject: [Qemu-devel] Re: [PATCH 2/3] pc: Add backward compatibility options for virtio-serial
Date: Mon, 15 Feb 2010 15:36:34 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-4.fc12 Thunderbird/3.0

@@ -1143,6 +1171,7 @@ static QEMUMachine isapc_machine = {
  static void pc_machine_init(void)
  {
      qemu_register_machine(&pc_machine);
+    qemu_register_machine(&pc_machine_v0_12);
      qemu_register_machine(&pc_machine_v0_11);
      qemu_register_machine(&pc_machine_v0_10);
      qemu_register_machine(&isapc_machine);

This chunk should have been in patch 1/3.
Otherwise the whole series looks fine to me.

cheers,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]