summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-29target/riscv: remove force HS exceptionJose Martins3-33/+1
2021-10-29target/riscv: fix VS interrupts forwarding to HSJose Martins1-20/+8
2021-10-28target/riscv: Allow experimental J-ext to be turned onAlexey Baturo1-0/+4
2021-10-28target/riscv: Implement address masking functions required for RISC-V Pointer...Anatoly Parshintsev3-2/+57
2021-10-28target/riscv: Support pointer masking for RISC-V for i/c/f/d/a types of instr...Alexey Baturo5-0/+17
2021-10-28target/riscv: Print new PM CSRs in QEMU logsAlexey Baturo1-0/+7
2021-10-28target/riscv: Add J extension state descriptionAlexey Baturo1-0/+27
2021-10-28target/riscv: Support CSRs required for RISC-V PM extension except for the h-...Alexey Baturo3-0/+298
2021-10-28target/riscv: Add CSR defines for RISC-V PM extensionAlexey Baturo1-0/+96
2021-10-28target/riscv: Add J-extension into RISC-VAlexey Baturo1-0/+2
2021-10-28hw/riscv: opentitan: Fixup the PLIC context addressesAlistair Francis1-2/+2
2021-10-28hw/riscv: virt: Use the PLIC config helper functionAlistair Francis1-19/+1
2021-10-28hw/riscv: microchip_pfsoc: Use the PLIC config helper functionAlistair Francis2-14/+1
2021-10-28hw/riscv: sifive_u: Use the PLIC config helper functionAlistair Francis2-14/+1
2021-10-28hw/riscv: boot: Add a PLIC config string functionAlistair Francis2-0/+27
2021-10-28hw/riscv: virt: Don't use a macro for the PLIC configurationAlistair Francis2-2/+1
2021-10-27qapi: Implement deprecated-input={reject,crash} for enum valuesMarkus Armbruster4-6/+38
2021-10-27qapi: Move compat policy from QObject to generic visitorMarkus Armbruster8-36/+25
2021-10-27qapi: Add feature flags to enum membersMarkus Armbruster13-14/+57
2021-10-27qapi: Enable enum member introspection to show more than nameMarkus Armbruster4-10/+54
2021-10-27qapi: Improve input_type_enum()'s error messageMarkus Armbruster8-12/+13
2021-10-279pfs: use P9Array in v9fs_walk()Christian Schoenebeck1-12/+5
2021-10-279pfs: make V9fsPath usable via P9Array APIChristian Schoenebeck2-0/+4
2021-10-279pfs: make V9fsString usable via P9Array APIChristian Schoenebeck2-0