aboutsummaryrefslogtreecommitdiff
path: root/hw/net/spapr_llan.c
AgeCommit message (Expand)AuthorFilesLines
9 dayshw/net/spapr: prevent potential NULL dereferenceOleg Sviridov1-0/+6
2023-12-30hw/net: Constify VMStateRichard Henderson1-4/+4
2023-11-21net: Provide MemReentrancyGuard * to qemu_new_nic()Akihiko Odaki1-1/+2
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-01-08Remove superfluous timer_del() callsPeter Maydell1-1/+0
2020-10-28hw/net: move allocation to the heap due to very large stack frameElena Afanasova1-2/+3
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+2
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster1-1/+1
2020-03-31hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé1-2/+2
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-10-04spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helperDavid Gibson1-2/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+2
2019-03-12spapr: Use CamelCase properlyDavid Gibson1-55/+55
2017-02-22hw/net/spapr_llan: 6 byte mac address device tree entrySam Bobroff1-6/+12
2017-01-24hw: Fix typos found by codespellStefan Weil1-2/+2
2016-09-23spapr_llan: convert to trace framework instead of DPRINTFLaurent Vivier1-36/+25
2016-09-07spapr: implement H_CHANGE_LOGICAL_LAN_MAC h_callLaurent Vivier1-0/+30
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-1/+1
2016-05-27hw/net/spapr_llan: Provide counter with dropped rx frames to the guestThomas Huth1-0/+17
2016-05-27hw/net/spapr_llan: Delay flushing of the RX queue while adding new RX buffersThomas Huth1-3/+25
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-05-19hw: do not use VMSTATE_*TLPaolo Bonzini1-4/+4
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+2
2016-03-24hw/net/spapr_llan: Enable the RX buffer pools by default for new machinesThomas Huth1-1/+1
2016-03-24hw/net/spapr_llan: Fix receive buffer handling for better performanceThomas Huth1-2/+216
2016-03-24hw/net/spapr_llan: Extract rx buffer code into separate functionsThomas Huth1-36/+70
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-01-29ppc: Clean up includesPeter Maydell1-0/+1
2015-07-07spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson1-5/+7
2015-03-09spapr_vio: Convert to realize()Markus Armbruster1-4/+2
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini1-8/+0
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei1-2/+0
2014-10-15spapr_lian: add bootindex to qom propertyGonglei1-0/+10
2014-09-08spapr-vlan: Don't touch last entry in buffer listAnton Blanchard1-3/+10
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela1-2/+1
2014-03-20spapr_llan: Add to boot device listAlexey Kardashevskiy1-0/+3
2014-03-05spapr-vlan: flush queue whenever can_receive can go from false to trueAlexey Kardashevskiy1-0/+2
2013-11-08spapr: add vio-bus devices to categoriesAlexey Kardashevskiy1-0/+1
2013-07-29spapr: Rename 'dprintf' to 'DPRINTF'Peter Maydell1-13/+13
2013-07-29pseries: savevm support for PAPR VIO logical lanDavid Gibson1-2/+22
2013-05-06spapr_llan: fix device reenablingAlexey Kardashevskiy1-0/+2
2013-04-26pseries: Convert VIO code to QOM style type safe(ish) castsDavid Gibson1-10/+14
2013-04-08hw: move NICs to hw/net/, configure via default-configs/Paolo Bonzini1-0/+531