aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-22qom: simplify object_find_property / object_class_find_propertyDaniel P. Berrangé22-61/+109
2020-09-22Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell69-179/+163
2020-09-21Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell651-2595/+2079
2020-09-21Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell5-172/+68
2020-09-21Merge remote-tracking branch 'remotes/philmd-gitlab/tags/acceptance-next-2020...Peter Maydell2-0/+14
2020-09-21Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell2-1/+172
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost505-1795/+609
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost69-255/+69
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost74-77/+75
2020-09-18qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPEEduardo Habkost20-30/+19
2020-09-18scripts/codeconverter: Update to latest versionEduardo Habkost6-245/+1057
2020-09-18analyze-migration.py: fix read_migration_debug_json() return typeAlexey Kirillov1-1/+2
2020-09-18scripts/simplebench: compare write request performanceAndrey Shinkevich1-0/+170
2020-09-18target/s390x: Set instance_align on S390CPU TypeInfoRichard Henderson1-0/+1
2020-09-18target/riscv: Set instance_align on RISCVCPU TypeInfoRichard Henderson1-0/+1
2020-09-18target/ppc: Set instance_align on PowerPCCPU TypeInfoRichard Henderson1-0/+1
2020-09-18target/arm: Set instance_align on CPUARM TypeInfoRichard Henderson1-0/+2
2020-09-18qom: Allow objects to be allocated with increased alignmentRichard Henderson2-3/+38
2020-09-18i386: Simplify CPUID_8000_001E for AMDBabu Moger1-150/+45
2020-09-18i386: Simplify CPUID_8000_001d for AMDBabu Moger1-15/+16
2020-09-18hw/i386/vmport: Drop superfluous parenthesis around function typedefPhilippe Mathieu-Daudé1-1/+1
2020-09-18i386/kvm: correct the meaning of '0xffffffff' value for hv-spinlocksVitaly Kuznetsov4-6/+6
2020-09-18qom: Correct error values in two contractsMarkus Armbruster1-2/+2
2020-09-18qom: Clean up object_property_get_enum()'s error valueMarkus Armbruster3-6/+8
2020-09-18qom: Correct object_class_dynamic_cast_assert() documentationEduardo Habkost1-1/+1
2020-09-18sifive: Use DECLARE_*CHECKER* macrosEduardo Habkost7-13/+14
2020-09-18sifive: Move QOM typedefs and add missing includesEduardo Habkost7-14/+28
2020-09-18sifive_u: Rename memmap enum constantsEduardo Habkost2-95/+95
2020-09-18sifive_e: Rename memmap enum constantsEduardo Habkost2-60/+60
2020-09-18tests/acceptance: Skip slow quanta-gsj U-boot+Linux testPhilippe Mathieu-Daudé1-0/+1
2020-09-18tests/acceptance: Disable tests dependent of unreliable apt.armbian.comPhilippe Mathieu-Daudé2-0/+13
2020-09-18Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200918' int...Peter Maydell1-1/+1
2020-09-18hw/nvram/fw_cfg: fix FWCfgDataGeneratorClass::get_data() consumptionLaszlo Ersek1-1/+1
2020-09-18Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20200918' int...Peter Maydell5-13/+73
2020-09-18docker.py: always use --rmPaolo Bonzini2-3/+2
2020-09-18misc: aspeed_scu: Update AST2600 silicon id registerJoel Stanley1-1/+6
2020-09-18hw/arm/aspeed: Add machine properties to define the flash modelsCédric Le Goater2-2/+61
2020-09-18hw/arm/aspeed: Map the UART5 device unconditionallyPhilippe Mathieu-Daudé2-10/+6
2020-09-17Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20200917-pull-reque...Peter Maydell26-313/+823
2020-09-17contrib/: fix some comment spelling errorszhaolichang4-7/+7
2020-09-17qapi/: fix some comment spelling errorszhaolichang2-4/+4
2020-09-17disas/: fix some comment spelling errorszhaolichang3-6/+6
2020-09-17linux-user/: fix some comment spelling errorszhaolichang6-9/+9
2020-09-17util/: fix some comment spelling errorszhaolichang6-6/+6
2020-09-17scripts/: fix some comment spelling errorszhaolichang5-7/+7
2020-09-17docs/: fix some comment spelling errorszhaolichang17-27/+27
2020-09-17migration/: fix some comment spelling errorszhaolichang8-18/+18
2020-09-17qemu/: fix some comment spelling errorszhaolichang11-11/+11
2020-09-17Merge remote-tracking branch 'remotes/stsquad/tags/pull-configure-fixes-16092...Peter Maydell5-25/+37
2020-09-17Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-1...Peter Maydell21-215/+207