aboutsummaryrefslogtreecommitdiff
path: root/hw/net/spapr_llan.c
AgeCommit message (Expand)Author
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-12spapr: Use CamelCase properlyDavid Gibson
2017-02-22hw/net/spapr_llan: 6 byte mac address device tree entrySam Bobroff
2017-01-24hw: Fix typos found by codespellStefan Weil
2016-09-23spapr_llan: convert to trace framework instead of DPRINTFLaurent Vivier
2016-09-07spapr: implement H_CHANGE_LOGICAL_LAN_MAC h_callLaurent Vivier
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-05-27hw/net/spapr_llan: Provide counter with dropped rx frames to the guestThomas Huth
2016-05-27hw/net/spapr_llan: Delay flushing of the RX queue while adding new RX buffersThomas Huth
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-05-19hw: do not use VMSTATE_*TLPaolo Bonzini
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-03-24hw/net/spapr_llan: Enable the RX buffer pools by default for new machinesThomas Huth
2016-03-24hw/net/spapr_llan: Fix receive buffer handling for better performanceThomas Huth
2016-03-24hw/net/spapr_llan: Extract rx buffer code into separate functionsThomas Huth
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini
2016-01-29ppc: Clean up includesPeter Maydell
2015-07-07spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson
2015-03-09spapr_vio: Convert to realize()Markus Armbruster
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei
2014-10-15spapr_lian: add bootindex to qom propertyGonglei
2014-09-08spapr-vlan: Don't touch last entry in buffer listAnton Blanchard
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (ppc)Juan Quintela
2014-03-20spapr_llan: Add to boot device listAlexey Kardashevskiy
2014-03-05spapr-vlan: flush queue whenever can_receive can go from false to trueAlexey Kardashevskiy
2013-11-08spapr: add vio-bus devices to categoriesAlexey Kardashevskiy
2013-07-29spapr: Rename 'dprintf' to 'DPRINTF'Peter Maydell
2013-07-29pseries: savevm support for PAPR VIO logical lanDavid Gibson
2013-05-06spapr_llan: fix device reenablingAlexey Kardashevskiy
2013-04-26pseries: Convert VIO code to QOM style type safe(ish) castsDavid Gibson
2013-04-08hw: move NICs to hw/net/, configure via default-configs/Paolo Bonzini