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
/
eepro100.c
Age
Commit message (
Expand
)
Author
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-07-02
hw/net: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2017-12-22
eepro100: use inline net_crc32() and bitshift instead of compute_mcast_idx()
Mark Cave-Ayland
2017-12-22
eepro100: switch eepro100 e100_compute_mcast_idx() over to use net_crc32()
Mark Cave-Ayland
2017-12-22
net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...
Mark Cave-Ayland
2017-11-20
hw/net/eepro100: Fix endianness problem on big endian hosts
Thomas Huth
2017-11-20
Revert "Add new PCI ID for i82559a"
Jason Wang
2017-11-13
Add new PCI ID for i82559a
Mike Nawrocki
2017-11-13
Fix eepro100 simple transmission mode
Mike Nawrocki
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-08-31
eepro100: replace g_malloc()+memcpy() with g_memdup()
Marc-André Lureau
2017-07-03
pci: Make errp the last parameter of pci_add_capability()
Mao Zhongyi
2017-07-03
pci: Fix the wrong assertion.
Mao Zhongyi
2016-10-26
net: eepro100: fix memory leak in device uninit
Li Qiang
2016-07-19
qapi: Change Netdev into a flat union
Eric Blake
2016-06-27
hw/net/eepro100.c: Don't use cpu_to_*w() and *_to_cpup()
Peter Maydell
2016-01-29
hw/net: Clean up includes
Peter Maydell
2015-11-27
eepro100: Prevent two endless loops
Stefan Weil
2015-07-27
eepro100: Drop nic_can_receive
Fam Zheng
2015-02-26
pci: Trivial device model conversions to realize
Markus Armbruster
2015-01-12
net: remove all cleanup methods from NIC NetClientInfos
Paolo Bonzini
2014-10-15
bootindex: move calling add_boot_device_patch to bootindex setter function
Gonglei
2014-10-15
eepro100: add bootindex to qom property
Gonglei
2014-08-18
memory: remove memory_region_destroy
Paolo Bonzini
2014-06-27
hw/net/eepro100: Implement read-only bits in MDI registers
Peter Maydell
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2013-10-14
hw: set interrupts using pci irq wrappers
Marcel Apfelbaum
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-07-29
hw: import bitmap operations in qdev-core header
Marcel Apfelbaum
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 target-independent files to subdirectories
Paolo Bonzini