index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
net
/
xilinx_ethlite.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
*
hw/net/xilinx_ethlite: Make device endianness configurable
Philippe Mathieu-Daudé
2025-02-16
1
-6
/
+23
*
hw/net/xilinx_ethlite: Map RESERVED I/O as unimplemented
Philippe Mathieu-Daudé
2025-01-13
1
-0
/
+11
*
hw/net/xilinx_ethlite: Rename 'mmio' MR as 'container'
Philippe Mathieu-Daudé
2025-01-13
1
-8
/
+8
*
hw/net/xilinx_ethlite: Map the RAM buffer as RAM memory region
Philippe Mathieu-Daudé
2025-01-13
1
-64
/
+17
*
hw/net/xilinx_ethlite: Map TX_CTRL as MMIO
Philippe Mathieu-Daudé
2025-01-13
1
-30
/
+24
*
hw/net/xilinx_ethlite: Map TX_GIE as MMIO
Philippe Mathieu-Daudé
2025-01-13
1
-10
/
+7
*
hw/net/xilinx_ethlite: Map TX_LEN as MMIO
Philippe Mathieu-Daudé
2025-01-13
1
-12
/
+61
*
hw/net/xilinx_ethlite: Map RX_CTRL as MMIO
Philippe Mathieu-Daudé
2025-01-13
1
-15
/
+67
*
hw/net/xilinx_ethlite: Access TX_CTRL register for each port
Philippe Mathieu-Daudé
2025-01-13
1
-8
/
+7
*
hw/net/xilinx_ethlite: Access TX_LEN register for each port
Philippe Mathieu-Daudé
2025-01-13
1
-2
/
+6
*
hw/net/xilinx_ethlite: Access TX_GIE register for each port
Philippe Mathieu-Daudé
2025-01-13
1
-2
/
+10
*
hw/net/xilinx_ethlite: Introduce rxbuf_ptr() helper
Philippe Mathieu-Daudé
2025-01-13
1
-10
/
+29
*
hw/net/xilinx_ethlite: Introduce txbuf_ptr() helper
Philippe Mathieu-Daudé
2025-01-13
1
-2
/
+16
*
hw/net/xilinx_ethlite: Map MDIO registers (as unimplemented)
Philippe Mathieu-Daudé
2025-01-13
1
-0
/
+12
*
hw/microblaze: Restrict MemoryRegionOps are implemented as 32-bit
Philippe Mathieu-Daudé
2025-01-13
1
-0
/
+4
*
hw/net/xilinx_ethlite: Rename rxbuf -> port_index
Philippe Mathieu-Daudé
2024-12-31
1
-6
/
+5
*
hw/net/xilinx_ethlite: Correct maximum RX buffer size
Philippe Mathieu-Daudé
2024-12-31
1
-1
/
+5
*
hw/net/xilinx_ethlite: Update QOM style
Philippe Mathieu-Daudé
2024-12-31
1
-26
/
+22
*
hw/net/xilinx_ethlite: Remove unuseful debug logs
Philippe Mathieu-Daudé
2024-12-31
1
-8
/
+0
*
hw/net/xilinx_ethlite: Convert some debug logs to trace events
Philippe Mathieu-Daudé
2024-12-31
1
-2
/
+3
*
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
Richard Henderson
2024-12-19
1
-1
/
+0
*
hw/net: Constify all Property
Richard Henderson
2024-12-15
1
-1
/
+1
*
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
2024-09-13
1
-1
/
+1
*
net: Provide MemReentrancyGuard * to qemu_new_nic()
Akihiko Odaki
2023-11-21
1
-1
/
+2
*
hw/net: Move xilinx_ethlite.c to the target-independent source set
Thomas Huth
2023-05-16
1
-1
/
+1
*
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
2023-01-18
1
-3
/
+3
*
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
-0
/
+1
*
hw/net: Make NetCanReceive() return a boolean
Philippe Mathieu-Daudé
2020-03-31
1
-1
/
+1
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
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
/
+1
*
hw/net: Fix a heap overflow in xlnx.xps-ethernetlite
chaojianhu
2016-08-09
1
-0
/
+4
*
qapi: Change Netdev into a flat union
Eric Blake
2016-07-19
1
-1
/
+1
*
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
2016-03-22
1
-0
/
+2
*
hw/net: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
xilinx_ethlite: Clean up after commit 2f991ad
Markus Armbruster
2015-03-10
1
-0
/
+1
*
net: remove all cleanup methods from NIC NetClientInfos
Paolo Bonzini
2015-01-12
1
-8
/
+0
*
net: xilinx_ethlite: Fix Rx-pong interrupt
Peter Crosthwaite
2014-06-09
1
-1
/
+2
*
net: xilinx_ethlite: Convert to realize()
Peter Crosthwaite
2014-06-09
1
-11
/
+14
*
net: xilinx_ethlite: Don't reset from init
Peter Crosthwaite
2014-06-09
1
-1
/
+8
*
xilinx_ethlite: QOM cast cleanup
Andreas Färber
2013-07-29
1
-7
/
+13
*
hw/n*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
1
-2
/
+2
*
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-04
1
-1
/
+1
*
hw: move NICs to hw/net/, configure via default-configs/
Paolo Bonzini
2013-04-08
1
-0
/
+263