Re: [Qemu-devel] [PATCH 06/20] target-i386: cleanup 'foo' feature handling'

2013-12-19 Thread Andreas Färber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 16.12.2013 17:51, schrieb Eric Blake: > On 07/15/2013 04:25 PM, Igor Mammedov wrote: >> features check, enforce, hv_relaxed and hv_vapic are treated as >> boolean set to 'on' when passed from command line, so it's not >> neccessary to handle each of

Re: [Qemu-devel] [PATCH 06/20] target-i386: cleanup 'foo' feature handling'

2013-12-16 Thread Eric Blake
On 07/15/2013 04:25 PM, Igor Mammedov wrote: > features check, enforce, hv_relaxed and hv_vapic are treated as boolean set > to 'on' > when passed from command line, so it's not neccessary to handle each of them s/neccessary/necessary/ > separetly. Collapse them to one catch-all branch which wil

[Qemu-devel] [PATCH 06/20] target-i386: cleanup 'foo' feature handling'

2013-07-15 Thread Igor Mammedov
features check, enforce, hv_relaxed and hv_vapic are treated as boolean set to 'on' when passed from command line, so it's not neccessary to handle each of them separetly. Collapse them to one catch-all branch which will treat any feature in format 'foo' as boolean set to 'on'. PS: Any unknown fe