summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-0235-36/+0Star
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-0273-74/+0Star
* hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-0251-51/+0Star
* hw: Do not include hw/irq.h if it is not necessaryThomas Huth2021-05-0212-12/+0Star
* hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2021-05-0227-27/+0Star
* hw: Remove superfluous includes of hw/hw.hThomas Huth2021-05-0225-25/+0Star
* ui: Fix memory leak in qemu_xkeymap_mapping_table()Philippe Mathieu-Daudé2021-05-021-5/+10
* hw/usb: Constify VMStateDescriptionPhilippe Mathieu-Daudé2021-05-022-5/+5
* hw/display/qxl: Constify VMStateDescriptionPhilippe Mathieu-Daudé2021-05-021-4/+4
* hw/arm: Constify VMStateDescriptionPhilippe Mathieu-Daudé2021-05-027-10/+10
* vmstate: Constify some VMStateDescriptionsKeqian Zhu2021-05-024-4/+4
* Fix typo in CFI build documentationSerge Guelton2021-05-021-2/+2
* hw/pcmcia: Do not register PCMCIA type if not requiredPhilippe Mathieu-Daudé2021-05-021-1/+1
* hw/ide: Add Kconfig dependency MICRODRIVE -> PCMCIAPhilippe Mathieu-Daudé2021-05-021-0/+1
* hw/arm/pxa2xx: Declare PCMCIA bus with KconfigPhilippe Mathieu-Daudé2021-05-021-0/+1
* accel: kvm: clarify that extra exit data is hexadecimalDavid Edmondson2021-05-021-1/+1
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210501' into...Peter Maydell2021-05-027-85/+112
|\
| * decodetree: Extend argument set syntax to allow typesRichard Henderson2021-05-013-21/+36
| * decodetree: Add support for 64-bit instructionsLuis Fernando Fujita Pires2021-05-011-7/+14
| * decodetree: More use of f-stringsRichard Henderson2021-05-011-27/+23Star
| * decodetree: Introduce whex and whexC helpersRichard Henderson2021-05-011-28/+38
| * exec: Remove accel/tcg/ from include pathsPhilippe Mathieu-Daudé2021-05-014-7/+6Star
|/
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-04-30' into ...Peter Maydell2021-04-3014-111/+429
|\
| * qapi/error.py: enable mypy checksJohn Snow2021-04-301-5/+0Star
| * qapi/error: Add type hintsJohn Snow2021-04-301-2/+9
| * qapi/error.py: enable pylint checksJohn Snow2021-04-301-2/+1Star
| * qapi/error.py: move QAPIParseError to parser.pyJohn Snow2021-04-302-15/+21
| * qapi/error: assert QAPISourceInfo is not NoneJohn Snow2021-04-301-0/+1
| * qapi/error: Make QAPISourceError 'col' parameter optionalJohn Snow2021-04-302-7/+4Star
| * qapi/error: Use Python3-style super()John Snow2021-04-301-1/+1
| * qapi/error: Repurpose QAPIError as an abstract base exception classJohn Snow2021-04-303-5/+14
| * qapi/expr: Update authorship and copyright informationJohn Snow2021-04-301-1/+2
| * qapi/expr.py: Use tuples instead of lists for static dataJohn Snow2021-04-301-2/+2
| * qapi/expr.py: Add docstringsJohn Snow2021-04-301-5/+251
| * qapi/expr: Only explicitly prohibit 'Kind' nor 'List' for type namesJohn Snow2021-04-301-3/+3
| * qapi/expr.py: enable pylint checksJohn Snow2021-04-301-1/+0Star
| * qapi/expr.py: Remove single-letter variableJohn Snow2021-04-301-7/+7
| * qapi/expr.py: Consolidate check_if_str calls in check_ifJohn Snow2021-04-301-17/+16Star
| * qapi/expr.py: add type hint annotationsJohn Snow2021-04-302-30/+43
| * qapi/expr.py: Modify check_keys to accept any CollectionJohn Snow2021-04-301-1/+1
| * qapi/expr.py: Add casts in a few select casesJohn Snow2021-04-301-5/+5
| * qapi/expr.py: Check type of union and alternate 'data' memberJohn Snow2021-04-308-0/+23
| * qapi/expr.py: move string check upwards in check_typeJohn Snow2021-04-301-4/+4
| * qapi/expr.py: Add assertion for union type 'check_dict'John Snow2021-04-301-1/+3
| * qapi/expr.py: constrain incoming expression typesJohn Snow2021-04-301-3/+25
| * qapi/expr.py: Check for dict instead of OrderedDictJohn Snow2021-04-301-3/+2Star
| * qapi/expr.py: Remove 'info' argument from nested check_if_strJohn Snow2021-04-301-3/+3
| * qapi/expr: Comment cleanupJohn Snow2021-04-301-1/+1
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2021-04-3022-679/+1279
|\ \
| * | vhost-user-blk: Fail gracefully on too large queue sizeKevin Wolf2021-04-301-0/+5