[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 0/2] list supported machine types in well-def
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH v2 0/2] list supported machine types in well-defined order |
Date: |
Mon, 22 Sep 2014 23:31:09 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 |
Il 22/09/2014 22:38, Laszlo Ersek ha scritto:
> The first patch introduces a generic comparator. This comparator should
> cover all machine types at once that don't belong to machine type
> "families". Hence, for example, the output it produces for
>
> qemu-system-aarch64 -M \?
>
> is meant to be final. (See examples in the patches.)
>
> The second patch files piix and q35 machine types into their respective
> families.
>
> Paolo said we needed to care about "pseries, pc, q35", but I got no clue
> about "pseries", so I didn't touch that. It shouldn't be hard for
> someone who knows "pseries" to post a followup patch that covers it.
> Until then, "pseries" machine types are listed in alphabetical order (no
> families).
>
> Laszlo Ersek (2):
> well-defined listing order for machine types
> i386/pc: add piix and q35 machtypes to sorting families for -M \?
>
> include/hw/boards.h | 2 ++
> hw/i386/pc.c | 1 +
> hw/i386/pc_piix.c | 1 +
> hw/i386/pc_q35.c | 1 +
> vl.c | 38 +++++++++++++++++++++++++++++++++++++-
> 5 files changed, 42 insertions(+), 1 deletion(-)
>
Reviewed-by: Paolo Bonzini <address@hidden>
- [Qemu-devel] [PATCH v2 0/2] list supported machine types in well-defined order, Laszlo Ersek, 2014/09/22
- [Qemu-devel] [PATCH v2 2/2] i386/pc: add piix and q35 machtypes to sorting families for -M \?, Laszlo Ersek, 2014/09/22
- [Qemu-devel] [PATCH v2 1/2] well-defined listing order for machine types, Laszlo Ersek, 2014/09/22
- Re: [Qemu-devel] [PATCH v2 0/2] list supported machine types in well-defined order,
Paolo Bonzini <=
- Re: [Qemu-devel] [PATCH v2 0/2] list supported machine types in well-defined order, Marcel Apfelbaum, 2014/09/23
- Re: [Qemu-devel] [PATCH v2 0/2] list supported machine types in well-defined order, Michael S. Tsirkin, 2014/09/23
- Re: [Qemu-devel] [PATCH v2 0/2] list supported machine types in well-defined order, David Gibson, 2014/09/23