summaryrefslogtreecommitdiffstats
path: root/hw/net/rocker/rocker.c
Commit message (Expand)AuthorAgeFilesLines
* rocker: Move QOM macros to headerEduardo Habkost2020-08-271-5/+0Star
* hw/net/rocker: Report unimplemented feature with qemu_log_mask(UNIMP)Philippe Mathieu-Daudé2020-02-181-6/+9
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-1/+1
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* net/rocker: Fix the unusual macro nameMao Zhongyi2017-09-081-9/+9
* net/rocker: Convert to realize()Mao Zhongyi2017-09-081-16/+11Star
* net/rocker: Plug memory leak in pci_rocker_init()Mao Zhongyi2017-09-081-1/+3
* net/rocker: Remove the dead error handlingMao Zhongyi2017-09-081-46/+1Star
* net/rocker: Cleanup the useless return value checkMao Zhongyi2017-06-071-6/+3Star
* pci: Convert msix_init() to Error and fix callersCao jin2017-02-011-1/+3
* net: rocker: set limit to DMA buffer sizePrasad J Pandit2016-10-261-1/+1
* rocker: allow user to specify rocker world by propertyJiri Pirko2016-03-081-1/+28
* rocker: return -ENOMEM in case of some world alloc failsJiri Pirko2016-03-081-0/+1
* rocker: forbid to change world typeJiri Pirko2016-03-081-1/+7
* hw/net: Clean up includesPeter Maydell2016-01-291-0/+1
* net: rocker: fix an incorrect array bounds checkPrasad J Pandit2016-01-111-4/+4
* error: More error_setg() usageEric Blake2015-11-111-4/+2Star
* rocker: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-10-081-1/+1
* maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-111-3/+1Star
* rocker: mark copy-to-cpu pkts as forwarding offloadedScott Feldman2015-07-071-1/+5
* rocker: fix missing break statementsScott Feldman2015-07-071-0/+2
* rocker: fix memory leakGonglei2015-07-071-1/+2
* qmp/hmp: add rocker device supportScott Feldman2015-06-121-0/+45
* rocker: Add support for phys nameDavid Ahern2015-06-121-1/+22
* rocker: add new rocker switch deviceScott Feldman2015-05-111-0/+1480