Re: [Qemu-devel] [PATCH 8/9] target-i386: cleanup 'foo=val' feature handling

2013-02-19 Thread Eduardo Habkost
On Mon, Feb 11, 2013 at 05:35:10PM +0100, Igor Mammedov wrote: > features family, model, stepping, level, hv_spinlocks are treated similarly > when passed from command line, so it's not necessary to handle each of them > individually. Collapse them to one catch-all branch which will treat > any not

[Qemu-devel] [PATCH 8/9] target-i386: cleanup 'foo=val' feature handling

2013-02-11 Thread Igor Mammedov
features family, model, stepping, level, hv_spinlocks are treated similarly when passed from command line, so it's not necessary to handle each of them individually. Collapse them to one catch-all branch which will treat any not explicitly handled feature in format 'foo=val'. PS: Any unknown featu