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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210314'...
Peter Maydell
2021-03-14
1
-26
/
+32
|
\
|
*
hw/net/allwinner-sun8i-emac: traverse transmit queue using TX_CUR_DESC regist...
Niek Linnenbank
2021-03-12
1
-26
/
+32
*
|
Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210310' in...
Peter Maydell
2021-03-12
2
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
hw/net: fsl_etsec: Fix build error when HEX_DUMP is on
Bin Meng
2021-03-09
2
-0
/
+2
*
|
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2021-03-09
1
-1
/
+1
*
|
Various spelling fixes
Michael Tokarev
2021-03-09
1
-1
/
+1
|
/
*
hw/net: Add npcm7xx emc model
Doug Evans
2021-03-05
3
-0
/
+875
*
virtio-net: handle zero mac for a vdpa peer
Cindy Lu
2021-03-02
1
-0
/
+12
*
failover: really display a warning when the primary device is not found
Laurent Vivier
2021-02-23
1
-11
/
+9
*
virtio-net: add missing object_unref()
Laurent Vivier
2021-02-23
1
-0
/
+2
*
hw/net: fsl_etsec: Reverse the RCTRL.RSF logic
Bin Meng
2021-02-10
1
-1
/
+1
*
net: checksum: Introduce fine control over checksum type
Bin Meng
2021-01-25
7
-26
/
+33
*
hw/net/lan9118: Add symbolic constants for register offsets
Peter Maydell
2021-01-12
1
-6
/
+18
*
hw/net/lan9118: Fix RX Status FIFO PEEK value
Peter Maydell
2021-01-12
1
-1
/
+1
*
Remove superfluous timer_del() calls
Peter Maydell
2021-01-08
6
-16
/
+0
*
Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...
Peter Maydell
2021-01-01
1
-0
/
+1
|
\
|
*
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-12-18
1
-0
/
+1
*
|
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
2020-12-19
2
-29
/
+12
*
|
rocker: Revamp fp_port_get_info
Eric Blake
2020-12-19
3
-15
/
+12
|
/
*
hw/net/xilinx_axienet: Rename StreamSlave as StreamSink
Philippe Mathieu-Daudé
2020-12-10
1
-12
/
+12
*
hw/core/stream: Rename StreamSlave as StreamSink
Philippe Mathieu-Daudé
2020-12-10
1
-10
/
+10
*
hw/net/can: Introduce Xilinx ZynqMP CAN controller
Vikram Garhwal
2020-12-10
4
-0
/
+1172
*
failover: Remove primary_dev member
Juan Quintela
2020-12-08
1
-31
/
+24
*
failover: simplify failover_unplug_primary
Juan Quintela
2020-12-08
1
-15
/
+10
*
failover: Caller of this two functions already have primary_dev
Juan Quintela
2020-12-08
1
-13
/
+14
*
failover: We don't need to cache primary_device_id anymore
Juan Quintela
2020-12-08
1
-10
/
+10
*
failover: split failover_find_primary_device_id()
Juan Quintela
2020-12-08
1
-16
/
+47
*
failover: remove failover_find_primary_device() error parameter
Juan Quintela
2020-12-08
1
-6
/
+3
*
failover: make sure that id always exist
Juan Quintela
2020-12-08
1
-3
/
+0
*
failover: Rename to failover_find_primary_device()
Juan Quintela
2020-12-08
1
-3
/
+9
*
failover: virtio_net_connect_failover_devices() does nothing
Juan Quintela
2020-12-08
1
-15
/
+2
*
failover: Rename function to hide_device()
Juan Quintela
2020-12-08
1
-4
/
+3
*
failover: should_be_hidden() should take a bool
Juan Quintela
2020-12-08
1
-20
/
+7
*
failover: simplify virtio_net_find_primary()
Juan Quintela
2020-12-08
1
-15
/
+3
*
failover: Remove memory leak
Juan Quintela
2020-12-08
1
-3
/
+1
*
failover: Remove primary_device_dict
Juan Quintela
2020-12-08
1
-13
/
+4
*
failover: remove standby_id variable
Juan Quintela
2020-12-08
1
-8
/
+3
*
failover: Remove primary_device_opts
Juan Quintela
2020-12-08
1
-16
/
+5
*
failover: g_strcmp0() knows how to handle NULL
Juan Quintela
2020-12-08
1
-1
/
+1
*
failover: Rename bool to failover_primary_hidden
Juan Quintela
2020-12-08
1
-7
/
+7
*
failover: qdev_device_add() returns err or dev set
Juan Quintela
2020-12-08
1
-7
/
+0
*
failover: Remove external partially_hotplugged property
Juan Quintela
2020-12-08
1
-4
/
+0
*
failover: Remove unused parameter
Juan Quintela
2020-12-08
1
-5
/
+3
*
failover: primary bus is only used once, and where it is set
Juan Quintela
2020-12-08
1
-4
/
+4
*
failover: Use always atomics for primary_should_be_hidden
Juan Quintela
2020-12-08
1
-1
/
+1
*
failover: fix indentantion
Juan Quintela
2020-12-08
1
-18
/
+15
*
hw/net/dp8393x: fix integer underflow in dp8393x_do_transmit_packets()
Mauro Matteo Cascella
2020-12-01
1
-0
/
+4
*
hw/net/e1000e: advance desc_offset in case of null descriptor
Prasad J Pandit
2020-11-24
1
-4
/
+4
*
nomaintainer: Fix Lesser GPL version number
Chetan Pant
2020-11-15
2
-2
/
+2
*
e1000e: Fix Lesser GPL version number
Chetan Pant
2020-11-15
5
-5
/
+5
[next]