aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-12Remove QEMU_ARTIFICIAL macroThomas Huth
2018-12-12includes: Replace QEMU_GNUC_PREREQ with "__has_builtin || !defined(__clang__)"Thomas Huth
2018-12-12audio/alsaaudio: Remove compiler check around pragmaThomas Huth
2018-12-12tcg/tcg.h: Remove GCC check for tcg_debug_assert() macroThomas Huth
2018-12-12configure: Remove old -fno-gcse workaround for GCC 4.6.x and 4.7.[012]Thomas Huth
2018-12-12monitor: Suspend monitor instead dropping commandsPeter Xu
2018-12-12monitor: avoid potential dead-lock when cleaning upMarc-André Lureau
2018-12-12monitor: prevent inserting new monitors after cleanupMarc-André Lureau
2018-12-12colo: check chardev can switch contextMarc-André Lureau
2018-12-12monitor: check if chardev can switch gcontext for OOBMarc-André Lureau
2018-12-12char: add a QEMU_CHAR_FEATURE_GCONTEXT flagMarc-André Lureau
2018-12-12monitor: accept chardev input from iothreadMarc-André Lureau
2018-12-12monitor: inline ambiguous helper functionsMarc-André Lureau
2018-12-12configure: Remove obsolete check for Clang < 3.2Thomas Huth
2018-12-12configure: Add a test for the minimum compiler versionThomas Huth
2018-12-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell
2018-12-11i386: Add "stibp" flag nameEduardo Habkost
2018-12-11target/i386/kvm.c: Don't mark cpuid_data as QEMU_PACKEDPeter Maydell
2018-12-11x86/cpu: Enable MOVDIR64B cpu featureLiu Jingqi
2018-12-11x86/cpu: Enable MOVDIRI cpu featureLiu Jingqi
2018-12-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2018-12-11qom: remove unimplemented class_finalizeMarc-André Lureau
2018-12-11qdev: move qdev_prop_register_global_list() to testsMarc-André Lureau
2018-12-11accel: register global_props like machine globalsMarc-André Lureau
2018-12-11qom: make user_creatable_complete() specific to UserCreatableMarc-André Lureau
2018-12-11qom: make interface types abstractMarc-André Lureau
2018-12-11tests: qdev_prop_check_globals() doesn't return "all_used"Marc-André Lureau
2018-12-11pc: Use default_machine_opts to set suppress_vmdescEduardo Habkost
2018-12-11spapr: Delete instance_options functionsEduardo Habkost
2018-12-11spapr: Use default_machine_opts to set suppress_vmdescEduardo Habkost
2018-12-11spapr: Use default_machine_opts to set use_hotplug_event_sourceEduardo Habkost
2018-12-11virt: Eliminate separate instance_init functionsEduardo Habkost
2018-12-11q35/440fx/arm/spapr: Add QEMU 4.0 machine typeAlex Williamson
2018-12-11hostmem: Validate host-nodes before setting bitmapEduardo Habkost
2018-12-11numa: Match struct to typedef nameEric Blake
2018-12-11i386: Rename bools in PCMachineState to end in _enabledCorey Minyard
2018-12-11move ObjectClass to typedefs.hGerd Hoffmann
2018-12-11memory-device: avoid overflows on very huge devicesDavid Hildenbrand
2018-12-11memory-device: use QEMU_IS_ALIGNEDDavid Hildenbrand
2018-12-11range: pass const pointer where possibleDavid Hildenbrand
2018-12-11Deprecate HMP `cpu-add`Kashyap Chamarthy
2018-12-11Deprecate QMP `cpu-add`Kashyap Chamarthy
2018-12-11docs: Document vCPU hotplug procedureKashyap Chamarthy
2018-12-11hw/timer/sun4v-rtc: Fix tracing at sun4v_rtc_write()Eduardo Habkost
2018-12-11hostmem-file: remove object id from pmem error messageZhang Yi
2018-12-11Fixes i386 xchgq testfabrice.desclaux@cea.fr
2018-12-11maint: Grammar fix to mailmapEric Blake
2018-12-11MAINTAINERS: Update email address for Fam ZhengFam Zheng
2018-12-11cutils: Assert in-range base for string-to-integer conversionsEric Blake
2018-12-11util: vfio-helpers: use ARRAY_SIZE in qemu_vfio_init_pci()Li Qiang