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: Amit Shah
Subject: [Qemu-devel] Re: [PATCH 2/3] pc: Add backward compatibility options for virtio-serial
Date: Mon, 15 Feb 2010 20:47:30 +0530
User-agent: Mutt/1.5.19 (2009-01-05)

On (Mon) Feb 15 2010 [15:36:34], Gerd Hoffmann wrote:
>> @@ -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.

Yep, missed that. Fixed in v2.

                Amit




reply via email to

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