Re: [Qemu-devel] [PATCH v3 2/4] target-arm: Add feature parsing to virt

2015-02-03 Thread Peter Maydell
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

[Qemu-devel] [PATCH v3 2/4] target-arm: Add feature parsing to virt

2015-01-27 Thread Greg Bellows
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(