aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-25hw/gpio: replace HWADDR_PRIx with PRIx64Jamin Lin2-5/+5
2022-05-25hw/gpio support GPIO index mode for write operation.Jamin Lin2-0/+182
2022-05-25hw/gpio: Add ASPEED GPIO model for AST1030Jamin Lin2-0/+38
2022-05-25hw/gpio Add GPIO read/write trace event.Jamin Lin2-15/+43
2022-05-25hw: aspeed: Init all UART's with serial devicesPeter Delevoryas1-0/+9
2022-05-25hw: aspeed: Introduce common UART init functionPeter Delevoryas4-14/+17
2022-05-25hw: aspeed: Ensure AST1030 respects uart-defaultPeter Delevoryas1-3/+3
2022-05-25hw: aspeed: Add uarts_num SoC attributePeter Delevoryas4-0/+5
2022-05-25hw: aspeed: Add missing UART'sPeter Delevoryas4-0/+57
2022-05-25aspeed: Introduce a get_irq AspeedSoCClass methodCédric Le Goater4-7/+19
2022-05-25hw: m25p80: allow write_enable latch get/setIris Chen5-32/+98
2022-05-25docs: aspeed: Add fby35 boardPeter Delevoryas1-0/+1
2022-05-25hw/arm/aspeed: Add fby35 machine typePeter Delevoryas1-0/+63
2022-05-25docs: add minibmc section in aspeed documentJamin Lin1-0/+61
2022-05-24Merge tag 'pull-riscv-to-apply-20220525' of github.com:alistair23/qemu into s...Richard Henderson15-209/+325
2022-05-24hw/core: loader: Set is_linux to true for VxWorks uImageBin Meng1-0/+15
2022-05-24hw/core: Sync uboot_image.h from U-Boot v2022.01Bin Meng1-71/+142
2022-05-24target/riscv: add zicsr/zifencei to isa_stringHongren (Zenithal) Zheng1-0/+2
2022-05-24hw/riscv: virt: Fix interrupt parent for dynamic platform devicesAnup Patel1-13/+12
2022-05-24target/riscv: Set [m|s]tval for both illegal and virtual instruction trapsAnup Patel4-5/+23
2022-05-24target/riscv: Fix hstatus.GVA bit setting for traps taken from HS-modeAnup Patel1-2/+1
2022-05-24target/riscv: Fix csr number based privilege checkingAnup Patel1-2/+6
2022-05-24target/riscv: Fix typo of mimpid cpu optionFrank Chang3-7/+7
2022-05-24target/riscv: check 'I' and 'E' after checking 'G' in riscv_cpu_realizeWeiwei Li1-12/+12
2022-05-24hw/riscv/sifive_u: Resolve redundant property accessorsBernhard Beschow1-20/+4
2022-05-24hw/vfio/pci-quirks: Resolve redundant property gettersBernhard Beschow1-25/+9
2022-05-24target/riscv: Move/refactor ISA extension checksTsukasa OI1-15/+16
2022-05-24target/riscv: FP extension requirementsTsukasa OI1-0/+25
2022-05-24target/riscv: Change "G" expansionTsukasa OI1-2/+5
2022-05-24target/riscv: Disable "G" by defaultTsukasa OI1-1/+1
2022-05-24target/riscv: Fix coding style on "G" expansionTsukasa OI1-2/+2
2022-05-24hw/riscv: Make CPU config error handling generous (sifive_e/u/opentitan)Tsukasa OI3-4/+4
2022-05-24hw/riscv: Make CPU config error handling generous (virt/spike)Tsukasa OI2-2/+2
2022-05-24target/riscv: Add short-isa-string optionTsukasa OI2-1/+7
2022-05-24target/riscv: Move Zhinx* extensions on ISA stringTsukasa OI1-2/+2
2022-05-24hw/intc: Pass correct hartid while updating mtimecmpAtish Patra1-1/+2
2022-05-24target/riscv: rvv: Fix early exit condition for whole register load/storeeopXD1-27/+31
2022-05-24target/riscv: Fix VS mode hypervisor CSR accessDylan Reid1-5/+5
2022-05-23linux-user/host/s390: Treat EX and EXRL as writesIlya Leoshkevich1-0/+7
2022-05-23tests/tcg/s390x: Test unwinding from signal handlersIlya Leoshkevich1-14/+55
2022-05-23linux-user/s390x: Fix unwinding from signal handlersIlya Leoshkevich1-0/+5
2022-05-23linux-user: Remove pointless CPU{ARCH}State castsPhilippe Mathieu-Daudé3-28/+25
2022-05-23linux-user: Have do_syscall() use CPUArchState* instead of void*Philippe Mathieu-Daudé6-129/+129
2022-05-23linux-user/elfload: Remove pointless non-const CPUArchState castPhilippe Mathieu-Daudé1-1/+1
2022-05-23linux-user/syscall.c: fix build without RLIMIT_RTTIMEFabrice Fontaine1-0/+2
2022-05-23hostmem: default the amount of prealloc-threads to smp-cpusJaroslav Jindrak1-1/+1
2022-05-23target/i386: Remove LBREn bit check when access Arch LBR MSRsYang Weijiang1-12/+9
2022-05-23linux-user: Clean up arg_start/arg_end confusionRichard Henderson5-14/+28
2022-05-20Merge tag 'pull-request-2022-05-18' of https://gitlab.com/thuth/qemu into sta...Richard Henderson20-329/+59
2022-05-19Merge tag 'pull-target-arm-20220519' of https://git.linaro.org/people/pmaydel...Richard Henderson46-228/+697