aboutsummaryrefslogtreecommitdiff
path: root/hw/net
AgeCommit message (Expand)AuthorFilesLines
2020-12-10hw/net/xilinx_axienet: Rename StreamSlave as StreamSinkPhilippe Mathieu-Daudé1-12/+12
2020-12-10hw/core/stream: Rename StreamSlave as StreamSinkPhilippe Mathieu-Daudé1-10/+10
2020-12-10hw/net/can: Introduce Xilinx ZynqMP CAN controllerVikram Garhwal4-0/+1172
2020-12-08failover: Remove primary_dev memberJuan Quintela1-31/+24
2020-12-08failover: simplify failover_unplug_primaryJuan Quintela1-15/+10
2020-12-08failover: Caller of this two functions already have primary_devJuan Quintela1-13/+14
2020-12-08failover: We don't need to cache primary_device_id anymoreJuan Quintela1-10/+10
2020-12-08failover: split failover_find_primary_device_id()Juan Quintela1-16/+47
2020-12-08failover: remove failover_find_primary_device() error parameterJuan Quintela1-6/+3
2020-12-08failover: make sure that id always existJuan Quintela1-3/+0
2020-12-08failover: Rename to failover_find_primary_device()Juan Quintela1-3/+9
2020-12-08failover: virtio_net_connect_failover_devices() does nothingJuan Quintela1-15/+2
2020-12-08failover: Rename function to hide_device()Juan Quintela1-4/+3
2020-12-08failover: should_be_hidden() should take a boolJuan Quintela1-20/+7
2020-12-08failover: simplify virtio_net_find_primary()Juan Quintela1-15/+3
2020-12-08failover: Remove memory leakJuan Quintela1-3/+1
2020-12-08failover: Remove primary_device_dictJuan Quintela1-13/+4
2020-12-08failover: remove standby_id variableJuan Quintela1-8/+3
2020-12-08failover: Remove primary_device_optsJuan Quintela1-16/+5
2020-12-08failover: g_strcmp0() knows how to handle NULLJuan Quintela1-1/+1
2020-12-08failover: Rename bool to failover_primary_hiddenJuan Quintela1-7/+7
2020-12-08failover: qdev_device_add() returns err or dev setJuan Quintela1-7/+0
2020-12-08failover: Remove external partially_hotplugged propertyJuan Quintela1-4/+0
2020-12-08failover: Remove unused parameterJuan Quintela1-5/+3
2020-12-08failover: primary bus is only used once, and where it is setJuan Quintela1-4/+4
2020-12-08failover: Use always atomics for primary_should_be_hiddenJuan Quintela1-1/+1
2020-12-08failover: fix indentantionJuan Quintela1-18/+15
2020-12-01hw/net/dp8393x: fix integer underflow in dp8393x_do_transmit_packets()Mauro Matteo Cascella1-0/+4
2020-11-24hw/net/e1000e: advance desc_offset in case of null descriptorPrasad J Pandit1-4/+4
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant2-2/+2
2020-11-15e1000e: Fix Lesser GPL version numberChetan Pant5-5/+5
2020-11-11hw/net/can/ctucan_core: Use stl_le_p to write to tx_buffersPeter Maydell1-4/+2
2020-11-11hw/net/can/ctucan_core: Handle big-endian hostsPeter Maydell1-2/+1
2020-11-11hw/net/can/ctucan: Avoid unused value in ctucan_send_ready_buffers()Peter Maydell1-12/+3
2020-11-11hw/net/can/ctucan: Don't allow guest to write off end of tx_bufferPeter Maydell1-2/+4
2020-11-11virtio-net: Set mac address to hardware if the peer is vdpaCindy Lu1-0/+6
2020-10-28hw/net: move allocation to the heap due to very large stack frameElena Afanasova1-2/+3
2020-10-12qdev: add "check if address free" callback for busesPaolo Bonzini1-1/+1
2020-10-09error: Remove NULL checks on error_propagate() calls (again)Markus Armbruster1-6/+2
2020-09-30hw/net/can: Correct Kconfig dependenciesPavel Pisa1-4/+3
2020-09-30hw/net/can: CTU CAN FD IP open hardware core emulation.Jan Charvat5-0/+1117
2020-09-30hw/net/can/ctucafd: Add CTU CAN FD core register definitions.Jan Charvat2-0/+1160
2020-09-30hw/net/can: sja1000 ignore CAN FD framesJan Charvat1-6/+23
2020-09-30net/can: Initial host SocketCan support for CAN FD.Jan Charvat1-0/+2
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-5/+5
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost19-56/+19
2020-09-13Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell1-3/+4
2020-09-12Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell3-4/+2
2020-09-11util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé2-2/+2
2020-09-11util/hexdump: Convert to take a void pointer argumentPhilippe Mathieu-Daudé1-1/+1