Re: [PATCH] configure: Do not intent to build WHPX on 32-bit host

2020-09-11 Thread Paolo Bonzini
On 09/09/20 20:24, Philippe Mathieu-Daudé wrote: > Hyper-V is available on 64-bit versions of Windows, > do not try to build its support on 32-bit versions. > > Signed-off-by: Philippe Mathieu-Daudé > --- > configure | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/configure b/config

RE: [EXTERNAL] Re: [PATCH] configure: Do not intent to build WHPX on 32-bit host

2020-09-09 Thread Sunil Muthuswamy
Signed-off-by: Sunil Muthuswamy > Am 09.09.20 um 20:40 schrieb Thomas Huth: > > > On 09/09/2020 20.24, Philippe Mathieu-Daudé wrote: > >> Hyper-V is available on 64-bit versions of Windows, > >> do not try to build its support on 32-bit versions. > >> > >> Signed-off-by: Philippe Mathieu-Daudé

Re: [PATCH] configure: Do not intent to build WHPX on 32-bit host

2020-09-09 Thread Stefan Weil
Am 09.09.20 um 20:40 schrieb Thomas Huth: > On 09/09/2020 20.24, Philippe Mathieu-Daudé wrote: >> Hyper-V is available on 64-bit versions of Windows, >> do not try to build its support on 32-bit versions. >> >> Signed-off-by: Philippe Mathieu-Daudé >> --- >> configure | 3 +++ >> 1 file changed,

Re: [PATCH] configure: Do not intent to build WHPX on 32-bit host

2020-09-09 Thread Thomas Huth
On 09/09/2020 20.24, Philippe Mathieu-Daudé wrote: > Hyper-V is available on 64-bit versions of Windows, > do not try to build its support on 32-bit versions. > > Signed-off-by: Philippe Mathieu-Daudé > --- > configure | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/configure b/conf

[PATCH] configure: Do not intent to build WHPX on 32-bit host

2020-09-09 Thread Philippe Mathieu-Daudé
Hyper-V is available on 64-bit versions of Windows, do not try to build its support on 32-bit versions. Signed-off-by: Philippe Mathieu-Daudé --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index 4231d56bcc0..4bd08f5469b 100755 --- a/configure +++ b/con