summary refs log tree commit diff stats
path: root/python/qemu/utils/qemu_ga_client.py (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-16softmmu: List CPU types againPhilippe Mathieu-Daudé4-10/+11
2022-03-16accel/tcg: Fix cpu_ldq_be_mmu typoRichard Henderson1-1/+1
2022-03-16tests/avocado: start PhoneServer upfrontBeraldo Leal1-6/+7
2022-03-16tests/tcg/s390x: Test BRASL and BRCL with large negative offsetsIlya Leoshkevich2-0/+69
2022-03-16s390x/tcg: Fix BRCL with a large negative offsetIlya Leoshkevich1-1/+1
2022-03-16s390x/tcg: Fix BRASL with a large negative offsetIlya Leoshkevich1-1/+1
2022-03-16tests/tcg: drop -cpu max from s390x sha512-mvx invocationAlex Bennée1-2/+0
2022-03-15Update version for v7.0.0-rc0 releasePeter Maydell1-1/+1
2022-03-15MAINTAINERS: Volunteer to maintain Darwin-based hosts supportPhilippe Mathieu-Daudé1-0/+8
2022-03-15ui/cocoa: add option to swap Option and CommandGustavo Noronha Silva3-12/+46
2022-03-15ui/cocoa: capture all keys and combos when mouse is grabbedGustavo Noronha Silva3-2/+74
2022-03-15ui/cocoa: release mouse when user switches away from QEMU windowCarwyn Ellis1-0/+2
2022-03-15ui/cocoa: add option to disable left-command forwarding to guestCarwyn Ellis3-1/+37
2022-03-15ui/cocoa: Constify qkeycode translation arraysPhilippe Mathieu-Daudé1-2/+2
2022-03-15configure: Pass filtered QEMU_OBJCFLAGS to mesonPhilippe Mathieu-Daudé2-1/+28
2022-03-15meson: Log QEMU_CXXFLAGS content in summaryPhilippe Mathieu-Daudé1-0/+1
2022-03-15meson: Resolve the entitlement.sh script once for goodPhilippe Mathieu-Daudé1-1/+4
2022-03-15osdep: Avoid using Clang-specific __builtin_available()Philippe Mathieu-Daudé1-7/+3
2022-03-15audio: Rename coreaudio extension to use Objective-C compilerPhilippe Mathieu-Daudé2-1/+1
2022-03-15coreaudio: Always return 0 in handle_voice_changeAkihiko Odaki1-4/+2
2022-03-15audio: Log context for audio bugAkihiko Odaki2-28/+24
2022-03-15audio/dbus: Fix building with modules on macOSPhilippe Mathieu-Daudé1-1/+1
2022-03-15audio/coreaudio: Remove a deprecation warning on macOS 12Philippe Mathieu-Daudé1-6/+11
2022-03-15block/file-posix: Remove a deprecation warning on macOS 12Philippe Mathieu-Daudé1-4/+10
2022-03-15hvf: Remove deprecated hv_vcpu_flush() callsPhilippe Mathieu-Daudé3-5/+0
2022-03-15hvf: Make hvf_get_segments() / hvf_put_segments() localPhilippe Mathieu-Daudé2-4/+2
2022-03-15hvf: Use standard CR0 and CR4 register definitionsCameron Esfahani5-47/+15
2022-03-15tests/fp/berkeley-testfloat-3: Ignore ignored #pragma directivesPhilippe Mathieu-Daudé1-0/+5
2022-03-15configure: Allow passing extra Objective C compiler flagsPhilippe Mathieu-Daudé2-0/+13
2022-03-15gitlab-ci: do not run tests with address sanitizerPaolo Bonzini1-2/+0
2022-03-15KVM: SVM: always set MSR_AMD64_TSC_RATIO to default valueMaxim Levitsky1-3/+1
2022-03-15i386: Add Icelake-Server-v6 CPU model with 5-level EPT supportVitaly Kuznetsov1-0/+8
2022-03-15x86: Support XFD and AMX xsave data migrationZeng Guang3-0/+73
2022-03-15x86: add support for KVM_CAP_XSAVE2 and AMX state migrationJing Liu3-15/+59
2022-03-15x86: Add AMX CPUIDs enumerationJing Liu2-4/+55
2022-03-15x86: Add XFD faulting bit for state componentsJing Liu2-1/+4
2022-03-15x86: Grant AMX permission for guestYang Zhong5-6/+75
2022-03-15x86: Add AMX XTILECFG and XTILEDATA componentsJing Liu2-1/+25
2022-03-15x86: Fix the 64-byte boundary enumeration for extended stateJing Liu3-0/+8
2022-03-15linux-headers: include missing changes from 5.17Paolo Bonzini2-0/+7
2022-03-15target/i386: Throw a #SS when loading a non-canonical ISTGareth Webb2-38/+50
2022-03-15target/i386: only include bits in pg_mode if they are not ignoredPaolo Bonzini1-17/+17
2022-03-15kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)7-10/+21
2022-03-15kvm-irqchip: introduce new API to support route changeLongpeng(Mike)1-0/+19
2022-03-15update meson-buildoptions.shPaolo Bonzini1-1/+1
2022-03-15qga/vss: update informative message about MinGWMarc-André Lureau1-1/+1
2022-03-15qga/vss-win32: check old VSS SDK headersMarc-André Lureau4-1/+13
2022-03-15meson: fix generic location of vss headersMarc-André Lureau1-1/+1
2022-03-15vmxcap: Add 5-level EPT bitVitaly Kuznetsov1-0/+1
2022-03-15whpx: Fixed incorrect CR8/TPR synchronizationIvan Shcherbakov1-1/+27