On 27 January 2015 at 23:58, Greg Bellows wrote:
> Added machvirt parsing of feature keywords added to the -cpu command line
> option. Parsing occurs during machine initialization.
> -vbi = find_machine_info(cpu_model);
> +/* Separate the actual CPU model name from any appended features
Added machvirt parsing of feature keywords added to the -cpu command line
option. Parsing occurs during machine initialization.
Signed-off-by: Greg Bellows
---
v1 -> v2
- Fix multiple property handling
---
hw/arm/virt.c | 20 +---
1 file changed, 17 insertions(+), 3 deletions(