aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-02Merge remote-tracking branch 'remotes/philmd/tags/machine-20211101' into stagingRichard Henderson13-437/+1145
2021-11-01machine: remove the done notifier for dynamic sysbus device type checkDamien Hedde2-28/+0
2021-11-01qdev-monitor: Check sysbus device type before creating itDamien Hedde1-0/+11
2021-11-01machine: add device_type_is_dynamic_sysbus functionDamien Hedde2-3/+25
2021-11-01tests/unit: Add an unit test for smp parsingYanan Wang3-0/+596
2021-11-01hw/core/machine: Split out the smp parsing codeYanan Wang5-159/+184
2021-11-01hw/core: Restrict hotplug to system emulationPhilippe Mathieu-Daudé2-2/+44
2021-11-01hw/core: Extract hotplug-related functions to qdev-hotplug.cPhilippe Mathieu-Daudé3-60/+74
2021-11-01hw/core: Declare meson source setPhilippe Mathieu-Daudé2-3/+5
2021-11-01hw/core: Restrict sysemu specific filesPhilippe Mathieu-Daudé1-9/+9
2021-11-01machine: Move gpio code to hw/core/gpio.cEduardo Habkost3-174/+198
2021-11-01Merge remote-tracking branch 'remotes/jsnow/tags/python-pull-request' into st...Richard Henderson16-122/+427
2021-11-01python, iotests: replace qmp with aqmpJohn Snow1-1/+6
2021-11-01python/aqmp: Create sync QMP wrapper for iotestsJohn Snow1-0/+138
2021-11-01iotests/300: avoid abnormal shutdown race conditionJohn Snow1-8/+5
2021-11-01iotests: Conditionally silence certain AQMP errorsJohn Snow2-5/+27
2021-11-01iotests: Accommodate async QMP Exception classesJohn Snow2-3/+5
2021-11-01python/aqmp: Remove scary messageJohn Snow1-12/+0
2021-11-01python/machine: Handle QMP errors on close more meticulouslyJohn Snow1-6/+42
2021-11-01python/machine: remove has_quit argumentJohn Snow4-23/+22
2021-11-01python: Add iotest linters to test suiteJohn Snow2-0/+8
2021-11-01iotests/linters: Add workaround for mypy bug #9852John Snow1-1/+3
2021-11-01iotests/linters: Add entry point for linting via Python CIJohn Snow1-0/+27
2021-11-01iotests: split linters.py out from 297John Snow2-61/+87
2021-11-01iotests/297: split test into sub-casesJohn Snow1-23/+38
2021-11-01iotests/297: update tool availability checksJohn Snow1-4/+5
2021-11-01iotests/297: Change run_linter() to raise an exception on failureJohn Snow1-10/+14
2021-11-01iotests/297: refactor run_[mypy|pylint] as generic execution shimJohn Snow1-22/+24
2021-11-01iotests/297: Split run_linters apart into run_pylint and run_mypyJohn Snow1-14/+24
2021-11-01iotests/297: Don't rely on distro-specific linter binariesJohn Snow1-2/+2
2021-11-01iotests/297: Create main() functionJohn Snow1-4/+8
2021-11-01iotests/297: Add get_files() functionJohn Snow1-2/+7
2021-11-01iotests/297: Split mypy configuration out into mypy.iniJohn Snow2-13/+13
2021-11-01iotests/297: Move pylint config into pylintrcJohn Snow2-3/+17
2021-10-30Merge remote-tracking branch 'remotes/philmd/tags/renesas-20211030' into stagingRichard Henderson17-1712/+1741
2021-10-30hw/timer/sh_timer: Remove use of hw_errorBALATON Zoltan1-15/+25
2021-10-30hw/timer/sh_timer: Fix timer memory region sizeBALATON Zoltan1-4/+3
2021-10-30hw/timer/sh_timer: Do not wrap lines that are not too longBALATON Zoltan1-6/+3
2021-10-30hw/timer/sh_timer: Rename sh_timer_state to SHTimerStateBALATON Zoltan1-9/+9
2021-10-30hw/intc/sh_intc: Remove unneeded local variable initialisersBALATON Zoltan1-11/+10
2021-10-30hw/intc/sh_intc: Simplify allocating sources arrayBALATON Zoltan1-11/+4
2021-10-30hw/intc/sh_intc: Avoid using continue in loopsBALATON Zoltan1-24/+20
2021-10-30hw/intc/sh_intc: Replace abort() with g_assert_not_reached()BALATON Zoltan1-5/+3
2021-10-30hw/intc/sh_intc: Inline and drop sh_intc_source() functionBALATON Zoltan3-35/+25
2021-10-30hw/intc/sh_intc: Use array index instead of pointer arithmeticsBALATON Zoltan1-14/+14
2021-10-30hw/intc/sh_intc: Remove excessive parenthesisBALATON Zoltan1-4/+5
2021-10-30hw/intc/sh_intc: Move sh_intc_register() closer to its only userBALATON Zoltan1-30/+30
2021-10-30hw/intc/sh_intc: Drop another useless macroBALATON Zoltan1-11/+4
2021-10-30hw/intc/sh_intc: Rename iomem regionBALATON Zoltan1-7/+4
2021-10-30hw/intc/sh_intc: Turn some defines into an enumBALATON Zoltan1-24/+18