On Wed, Aug 30, 2017 at 03:26:50AM -0500, Sergio Andres Gomez Del Real wrote: > This patch adds to the configure script the code to support the > --enable-hvf argument. If the OS is Darwin, it checks for presence of > HVF in the system. The patch also adds strings related to HVF in the > file qemu-options.hx. > QEMU will only support the modern syntax style '-M accel=hvf' no enable > hvf; the legacy '-enable-hvf' will not be supported. > > Signed-off-by: Sergio Andres Gomez Del Real <sergio.g.delr...@gmail.com> > --- > configure | 38 ++++++++++++++++++++++++++++++++++++++ > qemu-options.hx | 10 +++++----- > 2 files changed, 43 insertions(+), 5 deletions(-)
Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com>