[PATCH v2] configure: MinGW respect --bindir argument

2021-01-12 Thread Joshua Watt
compatibility with #1), but if the user specifies a specific path when configuring it can also satisfy #2. Signed-off-by: Joshua Watt --- configure | 17 ++--- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/configure b/configure index 5860bdb77b..092e2926bc 100755 --- a

Re: [PATCH] configure: Add flags for MinGW32 standalone build

2021-01-11 Thread Joshua Watt
On Mon, Jan 11, 2021 at 1:44 AM Paolo Bonzini wrote: > > On 11/01/21 08:29, Stefan Weil wrote: > > Am 11.01.21 um 08:04 schrieb Thomas Huth: > > > >> On 08/01/2021 19.30, Joshua Watt wrote: > >>> > >>> On 1/8/21 1:25 AM, Thomas Huth w

Re: [PATCH] configure: Add flags for MinGW32 standalone build

2021-01-08 Thread Joshua Watt
On 1/8/21 1:25 AM, Thomas Huth wrote: On 07/01/2021 22.38, Joshua Watt wrote: There are two cases that need to be accounted for when compiling QEMU for MinGW32:   1) A standalone distribution, where QEMU is self contained and extracted by the user, such as a user would download from the

[PATCH] configure: Add flags for MinGW32 standalone build

2021-01-07 Thread Joshua Watt
time flags --enable-standalone-mingw and --disable-standalone-mingw that allows the user to control this behavior. The flag defaults to "enabled" if unspecified to retain the existing build behavior Signed-off-by: Joshua Watt --- configure | 8 +++- 1 file changed, 7 insert

Re: [PATCH v3 5/7] ui/gtk: implement show-cursor option

2020-02-07 Thread Joshua Watt
On 2/7/20 4:17 AM, Gerd Hoffmann wrote: When specified just set null_cursor to NULL so we get the default pointer instead of a blank pointer. Signed-off-by: Gerd Hoffmann --- ui/gtk.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ui/gtk.c b/ui/gtk.c index d188

[PATCH] ui/gtk: Respect -show-cursor option

2020-01-29 Thread Joshua Watt
If the user specifies the -show-cursor option, force the cursor to be shown even if it would not otherwise. Signed-off-by: Joshua Watt --- ui/gtk.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/gtk.c b/ui/gtk.c index d18892d1de..bdd1b53236 100644 --- a/ui/gtk.c +++ b

[PATCH] ui/gtk: Respect -show-cursor option

2020-01-29 Thread Joshua Watt
If the user specifies the -show-cursor option, force the cursor to be shown even if it would not otherwise. Signed-off-by: Joshua Watt --- ui/gtk.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/gtk.c b/ui/gtk.c index d18892d1de..bdd1b53236 100644 --- a/ui/gtk.c +++ b