summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-01vfio/pci: Add support for mmapping sub-page MMIO BARs after live migrationKunkun Jiang
2021-11-01python, iotests: replace qmp with aqmpJohn Snow
2021-11-01python/aqmp: Create sync QMP wrapper for iotestsJohn Snow
2021-11-01iotests/300: avoid abnormal shutdown race conditionJohn Snow
2021-11-01iotests: Conditionally silence certain AQMP errorsJohn Snow
2021-11-01iotests: Accommodate async QMP Exception classesJohn Snow
2021-11-01python/aqmp: Remove scary messageJohn Snow
2021-11-01python/machine: Handle QMP errors on close more meticulouslyJohn Snow
2021-11-01python/machine: remove has_quit argumentJohn Snow
2021-11-01python: Add iotest linters to test suiteJohn Snow
2021-11-01iotests/linters: Add workaround for mypy bug #9852John Snow
2021-11-01iotests/linters: Add entry point for linting via Python CIJohn Snow
2021-11-01iotests: split linters.py out from 297John Snow
2021-11-01iotests/297: split test into sub-casesJohn Snow
2021-11-01iotests/297: update tool availability checksJohn Snow
2021-11-01iotests/297: Change run_linter() to raise an exception on failureJohn Snow
2021-11-01iotests/297: refactor run_[mypy|pylint] as generic execution shimJohn Snow
2021-11-01iotests/297: Split run_linters apart into run_pylint and run_mypyJohn Snow
2021-11-01iotests/297: Don't rely on distro-specific linter binariesJohn Snow
2021-11-01iotests/297: Create main() functionJohn Snow
2021-11-01iotests/297: Add get_files() functionJohn Snow
2021-11-01iotests/297: Split mypy configuration out into mypy.iniJohn Snow
2021-11-01iotests/297: Move pylint config into pylintrcJohn Snow
2021-11-01migration/rdma: Fix out of order wridLi Zhijian
2021-10-30Merge remote-tracking branch 'remotes/philmd/tags/renesas-20211030' into stagingRichard Henderson
2021-10-30hw/timer/sh_timer: Remove use of hw_errorBALATON Zoltan
2021-10-30hw/timer/sh_timer: Fix timer memory region sizeBALATON Zoltan
2021-10-30hw/timer/sh_timer: Do not wrap lines that are not too longBALATON Zoltan
2021-10-30hw/timer/sh_timer: Rename sh_timer_state to SHTimerStateBALATON Zoltan
2021-10-30hw/intc/sh_intc: Remove unneeded local variable initialisersBALATON Zoltan
2021-10-30hw/intc/sh_intc: Simplify allocating sources arrayBALATON Zoltan
2021-10-30hw/intc/sh_intc: Avoid using continue in loopsBALATON Zoltan
2021-10-30hw/intc/sh_intc: Replace abort() with g_assert_not_reached()BALATON Zoltan
2021-10-30hw/intc/sh_intc: Inline and drop sh_intc_source() functionBALATON Zoltan
2021-10-30hw/intc/sh_intc: Use array index instead of pointer arithmeticsBALATON Zoltan
2021-10-30hw/intc/sh_intc: Remove excessive parenthesisBALATON Zoltan
2021-10-30hw/intc/sh_intc: Move sh_intc_register() closer to its only userBALATON Zoltan
2021-10-30hw/intc/sh_intc: Drop another useless macroBALATON Zoltan
2021-10-30hw/intc/sh_intc: Rename iomem regionBALATON Zoltan
2021-10-30hw/intc/sh_intc: Turn some defines into an enumBALATON Zoltan
2021-10-30hw/intc/sh_intc: Use existing macro instead of local oneBALATON Zoltan
2021-10-30hw/char/sh_serial: Add device id to trace outputBALATON Zoltan
2021-10-30hw/char/sh_serial: QOM-ifyBALATON Zoltan
2021-10-30hw/char/sh_serial: Split off sh_serial_reset() from sh_serial_init()BALATON Zoltan
2021-10-30hw/char/sh_serial: Embed QEMUTimer in state structBALATON Zoltan
2021-10-30hw/char/sh_serial: Rename type sh_serial_state to SHSerialStateBALATON Zoltan
2021-10-30hw/char/sh_serial: Do not abort on invalid accessBALATON Zoltan
2021-10-30hw/sh4/r2d: Use error_report instead of fprintf to stderrBALATON Zoltan
2021-10-30hw/sh4: Change debug printfs to tracesBALATON Zoltan
2021-10-30hw/sh4: Fix typos in a commentBALATON Zoltan