aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2019-01-07hostmem: use object id for memory region name with >= 4.0Marc-André Lureau1-0/+8
2019-01-07qdev-props: call object_apply_global_props()Marc-André Lureau1-22/+2
2019-01-07qdev-props: remove errp from GlobalPropertyMarc-André Lureau1-2/+2
2019-01-07qdev-props: convert global_props to GPtrArrayMarc-André Lureau1-9/+20
2019-01-07qdev: all globals are now user-providedMarc-André Lureau1-4/+0
2019-01-07qdev: make a separate helper function to apply compat propertiesMarc-André Lureau1-1/+5
2019-01-07compat: remove remaining PC_COMPAT macrosMarc-André Lureau2-37/+252
2019-01-07include: remove compat.hMarc-André Lureau3-3/+0
2019-01-07compat: replace PC_COMPAT_2_1 & HW_COMPAT_2_1 macrosMarc-André Lureau4-12/+54
2019-01-07compat: replace PC_COMPAT_2_2 & HW_COMPAT_2_2 macrosMarc-André Lureau4-8/+104
2019-01-07compat: replace PC_COMPAT_2_3 & HW_COMPAT_2_3 macrosMarc-André Lureau4-9/+133
2019-01-07compat: replace PC_COMPAT_2_4 & HW_COMPAT_2_4 macrosMarc-André Lureau6-13/+106
2019-01-07compat: replace PC_COMPAT_2_5 & HW_COMPAT_2_5 macrosMarc-André Lureau6-14/+35
2019-01-07compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macrosMarc-André Lureau7-14/+47
2019-01-07compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macrosMarc-André Lureau7-19/+66
2019-01-07compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macrosMarc-André Lureau7-16/+82
2019-01-07compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macrosMarc-André Lureau7-17/+37
2019-01-07compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macrosMarc-André Lureau7-25/+37
2019-01-07compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macrosMarc-André Lureau7-19/+41
2019-01-07compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macrosMarc-André Lureau7-20/+57
2019-01-07compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macrosMarc-André Lureau7-23/+27
2019-01-07compat: replace PC_COMPAT_3_1 & HW_COMPAT_3_1 macrosMarc-André Lureau7-25/+29
2019-01-07machine: move compat properties out of globalsMarc-André Lureau6-716/+637
2019-01-07hw: apply machine compat properties without touching globalsMarc-André Lureau7-90/+147
2019-01-07machines: replace COMPAT define with a static arrayMarc-André Lureau5-431/+574
2019-01-07hw: apply accel compat properties without touching globalsMarc-André Lureau2-3/+15
2019-01-04fw_cfg: Make qemu_extra_params_fw locallyLi Qiang1-0/+1
2019-01-04fw_cfg: Fix -boot reboot-timeout error checkingLi Qiang1-14/+13
2019-01-04fw_cfg: Fix -boot bootsplash error checkingLi Qiang1-22/+13
2019-01-04fw_cfg: Improve error message when can't load splash fileLi Qiang1-4/+3
2019-01-03Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-3.2-part1'...Peter Maydell6-26/+185
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-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-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-22hw/pvrdma: Set the correct opcode for send completionYuval Shaia1-1/+1