index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
Commit message (
Expand
)
Author
Age
Files
Lines
*
pvrdma: check return value from pvrdma_idx_ring_has_ routines
Prasad J Pandit
2018-12-22
1
-18
/
+11
*
rdma: remove unused VENDOR_ERR_NO_SGE macro
Prasad J Pandit
2018-12-22
1
-2
/
+1
*
pvrdma: release ring object in case of an error
Prasad J Pandit
2018-12-22
1
-11
/
+26
*
pvrdma: check number of pages when creating rings
Prasad J Pandit
2018-12-22
1
-0
/
+11
*
pvrdma: add uar_read routine
Prasad J Pandit
2018-12-22
1
-0
/
+6
*
rdma: check num_sge does not exceed MAX_SGE
Prasad J Pandit
2018-12-22
1
-6
/
+6
*
pvrdma: release device resources in case of an error
Prasad J Pandit
2018-12-22
1
-1
/
+2
*
hw/rdma: Do not call rdma_backend_del_gid on an empty gid
Yuval Shaia
2018-12-22
1
-0
/
+4
*
hw/rdma: Do not use bitmap_zero_extend to free bitmap
Yuval Shaia
2018-12-22
1
-1
/
+1
*
hw/pvrdma: Clean device's resource when system is shutdown
Yuval Shaia
2018-12-22
2
-0
/
+17
*
hw/rdma: Remove unneeded code that handles more that one port
Yuval Shaia
2018-12-22
3
-21
/
+19
*
hw/pvrdma: Fill error code in command's response
Yuval Shaia
2018-12-22
1
-108
/
+91
*
hw/pvrdma: Fill all CQE fields
Yuval Shaia
2018-12-22
3
-36
/
+58
*
hw/pvrdma: Make device state depend on Ethernet function state
Yuval Shaia
2018-12-22
1
-1
/
+2
*
hw/rdma: Initialize node_guid from vmxnet3 mac address
Yuval Shaia
2018-12-22
3
-11
/
+13
*
hw/pvrdma: Make sure PCI function 0 is vmxnet3
Yuval Shaia
2018-12-22
2
-0
/
+14
*
vmxnet3: Move some definitions to header file
Yuval Shaia
2018-12-22
2
-115
/
+134
*
hw/pvrdma: Add support to allow guest to configure GID table
Yuval Shaia
2018-12-22
11
-163
/
+462
*
hw/pvrdma: Set the correct opcode for send completion
Yuval Shaia
2018-12-22
1
-1
/
+1
*
hw/pvrdma: Set the correct opcode for recv completion
Yuval Shaia
2018-12-22
1
-1
/
+2
*
hw/pvrdma: Make default pkey 0xFFFF
Yuval Shaia
2018-12-22
1
-1
/
+1
*
hw/pvrdma: Make function reset_device return void
Yuval Shaia
2018-12-22
1
-3
/
+1
*
hw/rdma: Add support for MAD packets
Yuval Shaia
2018-12-22
5
-10
/
+260
*
hw/rdma: Abort send-op if fail to create addr handler
Yuval Shaia
2018-12-22
1
-0
/
+4
*
hw/rdma: Return qpn 1 if ibqp is NULL
Yuval Shaia
2018-12-22
1
-1
/
+1
*
hw/rdma: Add ability to force notification without re-arm
Yuval Shaia
2018-12-22
3
-5
/
+21
*
hw/pvrdma: Check the correct return value
Yuval Shaia
2018-12-22
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20181221' into...
Peter Maydell
2018-12-21
17
-104
/
+3393
|
\
|
*
spapr: change default CPU type to POWER9
Cédric Le Goater
2018-12-20
1
-1
/
+2
|
*
spapr: introduce an 'ic-mode' machine option
Cédric Le Goater
2018-12-20
3
-33
/
+54
|
*
spapr: add an extra OV5 field to the sPAPR IRQ backend
Cédric Le Goater
2018-12-20
2
-7
/
+29
|
*
spapr: add a 'reset' method to the sPAPR IRQ backend
Cédric Le Goater
2018-12-20
3
-1
/
+53
|
*
spapr: extend the sPAPR IRQ backend for XICS migration
Cédric Le Goater
2018-12-20
2
-8
/
+32
|
*
spapr: allocate the interrupt thread context under the CPU core
Cédric Le Goater
2018-12-20
3
-3
/
+39
|
*
spapr: add device tree support for the XIVE exploitation mode
Cédric Le Goater
2018-12-20
4
-2
/
+74
|
*
spapr: add hcalls support for the XIVE exploitation interrupt mode
Cédric Le Goater
2018-12-20
2
-0
/
+984
|
*
spapr: introduce a new machine IRQ backend for XIVE
Cédric Le Goater
2018-12-20
1
-0
/
+93
|
*
spapr-iommu: Always advertise the maximum possible DMA window size
Alexey Kardashevskiy
2018-12-20
1
-16
/
+3
|
*
spapr/xive: use the VCPU id as a NVT identifier
Cédric Le Goater
2018-12-20
1
-1
/
+55
|
*
spapr/xive: introduce a XIVE interrupt controller
Cédric Le Goater
2018-12-20
2
-0
/
+367
|
*
ppc/xive: notify the CPU when the interrupt priority is more privileged
Cédric Le Goater
2018-12-20
1
-1
/
+95
|
*
ppc/xive: introduce a simplified XIVE presenter
Cédric Le Goater
2018-12-20
1
-0
/
+190
|
*
ppc/xive: introduce the XIVE interrupt thread context
Cédric Le Goater
2018-12-20
1
-0
/
+424
|
*
ppc/xive: add support for the END Event State Buffers
Cédric Le Goater
2018-12-20
1
-2
/
+158
|
*
spapr: export and rename the xics_max_server_number() routine
Cédric Le Goater
2018-12-20
1
-4
/
+4
|
*
spapr: introduce a spapr_irq_init() routine
Cédric Le Goater
2018-12-20
2
-6
/
+12
|
*
spapr: initialize VSMT before initializing the IRQ backend
Cédric Le Goater
2018-12-20
1
-5
/
+6
|
*
ppc/xive: introduce the XIVE Event Notification Descriptors
Cédric Le Goater
2018-12-20
1
-0
/
+174
|
*
ppc/xive: introduce the XiveRouter model
Cédric Le Goater
2018-12-20
1
-0
/
+77
|
*
ppc/xive: introduce the XiveNotifier interface
Cédric Le Goater
2018-12-20
1
-0
/
+25
[next]