summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * aspeed/hace: Support AST1030 HACESteven Lee2022-05-032-0/+22
| * hw/gpio/aspeed_gpio: Fix QOM pin propertyPeter Delevoryas2022-05-023-2/+90
| * tests/qtest: Add test for Aspeed HACE accumulative modeSteven Lee2022-05-021-0/+147
| * aspeed/hace: Support AST2600 HACESteven Lee2022-05-022-5/+131
| * aspeed/hace: Support HMAC Key Buffer register.Steven Lee2022-05-022-0/+8
| * hw/arm/aspeed: fix AST2500/AST2600 EVB fmc modelJae Hyun Yoo2022-05-021-2/+2
| * test/avocado/machine_aspeed.py: Add ast1030 test caseJamin Lin2022-05-021-0/+36
| * aspeed: Add an AST1030 eval boardJamin Lin2022-05-021-0/+66
| * aspeed/soc : Add AST1030 supportSteven Lee2022-05-023-1/+307
| * aspeed/scu: Add AST1030 supportSteven Lee2022-05-022-0/+88
| * aspeed/timer: Add AST1030 supportSteven Lee2022-05-022-0/+18
| * aspeed/wdt: Add AST1030 supportSteven Lee2022-05-022-0/+25
| * aspeed/wdt: Fix ast2500/ast2600 default reload valueSteven Lee2022-05-022-2/+10
| * aspeed/smc: Add AST1030 supportSteven Lee2022-05-021-0/+157
| * aspeed/adc: Add AST1030 supportSteven Lee2022-05-022-0/+17
| * aspeed: Add eMMC Boot Controller stubJoel Stanley2022-05-022-0/+7
| * aspeed: sbc: Correct default reset valuesJoel Stanley2022-05-021-2/+5
| * hw: aspeed_scu: Introduce clkin_25Mhz attributeSteven Lee2022-05-022-1/+6
| * hw: aspeed_scu: Add AST2600 apb_freq and hpll calculation functionSteven Lee2022-05-022-1/+57
|/
* Merge tag 'pull-9p-20220501' of https://github.com/cschoenebeck/qemu into sta...Richard Henderson2022-05-015-7/+136
|\
| * 9pfs: fix qemu_mknodat() to always return -1 on error on macOS hostChristian Schoenebeck2022-05-011-1/+2
| * 9pfs: fix removing non-existent POSIX ACL xattr on macOS hostChristian Schoenebeck2022-05-011-2/+10
| * 9pfs: fix wrong errno being sent to Linux client on macOS hostChristian Schoenebeck2022-05-012-0/+32
| * 9pfs: fix wrong encoding of rdev field in Rgetattr on macOSChristian Schoenebeck2022-05-012-1/+40
| * 9pfs: fix qemu_mknodat(S_IFSOCK) on macOSChristian Schoenebeck2022-05-011-1/+41
| * 9pfs: fix qemu_mknodat(S_IFREG) on macOSChristian Schoenebeck2022-04-301-0/+9
| * 9pfs: fix inode sequencing in 'synth' driverChristian Schoenebeck2022-04-301-2/+2
|/
* Merge tag 'pull-riscv-to-apply-20220429' of github.com:alistair23/qemu into s...Richard Henderson2022-04-2933-199/+1682
|\
| * hw/riscv: Enable TPM backendsAlistair Francis2022-04-293-0/+25
| * hw/riscv: virt: Add device plug supportAlistair Francis2022-04-291-0/+35
| * hw/riscv: virt: Add support for generating platform FDT entriesAlistair Francis2022-04-291-0/+19
| * hw/riscv: virt: Create a platform busAlistair Francis2022-04-293-20/+56
| * hw/core: Move the ARM sysbus-fdt to coreAlistair Francis2022-04-296-4/+3Star
| * hw/riscv: virt: Add a machine done notifierAlistair Francis2022-04-292-90/+102
| * target/riscv: add scalar crypto related extenstion strings to isa_stringWeiwei Li2022-04-291-0/+13
| * target/riscv: Fix incorrect PTE merge in walk_pteRalf Ramsauer2022-04-291-4/+7
| * target/riscv: rvk: expose zbk* and zk* propertiesWeiwei Li2022-04-291-0/+13
| * disas/riscv.c: rvk: add disas support for Zbk* and Zk* instructionsWeiwei Li2022-04-291-1/+172
| * target/riscv: rvk: add CSR support for ZkrWeiwei Li2022-04-294-3/+103
| * target/riscv: rvk: add support for zksed/zksh extensionWeiwei Li2022-04-294-0/+95
| * target/riscv: rvk: add support for sha512 related instructions for RV64 in zk...Weiwei Li2022-04-292-0/+58
| * target/riscv: rvk: add support for sha512 related instructions for RV32 in zk...Weiwei Li2022-04-292-0/+106
| * target/riscv: rvk: add support for sha256 related instructions in zknh extensionWeiwei Li2022-04-292-0/+60
| * target/riscv: rvk: add support for zkne/zknd extension in RV64Weiwei Li2022-04-294-0/+243
| * target/riscv: rvk: add support for zknd/zkne extension in RV32Weiwei Li2022-04-296-1/+196
| * crypto: move sm4_sbox from target/armWeiwei Li2022-04-294-35/+57
| * target/riscv: rvk: add support for zbkx extensionWeiwei Li2022-04-294-0/+51
| * target/riscv: rvk: add support for zbkc extensionWeiwei Li2022-04-292-3/+4
| * target/riscv: rvk: add support for zbkb extensionWeiwei Li2022-04-295-28/+174
| * target/riscv: rvk: add cfg properties for zbk* and zk*Weiwei Li2022-04-292-0/+36