summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-16i386: move hyperv_interface_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov
2020-12-16i386: move hyperv_vendor_id initialization to x86_cpu_realizefn()Vitaly Kuznetsov
2020-12-16i386: move cpu dump out of helper.c into cpu-dump.cClaudio Fontana
2020-12-16i386: move TCG accel files into tcg/Claudio Fontana
2020-12-16i386: hvf: remove stale MAINTAINERS entry for old hvf stubsClaudio Fontana
2020-12-16i386: move hax accel files into hax/Claudio Fontana
2020-12-16i386: move whpx accel files into whpx/Claudio Fontana
2020-12-16i386: move kvm accel files into kvm/Claudio Fontana
2020-12-15Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-12-15build: -no-pie is no functional linker flagChristian Ehrhardt
2020-12-15scripts/git.orderfile: Keep files with .inc extension sortedPhilippe Mathieu-Daudé
2020-12-15compiler.h: remove QEMU_GNUC_PREREQMarc-André Lureau
2020-12-15linux-user: remove GNUC checkMarc-André Lureau
2020-12-15compiler: remove GNUC checkMarc-André Lureau
2020-12-15xen: remove GNUC checkMarc-André Lureau
2020-12-15poison: remove GNUC checkMarc-André Lureau
2020-12-15compiler.h: explicit case for Clang printf attributeMarc-André Lureau
2020-12-15virtiofsd: replace _Static_assert with QEMU_BUILD_BUG_ONMarc-André Lureau
2020-12-15tests: remove GCC < 4 fallbacksMarc-André Lureau
2020-12-15qemu-plugin.h: remove GCC < 4Marc-André Lureau
2020-12-15compiler.h: remove GCC < 3 __builtin_expect fallbackMarc-André Lureau
2020-12-15accel/tcg: Remove special case for GCC < 4.6Philippe Mathieu-Daudé
2020-12-15qemu/atomic: Drop special case for unsupported compilerPhilippe Mathieu-Daudé
2020-12-15hw/core: Restrict 'fw-path-provider.c' to system mode emulationPhilippe Mathieu-Daudé
2020-12-15docs: set CONFDIR when running sphinxMarc-André Lureau
2020-12-15vl: rename local variable in configure_acceleratorsPaolo Bonzini
2020-12-15qemu-option: pass QemuOptsList to opts_accepts_anyPaolo Bonzini
2020-12-15qemu-option: simplify search for end of keyPaolo Bonzini
2020-12-15kvm: Take into account the unaligned section size when preparing bitmapZenghui Yu
2020-12-15scsi: fix device removal race vs IO restart callback on resumeMaxim Levitsky
2020-12-15icount: improve exec nocache usagePavel Dovgalyuk
2020-12-15Remove the deprecated -show-cursor optionThomas Huth
2020-12-15Remove the deprecated -realtime optionThomas Huth
2020-12-15docs/system: Move the list of removed features to a separate fileThomas Huth
2020-12-15accel/tcg: Remove deprecated '-tb-size' optionPhilippe Mathieu-Daudé
2020-12-15memory: clamp cached translation in case it points to an MMIO regionPaolo Bonzini
2020-12-15msix: assert that accesses are within boundsPaolo Bonzini
2020-12-15qtest/pvpanic: Test panic option that allows VM to continueAlejandro Jimenez
2020-12-15vl: Add option to avoid stopping VM upon guest panicAlejandro Jimenez
2020-12-15vl: Add an -action option specifying response to guest eventsAlejandro Jimenez
2020-12-15qmp: generalize watchdog-set-action to -no-reboot/-no-shutdownAlejandro Jimenez
2020-12-15monitor: allow quitting while in preconfig statePaolo Bonzini
2020-12-15memory: allow creating MemoryRegions before acceleratorsPaolo Bonzini
2020-12-15plugin: propagate errorsPaolo Bonzini
2020-12-15vl: make qemu_get_machine_opts staticPaolo Bonzini
2020-12-15ppc/spapr: cleanup -machine pseries,nvdimm=X handlingIgor Mammedov
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini
2020-12-15chardev: do not use machine_init_donePaolo Bonzini
2020-12-15vl: move all generic initialization out of vl.cPaolo Bonzini
2020-12-15vl: extract softmmu/globals.cPaolo Bonzini