index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge tag 'pull-request-2022-03-15v2' of https://gitlab.com/thuth/qemu into s...
Peter Maydell
2022-03-16
9
-21
/
+90
|
\
\
|
*
|
softmmu: List CPU types again
Philippe Mathieu-Daudé
2022-03-16
4
-10
/
+11
|
*
|
accel/tcg: Fix cpu_ldq_be_mmu typo
Richard Henderson
2022-03-16
1
-1
/
+1
|
*
|
tests/avocado: start PhoneServer upfront
Beraldo Leal
2022-03-16
1
-6
/
+7
|
*
|
tests/tcg/s390x: Test BRASL and BRCL with large negative offsets
Ilya Leoshkevich
2022-03-16
2
-0
/
+69
|
*
|
s390x/tcg: Fix BRCL with a large negative offset
Ilya Leoshkevich
2022-03-16
1
-1
/
+1
|
*
|
s390x/tcg: Fix BRASL with a large negative offset
Ilya Leoshkevich
2022-03-16
1
-1
/
+1
|
*
|
tests/tcg: drop -cpu max from s390x sha512-mvx invocation
Alex Bennée
2022-03-16
1
-2
/
+0
|
/
/
*
|
Update version for v7.0.0-rc0 release
Peter Maydell
2022-03-16
1
-1
/
+1
*
|
Merge tag 'darwin-20220315' of https://github.com/philmd/qemu into staging
Peter Maydell
2022-03-15
20
-120
/
+283
|
\
\
|
|
/
|
/
|
|
*
MAINTAINERS: Volunteer to maintain Darwin-based hosts support
Philippe Mathieu-Daudé
2022-03-15
1
-0
/
+8
|
*
ui/cocoa: add option to swap Option and Command
Gustavo Noronha Silva
2022-03-15
3
-12
/
+46
|
*
ui/cocoa: capture all keys and combos when mouse is grabbed
Gustavo Noronha Silva
2022-03-15
3
-2
/
+74
|
*
ui/cocoa: release mouse when user switches away from QEMU window
Carwyn Ellis
2022-03-15
1
-0
/
+2
|
*
ui/cocoa: add option to disable left-command forwarding to guest
Carwyn Ellis
2022-03-15
3
-1
/
+37
|
*
ui/cocoa: Constify qkeycode translation arrays
Philippe Mathieu-Daudé
2022-03-15
1
-2
/
+2
|
*
configure: Pass filtered QEMU_OBJCFLAGS to meson
Philippe Mathieu-Daudé
2022-03-15
2
-1
/
+28
|
*
meson: Log QEMU_CXXFLAGS content in summary
Philippe Mathieu-Daudé
2022-03-15
1
-0
/
+1
|
*
meson: Resolve the entitlement.sh script once for good
Philippe Mathieu-Daudé
2022-03-15
1
-1
/
+4
|
*
osdep: Avoid using Clang-specific __builtin_available()
Philippe Mathieu-Daudé
2022-03-15
1
-7
/
+3
|
*
audio: Rename coreaudio extension to use Objective-C compiler
Philippe Mathieu-Daudé
2022-03-15
2
-1
/
+1
|
*
coreaudio: Always return 0 in handle_voice_change
Akihiko Odaki
2022-03-15
1
-4
/
+2
|
*
audio: Log context for audio bug
Akihiko Odaki
2022-03-15
2
-28
/
+24
|
*
audio/dbus: Fix building with modules on macOS
Philippe Mathieu-Daudé
2022-03-15
1
-1
/
+1
|
*
audio/coreaudio: Remove a deprecation warning on macOS 12
Philippe Mathieu-Daudé
2022-03-15
1
-6
/
+11
|
*
block/file-posix: Remove a deprecation warning on macOS 12
Philippe Mathieu-Daudé
2022-03-15
1
-4
/
+10
|
*
hvf: Remove deprecated hv_vcpu_flush() calls
Philippe Mathieu-Daudé
2022-03-15
3
-5
/
+0
|
*
hvf: Make hvf_get_segments() / hvf_put_segments() local
Philippe Mathieu-Daudé
2022-03-15
2
-4
/
+2
|
*
hvf: Use standard CR0 and CR4 register definitions
Cameron Esfahani
2022-03-15
5
-47
/
+15
|
*
tests/fp/berkeley-testfloat-3: Ignore ignored #pragma directives
Philippe Mathieu-Daudé
2022-03-15
1
-0
/
+5
|
*
configure: Allow passing extra Objective C compiler flags
Philippe Mathieu-Daudé
2022-03-15
2
-0
/
+13
*
|
Merge tag 'dbus-pull-request' of gitlab.com:marcandre.lureau/qemu into staging
Peter Maydell
2022-03-15
11
-96
/
+202
|
\
\
|
*
|
ui/console: call gfx_switch() even if the current scanout is GL
Marc-André Lureau
2022-03-15
1
-3
/
+4
|
*
|
ui/dbus: do not send 2d scanout until gfx_update
Marc-André Lureau
2022-03-15
1
-17
/
+20
|
*
|
ui/dbus: fix texture sharing
Marc-André Lureau
2022-03-15
4
-11
/
+64
|
*
|
ui/console: optionally update after gfx switch
Marc-André Lureau
2022-03-14
1
-8
/
+11
|
*
|
ui/console: add a dpy_gfx_switch callback helper
Marc-André Lureau
2022-03-14
1
-10
/
+13
|
*
|
ui/shader: free associated programs
Marc-André Lureau
2022-03-14
1
-0
/
+3
|
*
|
ui/shader: fix potential leak of shader on error
Marc-André Lureau
2022-03-14
1
-2
/
+4
|
*
|
ui/console: move console compatibility check to dcl_display_console()
Marc-André Lureau
2022-03-14
1
-10
/
+9
|
*
|
ui/dbus: associate the DBusDisplayConsole listener with the given console
Marc-André Lureau
2022-03-14
3
-15
/
+17
|
*
|
ui/console: egl-headless is compatible with non-gl listeners
Marc-André Lureau
2022-03-14
1
-0
/
+8
|
*
|
ui/console: move dcl compatiblity check to a callback
Marc-André Lureau
2022-03-14
7
-14
/
+52
|
*
|
ui/console: move check for compatible GL context
Marc-André Lureau
2022-03-14
1
-15
/
+6
*
|
|
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2022-03-15
26
-85
/
+451
|
\
\
\
|
*
|
|
gitlab-ci: do not run tests with address sanitizer
Paolo Bonzini
2022-03-15
1
-2
/
+0
|
*
|
|
KVM: SVM: always set MSR_AMD64_TSC_RATIO to default value
Maxim Levitsky
2022-03-15
1
-3
/
+1
|
*
|
|
i386: Add Icelake-Server-v6 CPU model with 5-level EPT support
Vitaly Kuznetsov
2022-03-15
1
-0
/
+8
|
*
|
|
x86: Support XFD and AMX xsave data migration
Zeng Guang
2022-03-15
3
-0
/
+73
|
*
|
|
x86: add support for KVM_CAP_XSAVE2 and AMX state migration
Jing Liu
2022-03-15
3
-15
/
+59
[prev]
[next]