Sign in
qemu
/
qemu
/
174d2d6856bf435f4f58e9303ba30dd0e1279d3f
/
hw
/
net
/
etraxfs_eth.c
4f67d30
qdev: set properties with device_class_set_props()
by Marc-André Lureau
· 5 years ago
3af6eb8
etraxfs: remove PROP_PTR usage
by Marc-André Lureau
· 5 years ago
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
56dff42
net: etraxfs_eth: add a reset method
by Cédric Le Goater
· 6 years ago
c24828b
net: etraxfs_eth: convert SysBus init method to a realize method
by Cédric Le Goater
· 6 years ago
4b46fdd
hw/net/etraxfs_eth: Convert printf() calls to trace events
by Philippe Mathieu-Daudé
· 7 years ago
e90f2a8
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
by Eduardo Habkost
· 8 years ago
f394b2e
qapi: Change Netdev into a flat union
by Eric Blake
· 9 years ago
e8d4046
hw/net: Clean up includes
by Peter Maydell
· 9 years ago
5a8de10
etraxfs_eth: Don't use hw_error() in init() method
by Markus Armbruster
· 9 years ago
da69028
etraxfs_eth: Drop eth_can_receive
by Fam Zheng
· 10 years ago
57407ea
net: remove all cleanup methods from NIC NetClientInfos
by Paolo Bonzini
· 10 years ago
1b111dc
hw: cannot_instantiate_with_device_add_yet due to pointer props
by Markus Armbruster
· 11 years ago
5807649
etraxfs_eth: Rename fs_eth to ETRAXFSEthState
by Andreas Färber
· 11 years ago
8784dfa
etraxfs_eth: QOM cast cleanup
by Andreas Färber
· 11 years ago
eedfac6
hw/n*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
d7e35d4
hw: move NICs to hw/net/, configure via default-configs/
by Paolo Bonzini
· 12 years ago
[Renamed from hw/etraxfs_eth.c]
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
cc1f0f4
net: introduce qemu_get_nic()
by Jason Wang
· 12 years ago
b356f76
net: introduce qemu_get_queue()
by Jason Wang
· 12 years ago
9fc7577
trivial: etraxfs_eth: Eliminate checkpatch errors
by Grant Likely
· 12 years ago
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
1422e32
net: reorganize headers
by Paolo Bonzini
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
4e68f7a
net: Rename VLANClientState to NetClientState
by Stefan Hajnoczi
· 12 years ago
2be64a6
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
by Laszlo Ersek
· 12 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
39bffca
qdev: register all types natively through QEMU Object Model
by Anthony Liguori
· 13 years ago
999e12b
sysbus: apic: ioapic: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
f79f2bf
qdev: don't access name through info
by Anthony Liguori
· 13 years ago
73a511d
etraxfs-dma: Model metadata and eop
by Lars Persson
· 13 years ago
0eeb06b
etraxfs_eth: drop bogus cpu_unregister_io_memory()
by Avi Kivity
· 13 years ago
750ecd4
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
by Avi Kivity
· 13 years ago
06dccb8
etrax-eth: Convert to MemoryRegion
by Edgar E. Iglesias
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
d949396
etrax: QDevify the Ethernet MAC.
by Edgar E. Iglesias
· 13 years ago
1da005b
etrax: Allocate DMA connections at board level.
by Edgar E. Iglesias
· 13 years ago
6eed185
net: Consistently use qemu_macaddr_default_if_unset
by Jan Kiszka
· 13 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
9e84a47
etraxfs_eth: correct use of ! and &
by Blue Swirl
· 14 years ago
cdcf9153
etrax: Update ethernet mgm-ctrl reg on writes
by Edgar E. Iglesias
· 14 years ago
0d84be5
cris: remove dead assignments, spotted by clang analyzer
by Blue Swirl
· 15 years ago
163bf3a
net: convert etrax to NICState
by Mark McLoughlin
· 15 years ago
e13b10b
net: remove NICInfo::vc
by Mark McLoughlin
· 15 years ago
70783b9
net: add receive_raw parameter to qemu_new_vlan_client()
by Mark McLoughlin
· 15 years ago
bb6e636
net: add a client type code
by Mark McLoughlin
· 15 years ago
283c7c6
net: allow NICs to be connected to netdevs
by Mark McLoughlin
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
d60efc6
Make CPURead/WriteFunc structure 'const'
by Blue Swirl
· 15 years ago
ae50b27
Don't leak VLANClientState on PCI hot remove
by Mark McLoughlin
· 16 years ago
1eed09c
Remove io_index argument from cpu_register_io_memory()
by Avi Kivity
· 16 years ago
ba49431
etrax: Don't pass CPUState to peripherals.
by Edgar E. Iglesias
· 16 years ago
4f1c942
net: add return value to packet receive handler
by Mark McLoughlin
· 16 years ago
e3f5ec2
net: pass VLANClientState* as first arg to receive handlers
by Mark McLoughlin
· 16 years ago
cda9046
net: re-name vc->fd_read() to vc->receive()
by Mark McLoughlin
· 16 years ago
463af53
net: add fd_readv() handler to qemu_new_vlan_client() args
by Mark McLoughlin
· 16 years ago
678fdca
etrax: Remove unused eth irq line.
by Edgar E. Iglesias
· 16 years ago
4af6e40
ETRAX: Correct setting of ethernet station address.
by Edgar E. Iglesias
· 16 years ago
b946a15
Introduce VLANClientState::cleanup() (Mark McLoughlin)
by aliguori
· 16 years ago
cc53adb
CRIS: Fix remaining build warnings.
by edgar_igl
· 16 years ago
487414f
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
0ae18ce
Check NIC model in some NIC init functions (Mark McLoughlin)
by aliguori
· 16 years ago
94410b7
ETRAX: Let the ethernet PHY report the current link-state.
by edgar_igl
· 16 years ago
7a9f6e4
Add a -net name=foo parameter (Mark McLoughlin)
by aliguori
· 16 years ago
bf38c1a
Add a model string to VLANClientState (Mark McLoughlin)
by aliguori
· 16 years ago
35ef81d
ETRAX: Correct size of control-register area.
by edgar_igl
· 16 years ago
8da3ff1
Change MMIO callbacks to use offsets, not absolute addresses.
by pbrook
· 16 years ago
aa25cf4
ETRAX-FS: Drop DMA polling for ethernet.
by edgar_igl
· 16 years ago
c648826
ETRAX-FS: Correct ethernet PHY diagnostics register reads.
by edgar_igl
· 16 years ago
d27b2e5
Avoid refering to CRIS specific cpu-state to be able to use these blocks with other cores.
by edgar_igl
· 17 years ago
d297f46
Avoid CRIS related warnings by Jan Kiszka.
by edgar_igl
· 17 years ago
9bcd77d
ETRAX: Avoid compiler warning.
by edgar_igl
· 17 years ago
f6953f1
ETRAX: Add support for the ethernet receivers dest addr filters.
by edgar_igl
· 17 years ago
2e56350
ETRAX: Add some kind of support for simulating 802.3 auto-negotiation.
by edgar_igl
· 17 years ago
a3ea5df
Add limited support for the etrax ethernet controller.
by edgar_igl
· 17 years ago