Re: [PATCH 04/11] sysemu/hvf: Only declare hvf_allowed when HVF is available

2020-06-03 Thread Cameron Esfahani
Commit message typo tcg_allowed -> hvf_allowed. If fixed: Reviewed-by: Cameron Esfahani Cameron Esfahani di...@apple.com "You only live once, and the way I live, once is enough" Frank Sinatra > On May 9, 2020, at 6:09 AM, Philippe Mathieu-Daudé wrote: > > When HVF is not available, the tc

Re: [PATCH 04/11] sysemu/hvf: Only declare hvf_allowed when HVF is available

2020-05-11 Thread Cornelia Huck
On Sat, 9 May 2020 15:09:03 +0200 Philippe Mathieu-Daudé wrote: > When HVF is not available, the tcg_allowed variable does not exist. s/tcg_allowed/hvf_allowed/ > > Signed-off-by: Philippe Mathieu-Daudé > --- > include/sysemu/hvf.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(

Re: [PATCH 04/11] sysemu/hvf: Only declare hvf_allowed when HVF is available

2020-05-11 Thread Edgar E. Iglesias
On Sat, May 09, 2020 at 03:09:03PM +0200, Philippe Mathieu-Daudé wrote: > When HVF is not available, the tcg_allowed variable does not exist. Typo in commit message tcg_allowed -> hvf_allowed. With that fixed: Reviewed-by: Edgar E. Iglesias > > Signed-off-by: Philippe Mathieu-Daudé > --- >

[PATCH 04/11] sysemu/hvf: Only declare hvf_allowed when HVF is available

2020-05-09 Thread Philippe Mathieu-Daudé
When HVF is not available, the tcg_allowed variable does not exist. Signed-off-by: Philippe Mathieu-Daudé --- include/sysemu/hvf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/sysemu/hvf.h b/include/sysemu/hvf.h index d211e808e9..fe95743124 100644 --- a/inclu