aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-15vl: allow -incoming defer with -preconfigPaolo Bonzini1-3/+2
2020-12-15vl: remove separate preconfig main_loopPaolo Bonzini3-64/+41
2020-12-15remove preconfig statePaolo Bonzini11-29/+34
2020-12-15Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201215'...Peter Maydell32-304/+1557
2020-12-15Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell28-538/+504
2020-12-15MAINTAINERS: Update my git repository URLsEduardo Habkost1-3/+3
2020-12-15qdev: Move UUID property to qdev-properties-system.cEduardo Habkost2-57/+57
2020-12-15qdev: Make qdev_propinfo_get_uint16() staticEduardo Habkost2-5/+3
2020-12-15qdev: Make error_set_from_qdev_prop_error() get Object* argumentEduardo Habkost4-12/+12
2020-12-15qdev: Make check_prop_still_unset() get Object* argumentEduardo Habkost1-5/+5
2020-12-15qdev: Make qdev_find_global_prop() get Object* argumentEduardo Habkost3-4/+4
2020-12-15qdev: Make qdev_get_prop_ptr() get Object* argEduardo Habkost8-100/+68
2020-12-15qdev: Make bit_prop_set() get Object* argumentEduardo Habkost1-4/+6
2020-12-15qdev: Make PropertyInfo.print method get Object* argumentEduardo Habkost3-4/+4