aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-12Remove QEMU_ARTIFICIAL macroThomas Huth3-8/+0
2018-12-12includes: Replace QEMU_GNUC_PREREQ with "__has_builtin || !defined(__clang__)"Thomas Huth2-3/+3
2018-12-12audio/alsaaudio: Remove compiler check around pragmaThomas Huth1-2/+0
2018-12-12tcg/tcg.h: Remove GCC check for tcg_debug_assert() macroThomas Huth1-3/+1
2018-12-12configure: Remove old -fno-gcse workaround for GCC 4.6.x and 4.7.[012]Thomas Huth2-19/+1
2018-12-12configure: Remove obsolete check for Clang < 3.2Thomas Huth1-5/+0
2018-12-12configure: Add a test for the minimum compiler versionThomas Huth1-0/+25
2018-12-11Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell44-358/+344
2018-12-11qom: remove unimplemented class_finalizeMarc-André Lureau3-18/+2
2018-12-11qdev: move qdev_prop_register_global_list() to testsMarc-André Lureau3-14/+14
2018-12-11accel: register global_props like machine globalsMarc-André Lureau3-51/+8
2018-12-11qom: make user_creatable_complete() specific to UserCreatableMarc-André Lureau5-19/+15
2018-12-11qom: make interface types abstractMarc-André Lureau15-53/+14
2018-12-11tests: qdev_prop_check_globals() doesn't return "all_used"Marc-André Lureau1-6/+6
2018-12-11pc: Use default_machine_opts to set suppress_vmdescEduardo Habkost1-1/+1
2018-12-11spapr: Delete instance_options functionsEduardo Habkost1-85/+0
2018-12-11spapr: Use default_machine_opts to set suppress_vmdescEduardo Habkost1-1/+1
2018-12-11spapr: Use default_machine_opts to set use_hotplug_event_sourceEduardo Habkost1-3/+1
2018-12-11virt: Eliminate separate instance_init functionsEduardo Habkost1-66/+21
2018-12-11q35/440fx/arm/spapr: Add QEMU 4.0 machine typeAlex Williamson6-10/+68
2018-12-11hostmem: Validate host-nodes before setting bitmapEduardo Habkost1-4/+13
2018-12-11numa: Match struct to typedef nameEric Blake2-2/+2
2018-12-11i386: Rename bools in PCMachineState to end in _enabledCorey Minyard4-16/+17
2018-12-11move ObjectClass to typedefs.hGerd Hoffmann2-1/+1
2018-12-11memory-device: avoid overflows on very huge devicesDavid Hildenbrand1-1/+2
2018-12-11memory-device: use QEMU_IS_ALIGNEDDavid Hildenbrand1-3/+3
2018-12-11range: pass const pointer where possibleDavid Hildenbrand1-3/+3
2018-12-11Deprecate HMP `cpu-add`Kashyap Chamarthy2-2/+6
2018-12-11Deprecate QMP `cpu-add`Kashyap Chamarthy2-1/+12
2018-12-11docs: Document vCPU hotplug procedureKashyap Chamarthy1-0/+142
2018-12-11hw/timer/sun4v-rtc: Fix tracing at sun4v_rtc_write()Eduardo Habkost1-1/+1
2018-12-11hostmem-file: remove object id from pmem error messageZhang Yi1-10/+4
2018-12-11Open 4.0 development treePeter Maydell1-1/+1
2018-12-11Update version for v3.1.0 releasev3.1.0Peter Maydell1-1/+1
2018-12-06Update version for v3.1.0-rc5 releasev3.1.0-rc5Peter Maydell1-1/+1
2018-12-06i2c: pm_smbus: check smb_index before block transfer writePrasad J Pandit1-0/+3
2018-12-04Update version for v3.1.0-rc4 releasev3.1.0-rc4Peter Maydell1-1/+1
2018-12-04virtio-net-test: add large tx buffer testJason Wang1-0/+46
2018-12-04virtio-net-test: remove unused macroJason Wang1-1/+0
2018-12-04virtio-net-test: accept variable length argument in pci_test_start()Jason Wang1-6/+11
2018-12-04net: hub: suppress warnings of no host network for qtestJason Wang1-1/+2
2018-12-04net: drop too large packet earlyJason Wang2-17/+17
2018-12-03Merge remote-tracking branch 'remotes/kraxel/tags/fixes-31-20181203-pull-requ...Peter Maydell1-6/+18
2018-12-03usb-mtp: outlaw slashes in filenamesGerd Hoffmann1-0/+6
2018-12-03usb-mtp: fix utf16_to_strGerd Hoffmann1-6/+12
2018-12-03Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-12-03' into st...Peter Maydell2-1/+21
2018-12-03Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell4-8/+85
2018-12-03iotests: simple mirror test with kvm on 1G imageVladimir Sementsov-Ogievskiy3-0/+80
2018-12-03mirror: fix dead-lockVladimir Sementsov-Ogievskiy1-8/+5
2018-12-03i386: hvf: Fix overrun of _decode_tbl1Roman Bolshakov1-3/+3