index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-26
tcg/riscv: Add the target init code
Alistair Francis
1
-0
/
+31
2018-12-26
tcg/riscv: Add the prologue generation and register the JIT
Alistair Francis
1
-0
/
+111
2018-12-26
tcg/riscv: Add the out op decoder
Alistair Francis
1
-0
/
+496
2018-12-26
tcg/riscv: Add direct load and store instructions
Alistair Francis
1
-0
/
+158
2018-12-26
tcg/riscv: Add slowpath load and store instructions
Alistair Francis
1
-0
/
+256
2018-12-26
tcg/riscv: Add branch and jump instructions
Alistair Francis
1
-0
/
+145
2018-12-26
tcg/riscv: Add the add2 and sub2 instructions
Alistair Francis
1
-0
/
+55
2018-12-26
tcg/riscv: Add the out load and store instructions
Alistair Francis
1
-0
/
+65
2018-12-26
tcg/riscv: Add the extract instructions
Alistair Francis
1
-0
/
+34
2018-12-26
tcg/riscv: Add the mov and movi instruction
Alistair Francis
1
-0
/
+86
2018-12-26
tcg/riscv: Add the relocation functions
Alistair Francis
1
-0
/
+88
2018-12-26
tcg/riscv: Add the instruction emitters
Alistair Francis
1
-0
/
+48
2018-12-26
tcg/riscv: Add the immediate encoders
Alistair Francis
1
-0
/
+90
2018-12-26
tcg/riscv: Add support for the constraints
Alistair Francis
1
-0
/
+168
2018-12-26
tcg/riscv: Add the tcg target registers
Alistair Francis
1
-0
/
+118
2018-12-26
tcg/riscv: Add the tcg-target.h file
Alistair Francis
2
-1
/
+186
2018-12-26
exec: Add RISC-V GCC poison macro
Alistair Francis
1
-0
/
+1
2018-12-26
linux-user: Add host dependency for RISC-V 64-bit
Alistair Francis
2
-0
/
+12
2018-12-26
linux-user: Add host dependency for RISC-V 32-bit
Alistair Francis
2
-0
/
+12
2018-12-26
elf.h: Add the RISCV ELF magic numbers
Alistair Francis
1
-0
/
+55
2018-12-22
Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into sta...
Peter Maydell
25
-418
/
+2082
2018-12-22
pvrdma: check return value from pvrdma_idx_ring_has_ routines
Prasad J Pandit
1
-18
/
+11
2018-12-22
rdma: remove unused VENDOR_ERR_NO_SGE macro
Prasad J Pandit
1
-2
/
+1
2018-12-22
pvrdma: release ring object in case of an error
Prasad J Pandit
1
-11
/
+26
2018-12-22
pvrdma: check number of pages when creating rings
Prasad J Pandit
1
-0
/
+11
2018-12-22
pvrdma: add uar_read routine
Prasad J Pandit
1
-0
/
+6
2018-12-22
rdma: check num_sge does not exceed MAX_SGE
Prasad J Pandit
1
-6
/
+6
2018-12-22
pvrdma: release device resources in case of an error
Prasad J Pandit
1
-1
/
+2
2018-12-22
docs: Update pvrdma device documentation
Yuval Shaia
1
-19
/
+107
2018-12-22
hw/rdma: Do not call rdma_backend_del_gid on an empty gid
Yuval Shaia
1
-0
/
+4
2018-12-22
hw/rdma: Do not use bitmap_zero_extend to free bitmap
Yuval Shaia
1
-1
/
+1
2018-12-22
hw/pvrdma: Clean device's resource when system is shutdown
Yuval Shaia
2
-0
/
+17
2018-12-22
vl: Introduce shutdown_notifiers
Yuval Shaia
2
-1
/
+15
2018-12-22
hw/rdma: Remove unneeded code that handles more that one port
Yuval Shaia
3
-21
/
+19
2018-12-22
hw/pvrdma: Fill error code in command's response
Yuval Shaia
1
-108
/
+91
2018-12-22
hw/pvrdma: Fill all CQE fields
Yuval Shaia
3
-36
/
+58
2018-12-22
hw/pvrdma: Make device state depend on Ethernet function state
Yuval Shaia
1
-1
/
+2
2018-12-22
hw/rdma: Initialize node_guid from vmxnet3 mac address
Yuval Shaia
3
-11
/
+13
2018-12-22
hw/pvrdma: Make sure PCI function 0 is vmxnet3
Yuval Shaia
2
-0
/
+14
2018-12-22
vmxnet3: Move some definitions to header file
Yuval Shaia
2
-115
/
+134
2018-12-22
hw/pvrdma: Add support to allow guest to configure GID table
Yuval Shaia
11
-163
/
+462
2018-12-22
qapi: Define new QMP message for pvrdma
Yuval Shaia
4
-1
/
+42
2018-12-22
hw/pvrdma: Set the correct opcode for send completion
Yuval Shaia
1
-1
/
+1
2018-12-22
hw/pvrdma: Set the correct opcode for recv completion
Yuval Shaia
1
-1
/
+2
2018-12-22
hw/pvrdma: Make default pkey 0xFFFF
Yuval Shaia
1
-1
/
+1
2018-12-22
hw/pvrdma: Make function reset_device return void
Yuval Shaia
1
-3
/
+1
2018-12-22
hw/rdma: Add support for MAD packets
Yuval Shaia
5
-10
/
+260
2018-12-22
hw/rdma: Abort send-op if fail to create addr handler
Yuval Shaia
1
-0
/
+4
2018-12-22
hw/rdma: Return qpn 1 if ibqp is NULL
Yuval Shaia
1
-1
/
+1
2018-12-22
hw/rdma: Add ability to force notification without re-arm
Yuval Shaia
3
-5
/
+21
[next]