Re: [Qemu-devel] [PATCH 09/13] target-arm: Add feature unset function

2014-12-05 Thread Peter Maydell
On 3 December 2014 at 20:06, Greg Bellows wrote: > Add an unset_feature() function to compliment the set_feature() function. > This > will be used to disable functions after they have been enabled during > initialization. > > Signed-off-by: Greg Bellows Reviewed-by: Peter Maydell -- PMM

[Qemu-devel] [PATCH 09/13] target-arm: Add feature unset function

2014-12-03 Thread Greg Bellows
Add an unset_feature() function to compliment the set_feature() function. This will be used to disable functions after they have been enabled during initialization. Signed-off-by: Greg Bellows --- target-arm/cpu.c | 5 + 1 file changed, 5 insertions(+) diff --git a/target-arm/cpu.c b/targe