mbox series

[v1,0/1] Convert qdev pointer properties to QOM links

Message ID 20190319010054.7612-1-skrtbhtngr@gmail.com
Headers show
Series Convert qdev pointer properties to QOM links | expand

Message

Sukrit Bhatnagar March 19, 2019, 1 a.m. UTC
Changes made:
- the properties for dma_out and dma_in objects will be added upon
  etraxfs ethernet device initialization
- the qom links for these objects will be added upon the device
  realization and will point to the respective dma controllers
- the qdev properties for them, defined using DEFINE_PROP_PTR and
  set using qdev_prop_set_ptr, are removed


Sukrit Bhatnagar (1):
  etraxfs: convert dma_out and dma_in pointer properties from qdev to
    qom links

 hw/net/etraxfs_eth.c      | 13 ++++++++++---
 include/hw/cris/etraxfs.h |  4 ++--
 2 files changed, 12 insertions(+), 5 deletions(-)