aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-26tcg: Add preferred_reg argument to tcg_reg_alloc_do_moviRichard Henderson
2018-12-26tcg: Add preferred_reg argument to temp_syncRichard Henderson
2018-12-26tcg: Add preferred_reg argument to temp_loadRichard Henderson
2018-12-26tcg: Add preferred_reg argument to tcg_reg_allocRichard Henderson
2018-12-26tcg: Add reachable_code_passRichard Henderson
2018-12-26tcg: Reference count labelsRichard Henderson
2018-12-26tcg: Add TCG_CALL_NO_RETURNRichard Henderson
2018-12-26tcg: Renumber TCG_CALL_* flagsRichard Henderson
2018-12-26linux-user: Add safe_syscall for riscv64 hostRichard Henderson
2018-12-26disas/microblaze: Remove unused REG_SP macroRichard Henderson
2018-12-26configure: Add support for building RISC-V hostAlistair Francis
2018-12-26disas: Add RISC-V supportAlistair Francis
2018-12-26tcg: Add RISC-V cpu signal handlerAlistair Francis
2018-12-26tcg/riscv: Add the target init codeAlistair Francis
2018-12-26tcg/riscv: Add the prologue generation and register the JITAlistair Francis
2018-12-26tcg/riscv: Add the out op decoderAlistair Francis
2018-12-26tcg/riscv: Add direct load and store instructionsAlistair Francis
2018-12-26tcg/riscv: Add slowpath load and store instructionsAlistair Francis
2018-12-26tcg/riscv: Add branch and jump instructionsAlistair Francis
2018-12-26tcg/riscv: Add the add2 and sub2 instructionsAlistair Francis
2018-12-26tcg/riscv: Add the out load and store instructionsAlistair Francis
2018-12-26tcg/riscv: Add the extract instructionsAlistair Francis
2018-12-26tcg/riscv: Add the mov and movi instructionAlistair Francis
2018-12-26tcg/riscv: Add the relocation functionsAlistair Francis
2018-12-26tcg/riscv: Add the instruction emittersAlistair Francis
2018-12-26tcg/riscv: Add the immediate encodersAlistair Francis
2018-12-26tcg/riscv: Add support for the constraintsAlistair Francis
2018-12-26tcg/riscv: Add the tcg target registersAlistair Francis
2018-12-26tcg/riscv: Add the tcg-target.h fileAlistair Francis
2018-12-26exec: Add RISC-V GCC poison macroAlistair Francis
2018-12-26linux-user: Add host dependency for RISC-V 64-bitAlistair Francis
2018-12-26linux-user: Add host dependency for RISC-V 32-bitAlistair Francis
2018-12-26elf.h: Add the RISCV ELF magic numbersAlistair Francis
2018-12-22Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into sta...Peter Maydell
2018-12-22pvrdma: check return value from pvrdma_idx_ring_has_ routinesPrasad J Pandit
2018-12-22rdma: remove unused VENDOR_ERR_NO_SGE macroPrasad J Pandit
2018-12-22pvrdma: release ring object in case of an errorPrasad J Pandit
2018-12-22pvrdma: check number of pages when creating ringsPrasad J Pandit
2018-12-22pvrdma: add uar_read routinePrasad J Pandit
2018-12-22rdma: check num_sge does not exceed MAX_SGEPrasad J Pandit
2018-12-22pvrdma: release device resources in case of an errorPrasad J Pandit
2018-12-22docs: Update pvrdma device documentationYuval Shaia
2018-12-22hw/rdma: Do not call rdma_backend_del_gid on an empty gidYuval Shaia
2018-12-22hw/rdma: Do not use bitmap_zero_extend to free bitmapYuval Shaia
2018-12-22hw/pvrdma: Clean device's resource when system is shutdownYuval Shaia
2018-12-22vl: Introduce shutdown_notifiersYuval Shaia
2018-12-22hw/rdma: Remove unneeded code that handles more that one portYuval Shaia
2018-12-22hw/pvrdma: Fill error code in command's responseYuval Shaia
2018-12-22hw/pvrdma: Fill all CQE fieldsYuval Shaia
2018-12-22hw/pvrdma: Make device state depend on Ethernet function stateYuval Shaia