summaryrefslogtreecommitdiff
path: root/hw/net/spapr_llan.c
AgeCommit message (Expand)AuthorFilesLines
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