summaryrefslogtreecommitdiffstats
path: root/hw/net/rocker
Commit message (Expand)AuthorAgeFilesLines
* msix: Assert that specified vector is in rangeAkihiko Odaki2022-11-071-20/+3Star
* hw/net/rocker: Avoid undefined shifts with more than 31 portsPeter Maydell2022-08-091-2/+2
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-1/+1
* net/rocker: use GDateTime for formatting timestamp in debug messagesDaniel P. Berrangé2021-07-141-8/+3Star
* Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell2021-01-011-0/+1
|\
| * qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* | qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2020-12-191-15/+5Star
* | rocker: Revamp fp_port_get_infoEric Blake2020-12-193-15/+12Star
|/
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-0/+1
* rocker: Move QOM macros to headerEduardo Habkost2020-08-272-6/+5Star
* 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-162-2/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* 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
* compiler: add a sizeof_field() macroStefan Hajnoczi2018-06-271-1/+1
* rocker: drop an unused includeMichael S. Tsirkin2018-06-011-1/+0Star
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-024-4/+4
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-093-0/+3
* 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-085-87/+6Star
* net/rocker: Cleanup the useless return value checkMao Zhongyi2017-06-072-9/+4Star
* 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
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-1/+1
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-127-20/+19Star
* hw/net/rocker: Don't use *_to_cpup()Peter Maydell2016-06-271-3/+3
* rocker: Use DIV_ROUND_UPLaurent Vivier2016-06-071-3/+2Star
* rocker: allow user to specify rocker world by propertyJiri Pirko2016-03-081-1/+28
* rocker: add name field into WorldOps ale let world specify its nameJiri Pirko2016-03-083-6/+3Star
* rocker: return -ENOMEM in case of some world alloc failsJiri Pirko2016-03-081-0/+1
* rocker: forbid to change world typeJiri Pirko2016-03-083-1/+13
* hw/net: Clean up includesPeter Maydell2016-01-296-0/+6
* net: rocker: fix an incorrect array bounds checkPrasad J Pandit2016-01-111-4/+4
* error: More error_setg() usageEric Blake2015-11-112-12/+6Star
* rocker: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-10-084-9/+8Star
* maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-112-9/+3Star
* rocker: mark copy-to-cpu pkts as forwarding offloadedScott Feldman2015-07-074-3/+11
* rocker: return -1 when dropping packet on ingressScott Feldman2015-07-071-1/+1
* rocker: fix missing break statementsScott Feldman2015-07-071-0/+2
* rocker: fix misplaced break statementScott Feldman2015-07-071-1/+1
* rocker: don't queue receive pkts when port is disabledScott Feldman2015-07-071-8/+10
* rocker: fix memory leakGonglei2015-07-071-1/+2