summaryrefslogtreecommitdiffstats
path: root/hw/net/spapr_llan.c
Commit message (Expand)AuthorAgeFilesLines
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0Star
* hw/net: move allocation to the heap due to very large stack frameElena Afanasova2020-10-271-2/+3
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* Drop more @errp parameters after previous commitMarkus Armbruster2020-05-151-1/+1
* hw/net: Make NetCanReceive() return a booleanPhilippe Mathieu-Daudé2020-03-311-2/+2
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helperDavid Gibson2019-10-041-2/+1Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+2
* spapr: Use CamelCase properlyDavid Gibson2019-03-121-55/+55
* hw/net/spapr_llan: 6 byte mac address device tree entrySam Bobroff2017-02-221-6/+12
* hw: Fix typos found by codespellStefan Weil2017-01-241-2/+2
* spapr_llan: convert to trace framework instead of DPRINTFLaurent Vivier2016-09-231-36/+25Star
* spapr: implement H_CHANGE_LOGICAL_LAN_MAC h_callLaurent Vivier2016-09-071-0/+30
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-1/+1
* hw/net/spapr_llan: Provide counter with dropped rx frames to the guestThomas Huth2016-05-271-0/+17
* hw/net/spapr_llan: Delay flushing of the RX queue while adding new RX buffersThomas Huth2016-05-271-3/+25
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* hw: do not use VMSTATE_*TLPaolo Bonzini2016-05-191-4/+4
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-03-241-0/+2
|\
| * hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+2
* | hw/net/spapr_llan: Enable the RX buffer pools by default for new machinesThomas Huth2016-03-241-1/+1
* | hw/net/spapr_llan: Fix receive buffer handling for better performanceThomas Huth2016-03-241-2/+216
* | hw/net/spapr_llan: Extract rx buffer code into separate functionsThomas Huth2016-03-241-36/+70
|/
* ppc: Clean up includesPeter Maydell2016-01-291-0/+1
* spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson2015-07-071-5/+7
* spapr_vio: Convert to realize()Markus Armbruster2015-03-091-4/+2Star
* net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini2015-01-121-8/+0Star
* bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei2014-10-151-2/+0Star
* spapr_lian: add bootindex to qom propertyGonglei2014-10-151-0/+10
* spapr-vlan: Don't touch last entry in buffer listAnton Blanchard2014-09-081-3/+10
* savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela2014-06-161-2/+1Star
* spapr_llan: Add to boot device listAlexey Kardashevskiy2014-03-201-0/+3
* spapr-vlan: flush queue whenever can_receive can go from false to trueAlexey Kardashevskiy2014-03-051-0/+2
* spapr: add vio-bus devices to categoriesAlexey Kardashevskiy2013-11-081-0/+1
* spapr: Rename 'dprintf' to 'DPRINTF'Peter Maydell2013-07-301-13/+13
* pseries: savevm support for PAPR VIO logical lanDavid Gibson2013-07-291-2/+22
* spapr_llan: fix device reenablingAlexey Kardashevskiy2013-05-061-0/+2
* pseries: Convert VIO code to QOM style type safe(ish) castsDavid Gibson2013-04-261-10/+14
* hw: move NICs to hw/net/, configure via default-configs/Paolo Bonzini2013-04-081-0/+531