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

2015-01-20 Thread Alex Bennée
Greg Bellows writes: > Added machvirt parsing of feature keywords added to the -cpu command line > option. Parsing occurs during machine initialization. > > Signed-off-by: Greg Bellows > --- > hw/arm/virt.c | 21 +++-- > 1 file changed, 19 insertions(+), 2 deletions(-) > > dif

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

2015-01-19 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 --- hw/arm/virt.c | 21 +++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/hw/arm/virt.c b/hw/arm/virt.c