aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-15qmp: generalize watchdog-set-action to -no-reboot/-no-shutdownAlejandro Jimenez11-13/+134
2020-12-15monitor: allow quitting while in preconfig statePaolo Bonzini2-1/+3
2020-12-15memory: allow creating MemoryRegions before acceleratorsPaolo Bonzini2-11/+7
2020-12-15plugin: propagate errorsPaolo Bonzini4-25/+21
2020-12-15vl: make qemu_get_machine_opts staticPaolo Bonzini12-39/+26
2020-12-15ppc/spapr: cleanup -machine pseries,nvdimm=X handlingIgor Mammedov2-13/+14
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini11-32/+73
2020-12-15chardev: do not use machine_init_donePaolo Bonzini9-88/+43
2020-12-15vl: move all generic initialization out of vl.cPaolo Bonzini4-46/+51
2020-12-15vl: extract softmmu/globals.cPaolo Bonzini6-45/+83
2020-12-15vl: extract softmmu/runstate.cPaolo Bonzini4-751/+805