summary refs log tree commit diff stats
path: root/hw/net/spapr_llan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/+25
* 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/+2
* net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini2015-01-121-8/+0
* bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei2014-10-151-2/+0
* 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/+1
* 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-291-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