aboutsummaryrefslogtreecommitdiff
path: root/hw/net/rocker
AgeCommit message (Expand)AuthorFilesLines
2024-12-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson1-1/+0
2024-12-15hw/net: Constify all PropertyRichard Henderson1-1/+1
2024-11-19hw/net/rocker/rocker_of_dpa.c: Remove superfluous error checkRodrigo Dias Correa1-10/+3
2024-10-03hw/net/rocker: Remove unused rocker_fp_portsDr. David Alan Gilbert2-6/+0
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell1-1/+1
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki1-2/+2
2023-09-20hw/net: spelling fixesMichael Tokarev1-1/+1
2023-09-18hw/net/rocker: Avoid variable length arrayPeter Maydell1-1/+1
2023-02-23rocker: Tweak stubbed out monitor commands' error messagesMarkus Armbruster1-7/+5
2023-02-04rocker: Move HMP commands from monitor to hw/net/rocker/Markus Armbruster1-0/+316
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2-14/+14
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster2-2/+2
2022-12-14qapi rocker: Elide redundant has_FOO in generated CMarkus Armbruster1-11/+2
2022-11-07msix: Assert that specified vector is in rangeAkihiko Odaki1-20/+3
2022-08-09hw/net/rocker: Avoid undefined shifts with more than 31 portsPeter Maydell1-2/+2
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau1-1/+1
2021-07-14net/rocker: use GDateTime for formatting timestamp in debug messagesDaniel P. Berrangé1-8/+3
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell1-0/+1
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake1-15/+5
2020-12-19rocker: Revamp fp_port_get_infoEric Blake3-15/+12
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-0/+1
2020-08-27rocker: Move QOM macros to headerEduardo Habkost2-6/+5
2020-02-18hw/net/rocker: Report unimplemented feature with qemu_log_mask(UNIMP)Philippe Mathieu-Daudé1-6/+9
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster2-2/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-1/+1
2018-06-27compiler: add a sizeof_field() macroStefan Hajnoczi1-1/+1
2018-06-01rocker: drop an unused includeMichael S. Tsirkin1-1/+0
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster4-4/+4
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster3-0/+3
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-09-08net/rocker: Fix the unusual macro nameMao Zhongyi1-9/+9
2017-09-08net/rocker: Convert to realize()Mao Zhongyi1-16/+11
2017-09-08net/rocker: Plug memory leak in pci_rocker_init()Mao Zhongyi1-1/+3
2017-09-08net/rocker: Remove the dead error handlingMao Zhongyi5-87/+6
2017-06-07net/rocker: Cleanup the useless return value checkMao Zhongyi2-9/+4
2017-02-01pci: Convert msix_init() to Error and fix callersCao jin1-1/+3
2016-10-26net: rocker: set limit to DMA buffer sizePrasad J Pandit1-1/+1
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-1/+1
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster7-20/+19
2016-06-27hw/net/rocker: Don't use *_to_cpup()Peter Maydell1-3/+3
2016-06-07rocker: Use DIV_ROUND_UPLaurent Vivier1-3/+2
2016-03-08rocker: allow user to specify rocker world by propertyJiri Pirko1-1/+28
2016-03-08rocker: add name field into WorldOps ale let world specify its nameJiri Pirko3-6/+3