Michael S. Tsirkin a0dba644c1 pc: reduce duplication, fix PIIX descriptions
We have a lot of code duplication between machine types,
this increases with each new machine type
and each new field.

This has already introduced a minor bug: description
for pc-1.3 says "Standard PC" while description for
pc-1.4 is "Standard PC (i440FX + PIIX, 1996)"
which makes you think 1.3 is somehow more standard,
or newer, while in fact it's a revision of the same PC.

This patch addresses this issue by using macros, along
the lines used by PC_COMPAT_X_X - only for
non-property options.

The approach can extend to non-PC machine types.

Cc: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2013-09-01 10:43:25 +03:00
..
2013-07-23 00:37:33 +02:00
2013-08-28 10:16:47 +03:00
2013-07-29 21:05:58 +02:00
2013-08-19 15:52:19 +02:00
2013-07-29 21:06:05 +02:00
2013-07-29 21:06:46 +02:00
2013-07-29 21:06:57 +02:00
2013-07-29 21:07:02 +02:00
2013-07-29 21:07:02 +02:00
2013-07-31 23:25:41 +02:00
2013-08-12 11:20:57 -05:00
2013-08-28 10:11:23 +03:00
2013-08-28 10:16:47 +03:00
2013-07-29 19:56:46 -05:00
2013-07-29 21:07:00 +02:00
2013-08-28 10:16:47 +03:00
2013-07-29 21:07:01 +02:00
2013-08-08 13:29:25 +02:00