aboutsummaryrefslogtreecommitdiff
path: root/hw/riscv/sifive_uart.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-17riscv: hw: Remove the unnecessary include of target/riscv/cpu.hBin Meng1-1/+0
2019-09-17riscv: hw: Change to use qemu_log_mask(LOG_GUEST_ERROR, ...) insteadBin Meng1-4/+5
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-03-19riscv: sifive_uart: Generate TX interruptBin Meng1-1/+3
2018-12-20sifive_uart: Implement interrupt pending registerNathaniel Graff1-5/+19
2018-03-07SiFive RISC-V UART DeviceMichael Clark1-0/+176