index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
net
/
etraxfs_eth.c
Age
Commit message (
Expand
)
Author
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-07
etraxfs: remove PROP_PTR usage
Marc-André Lureau
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-10-24
net: etraxfs_eth: add a reset method
Cédric Le Goater
2018-10-24
net: etraxfs_eth: convert SysBus init method to a realize method
Cédric Le Goater
2018-06-29
hw/net/etraxfs_eth: Convert printf() calls to trace events
Philippe Mathieu-Daudé
2017-05-17
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2016-07-19
qapi: Change Netdev into a flat union
Eric Blake
2016-01-29
hw/net: Clean up includes
Peter Maydell
2016-01-13
etraxfs_eth: Don't use hw_error() in init() method
Markus Armbruster
2015-07-20
etraxfs_eth: Drop eth_can_receive
Fam Zheng
2015-01-12
net: remove all cleanup methods from NIC NetClientInfos
Paolo Bonzini
2013-12-24
hw: cannot_instantiate_with_device_add_yet due to pointer props
Markus Armbruster
2013-07-29
etraxfs_eth: Rename fs_eth to ETRAXFSEthState
Andreas Färber
2013-07-29
etraxfs_eth: QOM cast cleanup
Andreas Färber
2013-07-04
hw/n*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-04-08
hw: move NICs to hw/net/, configure via default-configs/
Paolo Bonzini