[PATCH 1/1] Fix safeAreaInsets not being available on OS X 10.13

2024-04-28 Thread Tobias Markus
u can make an exception and include the attached patch into QEMU. It would really help me continue to run QEMU on my legacy MacOS X 10.13 version. Thanks in advance! Kind regards, Tobias Markus Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2314 Signed-off-by: Tobias Markus --

[Bug 1888964] [NEW] Segfault using GTK display with dmabuf (iGVT-g) on Wayland

2020-07-25 Thread Tobias Markus
Public bug reported: When using... a) Intel virtualized graphics (iGVT-g) with dmabuf output b) QEMU's GTK display with GL output enabled (-display gtk,gl=on) c) A Wayland compositor (Sway in my case) a segfault occurs at some point on boot (I guess as soon as the guest starts using the virtua

[Qemu-devel] PING Re: [PATCH v3] target-i386: Fix segment cache dump

2013-09-13 Thread Tobias Markus
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 PING (Mail resent - sorry, Thunderbird wrapped line in the first mail) PS: Sorry for the two wrapped lines below ---, but probably not worth resending the patch just for that. On 08/25/2013 12:20 PM, Tobias Markus wrote: > When in Long M

[Qemu-devel] PING Re: [PATCH v3] target-i386: Fix segment cache dump

2013-09-13 Thread Tobias Markus
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/25/2013 12:20 PM, Tobias Markus wrote: > When in Long Mode, cpu_x86_seg_cache() logs "DS16" because the > Default operation size bit (D/B bit) is not set for Long Mode Data > Segments since there are only Data Segments

[Qemu-devel] [PATCH v3] target-i386: Fix segment cache dump

2013-08-25 Thread Tobias Markus
bit of the hidden flags variable and logging "DS" if it is set. (I.e. in Long Mode all Data Segments are logged as "DS") Signed-off-by: Tobias Markus --- v3: * Manually Break Lines * Again change line wrapping as suggested by Eric Blake v2: * Fix line wrapping as suggested in

Re: [Qemu-devel] [PATCH v2] target-i386: Fix segment cache dump

2013-08-23 Thread Tobias Markus
On 08/23/2013 10:01 PM, Richard Henderson wrote: > On 08/23/2013 12:09 PM, Tobias Markus wrote: >> When in Long Mode, cpu_x86_seg_cache() logs "DS16" because the Default >> operation size bit (D/B bit) is not set for Long Mode Data Segments since >> there are only

[Qemu-devel] [qemu-devel] [PATCH v2] target-i386: Fix segment cache dump

2013-08-23 Thread Tobias Markus
bit of the hidden flags variable and logging "DS" if it is set. (I.e. in Long Mode all Data Segments are logged as "DS") Signed-off-by: Tobias Markus --- v2: * Fix line wrapping as suggested in IRC * Break the line Note that alternatively, Data Segments in Long Mode could

[Qemu-devel] [PATCH] target-i386: Fix segment cache dump

2013-08-22 Thread Tobias Markus
bit of the hidden flags variable and logging "DS" if it is set, i.e. in Long Mode all Data Segments are logged as "DS". Signed-off-by: Tobias Markus --- Note that alternatively, Data Segments in Long Mode could be logged as "DS64" to avoid confusion about the missing