index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
net
/
spapr_llan.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
Remove superfluous timer_del() calls
Peter Maydell
2021-01-08
1
-1
/
+0
*
hw/net: move allocation to the heap due to very large stack frame
Elena Afanasova
2020-10-27
1
-2
/
+3
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-3
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-2
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-2
/
+4
*
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
1
-2
/
+2
*
Drop more @errp parameters after previous commit
Markus Armbruster
2020-05-15
1
-1
/
+1
*
hw/net: Make NetCanReceive() return a boolean
Philippe Mathieu-Daudé
2020-03-31
1
-2
/
+2
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helper
David Gibson
2019-10-04
1
-2
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-1
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-1
/
+2
*
spapr: Use CamelCase properly
David Gibson
2019-03-12
1
-55
/
+55
*
hw/net/spapr_llan: 6 byte mac address device tree entry
Sam Bobroff
2017-02-22
1
-6
/
+12
*
hw: Fix typos found by codespell
Stefan Weil
2017-01-24
1
-2
/
+2
*
spapr_llan: convert to trace framework instead of DPRINTF
Laurent Vivier
2016-09-23
1
-36
/
+25
*
spapr: implement H_CHANGE_LOGICAL_LAN_MAC h_call
Laurent Vivier
2016-09-07
1
-0
/
+30
*
qapi: Change Netdev into a flat union
Eric Blake
2016-07-19
1
-1
/
+1
*
hw/net/spapr_llan: Provide counter with dropped rx frames to the guest
Thomas Huth
2016-05-27
1
-0
/
+17
*
hw/net/spapr_llan: Delay flushing of the RX queue while adding new RX buffers
Thomas Huth
2016-05-27
1
-3
/
+25
*
hw: explicitly include qemu/log.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
hw: do not use VMSTATE_*TL
Paolo Bonzini
2016-05-19
1
-4
/
+4
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-03-24
1
-0
/
+2
|
\
|
*
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
2016-03-22
1
-0
/
+2
*
|
hw/net/spapr_llan: Enable the RX buffer pools by default for new machines
Thomas Huth
2016-03-24
1
-1
/
+1
*
|
hw/net/spapr_llan: Fix receive buffer handling for better performance
Thomas Huth
2016-03-24
1
-2
/
+216
*
|
hw/net/spapr_llan: Extract rx buffer code into separate functions
Thomas Huth
2016-03-24
1
-36
/
+70
|
/
*
ppc: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
spapr: Merge sPAPREnvironment into sPAPRMachineState
David Gibson
2015-07-07
1
-5
/
+7
*
spapr_vio: Convert to realize()
Markus Armbruster
2015-03-09
1
-4
/
+2
*
net: remove all cleanup methods from NIC NetClientInfos
Paolo Bonzini
2015-01-12
1
-8
/
+0
*
bootindex: move calling add_boot_device_patch to bootindex setter function
Gonglei
2014-10-15
1
-2
/
+0
*
spapr_lian: add bootindex to qom property
Gonglei
2014-10-15
1
-0
/
+10
*
spapr-vlan: Don't touch last entry in buffer list
Anton Blanchard
2014-09-08
1
-3
/
+10
*
savevm: Remove all the unneeded version_minimum_id_old (ppc)
Juan Quintela
2014-06-16
1
-2
/
+1
*
spapr_llan: Add to boot device list
Alexey Kardashevskiy
2014-03-20
1
-0
/
+3
*
spapr-vlan: flush queue whenever can_receive can go from false to true
Alexey Kardashevskiy
2014-03-05
1
-0
/
+2
*
spapr: add vio-bus devices to categories
Alexey Kardashevskiy
2013-11-08
1
-0
/
+1
*
spapr: Rename 'dprintf' to 'DPRINTF'
Peter Maydell
2013-07-30
1
-13
/
+13
*
pseries: savevm support for PAPR VIO logical lan
David Gibson
2013-07-29
1
-2
/
+22
*
spapr_llan: fix device reenabling
Alexey Kardashevskiy
2013-05-06
1
-0
/
+2
*
pseries: Convert VIO code to QOM style type safe(ish) casts
David Gibson
2013-04-26
1
-10
/
+14
*
hw: move NICs to hw/net/, configure via default-configs/
Paolo Bonzini
2013-04-08
1
-0
/
+531