summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-26tcg/riscv: Add the target init codeAlistair Francis1-0/+31
2018-12-26tcg/riscv: Add the prologue generation and register the JITAlistair Francis1-0/+111
2018-12-26tcg/riscv: Add the out op decoderAlistair Francis1-0/+496
2018-12-26tcg/riscv: Add direct load and store instructionsAlistair Francis1-0/+158
2018-12-26tcg/riscv: Add slowpath load and store instructionsAlistair Francis1-0/+256
2018-12-26tcg/riscv: Add branch and jump instructionsAlistair Francis1-0/+145
2018-12-26tcg/riscv: Add the add2 and sub2 instructionsAlistair Francis1-0/+55
2018-12-26tcg/riscv: Add the out load and store instructionsAlistair Francis1-0/+65
2018-12-26tcg/riscv: Add the extract instructionsAlistair Francis1-0/+34
2018-12-26tcg/riscv: Add the mov and movi instructionAlistair Francis1-0/+86
2018-12-26tcg/riscv: Add the relocation functionsAlistair Francis1-0/+88
2018-12-26tcg/riscv: Add the instruction emittersAlistair Francis1-0/+48
2018-12-26tcg/riscv: Add the immediate encodersAlistair Francis1-0/+90
2018-12-26tcg/riscv: Add support for the constraintsAlistair Francis1-0/+168
2018-12-26tcg/riscv: Add the tcg target registersAlistair Francis1-0/+118
2018-12-26tcg/riscv: Add the tcg-target.h fileAlistair Francis2-1/+186
2018-12-26exec: Add RISC-V GCC poison macroAlistair Francis1-0/+1
2018-12-26linux-user: Add host dependency for RISC-V 64-bitAlistair Francis2-0/+12
2018-12-26linux-user: Add host dependency for RISC-V 32-bitAlistair Francis2-0/+12
2018-12-26elf.h: Add the RISCV ELF magic numbersAlistair Francis1-0/+55
2018-12-22Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into sta...Peter Maydell25-418/+2082
2018-12-22pvrdma: check return value from pvrdma_idx_ring_has_ routinesPrasad J Pandit1-18/+11
2018-12-22rdma: remove unused VENDOR_ERR_NO_SGE macroPrasad J Pandit1-2/+1
2018-12-22pvrdma: release ring object in case of an errorPrasad J Pandit1-11/+26
2018-12-22pvrdma: check number of pages when creating ringsPrasad J Pandit1-0/+11
2018-12-22pvrdma: add uar_read routinePrasad J Pandit1-0/+6
2018-12-22rdma: check num_sge does not exceed MAX_SGEPrasad J Pandit1-6/+6
2018-12-22pvrdma: release device resources in case of an errorPrasad J Pandit1-1/+2
2018-12-22docs: Update pvrdma device documentationYuval Shaia1-19/+107
2018-12-22hw/rdma: Do not call rdma_backend_del_gid on an empty gidYuval Shaia1-0/+4
2018-12-22hw/rdma: Do not use bitmap_zero_extend to free bitmapYuval Shaia1-1/+1
2018-12-22hw/pvrdma: Clean device's resource when system is shutdownYuval Shaia2-0/+17
2018-12-22vl: Introduce shutdown_notifiersYuval Shaia2-1/+15
2018-12-22hw/rdma: Remove unneeded code that handles more that one portYuval Shaia3-21/+19
2018-12-22hw/pvrdma: Fill error code in command's responseYuval Shaia1-108/+91
2018-12-22hw/pvrdma: Fill all CQE fieldsYuval Shaia3-36/+58
2018-12-22hw/pvrdma: Make device state depend on Ethernet function stateYuval Shaia1-1/+2
2018-12-22hw/rdma: Initialize node_guid from vmxnet3 mac addressYuval Shaia3-11/+13
2018-12-22hw/pvrdma: Make sure PCI function 0 is vmxnet3Yuval Shaia2-0/+14
2018-12-22vmxnet3: Move some definitions to header fileYuval Shaia2-115/+134
2018-12-22hw/pvrdma: Add support to allow guest to configure GID tableYuval Shaia11-163/+462
2018-12-22qapi: Define new QMP message for pvrdmaYuval Shaia4-1/+42
2018-12-22hw/pvrdma: Set the correct opcode for send completionYuval Shaia1-1/+1
2018-12-22hw/pvrdma: Set the correct opcode for recv completionYuval Shaia1-1/+2
2018-12-22hw/pvrdma: Make default pkey 0xFFFFYuval Shaia1-1/+1
2018-12-22hw/pvrdma: Make function reset_device return voidYuval Shaia1-3/+1
2018-12-22hw/rdma: Add support for MAD packetsYuval Shaia5-10/+260
2018-12-22hw/rdma: Abort send-op if fail to create addr handlerYuval Shaia1-0/+4
2018-12-22hw/rdma: Return qpn 1 if ibqp is NULLYuval Shaia1-1/+1
2018-12-22hw/rdma: Add ability to force notification without re-armYuval Shaia3-5/+21