summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* virtiofsd: Use --thread-pool-size=0 to mean no thread poolVivek Goyal2020-12-181-9/+27
* hmp-commands.hx: List abbreviation after command for cont, quit, printPeter Maydell2020-12-181-6/+6
* monitor:Don't use '#' flag of printf format ('%#') in format stringsYutao Ai2020-12-181-1/+1
* monitor:braces {} are necessary for all arms of this statementYutao Ai2020-12-181-5/+9
* monitor:open brace '{' following struct go on the same lineYutao Ai2020-12-181-2/+1Star
* Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...Peter Maydell2020-12-1763-766/+956
|\
| * cpu: Remove unnecessary noop methodsEduardo Habkost2020-12-161-13/+0Star
| * tcg: Make CPUClass.debug_excp_handler optionalEduardo Habkost2020-12-161-1/+3
| * tcg: make CPUClass.cpu_exec_* optionalEduardo Habkost2020-12-161-3/+8
| * tcg: cpu_exec_{enter,exit} helpersEduardo Habkost2020-12-161-5/+18
| * i386: tcg: remove inline from cpu_load_eflagsClaudio Fontana2020-12-162-13/+15
| * i386: move TCG cpu class initialization to tcg/Claudio Fontana2020-12-1619-148/+238
| * x86/cpu: Add AVX512_FP16 cpu featureCathy Zhang2020-12-162-1/+3
| * i386: move hyperv_limits initialization to x86_cpu_realizefn()Vitaly Kuznetsov2020-12-163-1/+18
| * i386: move hyperv_version_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov2020-12-163-2/+17
| * i386: move hyperv_interface_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov2020-12-163-6/+19
| * i386: move hyperv_vendor_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov2020-12-163-17/+34
| * i386: move cpu dump out of helper.c into cpu-dump.cClaudio Fontana2020-12-164-514/+539
| * i386: move TCG accel files into tcg/Claudio Fontana2020-12-1616-13/+14
| * i386: hvf: remove stale MAINTAINERS entry for old hvf stubsClaudio Fontana2020-12-161-1/+0Star
| * i386: move hax accel files into hax/Claudio Fontana2020-12-1613-11/+12
| * i386: move whpx accel files into whpx/Claudio Fontana2020-12-168-10/+7Star
| * i386: move kvm accel files into kvm/Claudio Fontana2020-12-1625-22/+26
|/
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-12-1579-1595/+1832
|\
| * build: -no-pie is no functional linker flagChristian Ehrhardt2020-12-152-4/+0Star
| * scripts/git.orderfile: Keep files with .inc extension sortedPhilippe Mathieu-Daudé2020-12-151-0/+3
| * compiler.h: remove QEMU_GNUC_PREREQMarc-André Lureau2020-12-152-12/+0Star
| * linux-user: remove GNUC checkMarc-André Lureau2020-12-151-4/+0Star
| * compiler: remove GNUC checkMarc-André Lureau2020-12-151-7/+1Star
| * xen: remove GNUC checkMarc-André Lureau2020-12-151-9/+0Star
| * poison: remove GNUC checkMarc-André Lureau2020-12-151-2/+0Star
| * compiler.h: explicit case for Clang printf attributeMarc-André Lureau2020-12-151-12/+12
| * virtiofsd: replace _Static_assert with QEMU_BUILD_BUG_ONMarc-André Lureau2020-12-151-10/+1Star
| * tests: remove GCC < 4 fallbacksMarc-André Lureau2020-12-151-5/+3Star
| * qemu-plugin.h: remove GCC < 4Marc-André Lureau2020-12-151-7/+2Star
| * compiler.h: remove GCC < 3 __builtin_expect fallbackMarc-André Lureau2020-12-151-4/+0Star
| * accel/tcg: Remove special case for GCC < 4.6Philippe Mathieu-Daudé2020-12-151-1/+1
| * qemu/atomic: Drop special case for unsupported compilerPhilippe Mathieu-Daudé2020-12-151-17/+0Star
| * hw/core: Restrict 'fw-path-provider.c' to system mode emulationPhilippe Mathieu-Daudé2020-12-151-1/+1
| * docs: set CONFDIR when running sphinxMarc-André Lureau2020-12-151-1/+1
| * vl: rename local variable in configure_acceleratorsPaolo Bonzini2020-12-151-9/+9
| * qemu-option: pass QemuOptsList to opts_accepts_anyPaolo Bonzini2020-12-151-10/+13
| * qemu-option: simplify search for end of keyPaolo Bonzini2020-12-151-22/+13Star
| * kvm: Take into account the unaligned section size when preparing bitmapZenghui Yu2020-12-151-2/+5
| * scsi: fix device removal race vs IO restart callback on resumeMaxim Levitsky2020-12-151-0/+4
| * icount: improve exec nocache usagePavel Dovgalyuk2020-12-151-1/+1
| * Remove the deprecated -show-cursor optionThomas Huth2020-12-154-21/+6Star
| * Remove the deprecated -realtime optionThomas Huth2020-12-155-48/+9Star
| * docs/system: Move the list of removed features to a separate fileThomas Huth2020-12-153-232/+232
| * accel/tcg: Remove deprecated '-tb-size' optionPhilippe Mathieu-Daudé2020-12-154-24/+6Star