index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-08
failover: g_strcmp0() knows how to handle NULL
Juan Quintela
1
-1
/
+1
2020-12-08
failover: Rename bool to failover_primary_hidden
Juan Quintela
1
-7
/
+7
2020-12-08
failover: qdev_device_add() returns err or dev set
Juan Quintela
1
-7
/
+0
2020-12-08
failover: Remove external partially_hotplugged property
Juan Quintela
1
-4
/
+0
2020-12-08
failover: Remove unused parameter
Juan Quintela
1
-5
/
+3
2020-12-08
failover: primary bus is only used once, and where it is set
Juan Quintela
1
-4
/
+4
2020-12-08
failover: Use always atomics for primary_should_be_hidden
Juan Quintela
1
-1
/
+1
2020-12-08
failover: fix indentantion
Juan Quintela
1
-18
/
+15
2020-12-01
hw/net/dp8393x: fix integer underflow in dp8393x_do_transmit_packets()
Mauro Matteo Cascella
1
-0
/
+4
2020-11-24
hw/net/e1000e: advance desc_offset in case of null descriptor
Prasad J Pandit
1
-4
/
+4
2020-11-15
nomaintainer: Fix Lesser GPL version number
Chetan Pant
2
-2
/
+2
2020-11-15
e1000e: Fix Lesser GPL version number
Chetan Pant
5
-5
/
+5
2020-11-11
hw/net/can/ctucan_core: Use stl_le_p to write to tx_buffers
Peter Maydell
1
-4
/
+2
2020-11-11
hw/net/can/ctucan_core: Handle big-endian hosts
Peter Maydell
1
-2
/
+1
2020-11-11
hw/net/can/ctucan: Avoid unused value in ctucan_send_ready_buffers()
Peter Maydell
1
-12
/
+3
2020-11-11
hw/net/can/ctucan: Don't allow guest to write off end of tx_buffer
Peter Maydell
1
-2
/
+4
2020-11-11
virtio-net: Set mac address to hardware if the peer is vdpa
Cindy Lu
1
-0
/
+6
2020-10-28
hw/net: move allocation to the heap due to very large stack frame
Elena Afanasova
1
-2
/
+3
2020-10-12
qdev: add "check if address free" callback for buses
Paolo Bonzini
1
-1
/
+1
2020-10-09
error: Remove NULL checks on error_propagate() calls (again)
Markus Armbruster
1
-6
/
+2
2020-09-30
hw/net/can: Correct Kconfig dependencies
Pavel Pisa
1
-4
/
+3
2020-09-30
hw/net/can: CTU CAN FD IP open hardware core emulation.
Jan Charvat
5
-0
/
+1117
2020-09-30
hw/net/can/ctucafd: Add CTU CAN FD core register definitions.
Jan Charvat
2
-0
/
+1160
2020-09-30
hw/net/can: sja1000 ignore CAN FD frames
Jan Charvat
1
-6
/
+23
2020-09-30
net/can: Initial host SocketCan support for CAN FD.
Jan Charvat
1
-0
/
+2
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
1
-5
/
+5
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
19
-56
/
+19
2020-09-13
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...
Peter Maydell
1
-3
/
+4
2020-09-12
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
3
-4
/
+2
2020-09-11
util/hexdump: Reorder qemu_hexdump() arguments
Philippe Mathieu-Daudé
2
-2
/
+2
2020-09-11
util/hexdump: Convert to take a void pointer argument
Philippe Mathieu-Daudé
1
-1
/
+1
2020-09-10
hw/net/e1000e: Remove duplicated write handler for FLSWDATA register
Philippe Mathieu-Daudé
1
-1
/
+0
2020-09-10
hw/net/e1000e: Remove overwritten read handler for STATUS register
Philippe Mathieu-Daudé
1
-1
/
+0
2020-09-09
hw/arm: xlnx: Set all boards' GEM 'phy-addr' property value to 23
Bin Meng
1
-3
/
+3
2020-09-09
hw/net: cadence_gem: Add a new 'phy-addr' property
Bin Meng
1
-2
/
+3
2020-09-09
xilinx_axienet: Use typedef name for instance_size
Eduardo Habkost
1
-2
/
+2
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
27
-54
/
+58
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
27
-50
/
+99
2020-09-03
Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20200901' int...
Peter Maydell
1
-27
/
+68
2020-09-01
ftgmac100: Improve software reset
Cédric Le Goater
1
-5
/
+13
2020-09-01
ftgmac100: Fix integer overflow in ftgmac100_do_tx()
Cédric Le Goater
1
-16
/
+39
2020-09-01
ftgmac100: Check for invalid len and address before doing a DMA transfer
Cédric Le Goater
1
-0
/
+9
2020-09-01
ftgmac100: Change interrupt status when a DMA error occurs
Cédric Le Goater
1
-1
/
+1
2020-09-01
ftgmac100: Fix interrupt status "Packet moved to RX FIFO"
Cédric Le Goater
1
-2
/
+1
2020-09-01
ftgmac100: Fix interrupt status "Packet transmitted on ethernet"
Cédric Le Goater
1
-3
/
+1
2020-09-01
ftgmac100: Fix registers that can be read
Cédric Le Goater
1
-0
/
+4
2020-09-01
hw/net/virtio-net:Remove redundant statement in virtio_net_rsc_tcp_ctrl_check()
Chen Qun
1
-1
/
+0
2020-09-01
hw/net/xilinx_axienet: Remove unused code
Philippe Mathieu-Daudé
1
-23
/
+0
2020-09-01
hw/net/can: Add missing fallthrough statements
Thomas Huth
1
-0
/
+2
2020-09-01
hw: Remove superfluous breaks
Liao Pingfang
1
-2
/
+0
[next]