aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-17Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...Peter Maydell63-766/+956
2020-12-16cpu: Remove unnecessary noop methodsEduardo Habkost1-13/+0
2020-12-16tcg: Make CPUClass.debug_excp_handler optionalEduardo Habkost1-1/+3
2020-12-16tcg: make CPUClass.cpu_exec_* optionalEduardo Habkost1-3/+8
2020-12-16tcg: cpu_exec_{enter,exit} helpersEduardo Habkost1-5/+18
2020-12-16i386: tcg: remove inline from cpu_load_eflagsClaudio Fontana2-13/+15
2020-12-16i386: move TCG cpu class initialization to tcg/Claudio Fontana19-148/+238
2020-12-16x86/cpu: Add AVX512_FP16 cpu featureCathy Zhang2-1/+3
2020-12-16i386: move hyperv_limits initialization to x86_cpu_realizefn()Vitaly Kuznetsov3-1/+18
2020-12-16i386: move hyperv_version_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov3-2/+17
2020-12-16i386: move hyperv_interface_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov3-6/+19
2020-12-16i386: move hyperv_vendor_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov3-17/+34
2020-12-16i386: move cpu dump out of helper.c into cpu-dump.cClaudio Fontana4-514/+539
2020-12-16i386: move TCG accel files into tcg/Claudio Fontana16-13/+14
2020-12-16i386: hvf: remove stale MAINTAINERS entry for old hvf stubsClaudio Fontana1-1/+0
2020-12-16i386: move hax accel files into hax/Claudio Fontana13-11/+12
2020-12-16i386: move whpx accel files into whpx/Claudio Fontana8-10/+7
2020-12-16i386: move kvm accel files into kvm/Claudio Fontana25-22/+26
2020-12-15Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell79-1595/+1832
2020-12-15build: -no-pie is no functional linker flagChristian Ehrhardt2-4/+0
2020-12-15scripts/git.orderfile: Keep files with .inc extension sortedPhilippe Mathieu-Daudé1-0/+3
2020-12-15compiler.h: remove QEMU_GNUC_PREREQMarc-André Lureau2-12/+0
2020-12-15linux-user: remove GNUC checkMarc-André Lureau1-4/+0
2020-12-15compiler: remove GNUC checkMarc-André Lureau1-7/+1
2020-12-15xen: remove GNUC checkMarc-André Lureau1-9/+0
2020-12-15poison: remove GNUC checkMarc-André Lureau1-2/+0
2020-12-15compiler.h: explicit case for Clang printf attributeMarc-André Lureau1-12/+12
2020-12-15virtiofsd: replace _Static_assert with QEMU_BUILD_BUG_ONMarc-André Lureau1-10/+1
2020-12-15tests: remove GCC < 4 fallbacksMarc-André Lureau1-5/+3
2020-12-15qemu-plugin.h: remove GCC < 4Marc-André Lureau1-7/+2
2020-12-15compiler.h: remove GCC < 3 __builtin_expect fallbackMarc-André Lureau1-4/+0
2020-12-15accel/tcg: Remove special case for GCC < 4.6Philippe Mathieu-Daudé1-1/+1
2020-12-15qemu/atomic: Drop special case for unsupported compilerPhilippe Mathieu-Daudé1-17/+0
2020-12-15hw/core: Restrict 'fw-path-provider.c' to system mode emulationPhilippe Mathieu-Daudé1-1/+1
2020-12-15docs: set CONFDIR when running sphinxMarc-André Lureau1-1/+1
2020-12-15vl: rename local variable in configure_acceleratorsPaolo Bonzini1-9/+9
2020-12-15qemu-option: pass QemuOptsList to opts_accepts_anyPaolo Bonzini1-10/+13
2020-12-15qemu-option: simplify search for end of keyPaolo Bonzini1-22/+13
2020-12-15kvm: Take into account the unaligned section size when preparing bitmapZenghui Yu1-2/+5
2020-12-15scsi: fix device removal race vs IO restart callback on resumeMaxim Levitsky1-0/+4
2020-12-15icount: improve exec nocache usagePavel Dovgalyuk1-1/+1
2020-12-15Remove the deprecated -show-cursor optionThomas Huth4-21/+6
2020-12-15Remove the deprecated -realtime optionThomas Huth5-48/+9
2020-12-15docs/system: Move the list of removed features to a separate fileThomas Huth3-232/+232
2020-12-15accel/tcg: Remove deprecated '-tb-size' optionPhilippe Mathieu-Daudé4-24/+6
2020-12-15memory: clamp cached translation in case it points to an MMIO regionPaolo Bonzini2-0/+61
2020-12-15msix: assert that accesses are within boundsPaolo Bonzini1-0/+3
2020-12-15qtest/pvpanic: Test panic option that allows VM to continueAlejandro Jimenez1-1/+25
2020-12-15vl: Add option to avoid stopping VM upon guest panicAlejandro Jimenez6-5/+43
2020-12-15vl: Add an -action option specifying response to guest eventsAlejandro Jimenez2-2/+78