aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-19hw/riscv: sifive_u: Add reset functionalityBin Meng
2020-06-19hw/riscv: sifive_gpio: Do not blindly trigger output IRQsBin Meng
2020-06-19hw/riscv: sifive_u: Hook a GPIO controllerBin Meng
2020-06-19hw/riscv: sifive_gpio: Add a new 'ngpio' propertyBin Meng
2020-06-19hw/riscv: sifive_gpio: Clean up the codesBin Meng
2020-06-19hw/riscv: sifive_u: Generate device tree node for OTPBin Meng
2020-06-19hw/riscv: sifive_u: Simplify the GEM IRQ connect code a little bitBin Meng
2020-06-19hw/riscv: opentitan: Remove the riscv_ prefix of the machine* and soc* functionsBin Meng
2020-06-19hw/riscv: sifive_e: Remove the riscv_ prefix of the machine* and soc* functionsBin Meng
2020-06-19target/riscv: Use a smaller guess size for no-MMU PMPAlistair Francis
2020-06-19riscv/opentitan: Connect the UART deviceAlistair Francis
2020-06-19riscv/opentitan: Connect the PLIC deviceAlistair Francis
2020-06-19hw/intc: Initial commit of lowRISC Ibex PLICAlistair Francis
2020-06-19hw/char: Initial commit of Ibex UARTAlistair Francis
2020-06-19riscv/opentitan: Fix the ROM sizeAlistair Francis
2020-06-19target/riscv: Implement checks for hfenceAlistair Francis
2020-06-19target/riscv: Move the hfence instructions to the rvh decodeAlistair Francis
2020-06-19target/riscv: Report errors validating 2nd-stage PTEsAlistair Francis
2020-06-19target/riscv: Set access as data_load when validating stage-2 PTEsAlistair Francis
2020-06-19riscv: Keep the CPU init routine names consistentBin Meng
2020-06-19riscv: Generalize CPU init routine for the imacu CPUBin Meng
2020-06-19riscv: Generalize CPU init routine for the gcsu CPUBin Meng
2020-06-19riscv: Generalize CPU init routine for the base CPUBin Meng
2020-06-19sifive_e: Support the revB machineAlistair Francis
2020-06-19riscv: Add helper to make NaN-boxing for FP registerIan Jiang
2020-06-19Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200618' into stagingPeter Maydell
2020-06-18Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2020-06-18Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200617a'...Peter Maydell
2020-06-18net: Drop the NetLegacy structure, always use Netdev insteadThomas Huth
2020-06-18net: Drop the legacy "name" parameter from the -net optionThomas Huth
2020-06-18hw/net/e1000e: Do not abort() on invalid PSRCTL register valuePhilippe Mathieu-Daudé
2020-06-18colo-compare: Fix memory leak in packet_enqueue()Derek Su
2020-06-18net/colo-compare.c: Correct ordering in complete and finalizeLukas Straub
2020-06-18net/colo-compare.c: Check that colo-compare is activeLukas Straub
2020-06-18net/colo-compare.c: Only hexdump packets if tracing is enabledLukas Straub
2020-06-18net/colo-compare.c: Fix deadlock in compare_chr_sendLukas Straub
2020-06-18chardev/char.c: Use qemu_co_sleep_ns if in coroutineLukas Straub
2020-06-18net/colo-compare.c: Create event_bh with the right AioContextLukas Straub
2020-06-18net: use peer when purging queue in qemu_flush_or_purge_queue_packets()Jason Wang
2020-06-18net: cadence_gem: Fix RX address filteringTong Ho
2020-06-18net: cadence_gem: TX_LAST bit should be set by guestSai Pavan Boddu
2020-06-18net: cadence_gem: Update the reset value for interrupt mask registerSai Pavan Boddu
2020-06-18net: cadnece_gem: Update irq_read_clear field of designcfg_debug1 regSai Pavan Boddu
2020-06-18net: cadence_gem: Add support for jumbo framesSai Pavan Boddu
2020-06-18net: cadence_gem: Fix up code styleSai Pavan Boddu
2020-06-18net: cadence_gem: Move tx/rx packet buffert to CadenceGEMStateSai Pavan Boddu
2020-06-18net: cadence_gem: Set ISR according to queue in useSai Pavan Boddu
2020-06-18net: cadence_gem: Define access permission for interrupt registersSai Pavan Boddu
2020-06-18net: cadence_gem: Fix irq update w.r.t queueSai Pavan Boddu
2020-06-18net: cadence_gem: Fix the queue address update during wrap aroundSai Pavan Boddu