index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
net
/
e1000e.c
Age
Commit message (
Expand
)
Author
2021-08-02
hw/net: e1000e: Correct the initial value of VET register
Christina Wang
2020-11-15
e1000e: Fix Lesser GPL version number
Chetan Pant
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-05-15
Drop more @errp parameters after previous commit
Markus Armbruster
2020-03-31
hw/net: Make NetCanReceive() return a boolean
Philippe Mathieu-Daudé
2020-03-31
Fixed integer overflow in e1000e
Andrew Melnychenko
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
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-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é
2018-06-01
e1000e: use local path for local headers
Michael S. Tsirkin
2018-02-08
pci: removed the is_express field since a uniform interface was inserted
Yoni Bettan
2017-12-22
e1000, e1000e: Move per-packet TX offload flags out of context state
Ed Swierk via Qemu-devel
2017-10-15
pci: Add INTERFACE_PCIE_DEVICE to all PCIe devices
Eduardo Habkost
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
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
2017-06-20
qdev: Rename DEFINE_PROP_DEFAULT() to DEFINE_PROP_SIGNED()
Marc-André Lureau
2017-03-14
e1000e: correctly tear down MSI-X memory regions
Paolo Bonzini
2017-02-01
pci: Convert msix_init() to Error and fix callers
Cao jin
2017-01-24
PCI/migration merge vmstate_pci_device and vmstate_pcie_device
Dr. David Alan Gilbert
2017-01-10
pcie_aer: support configurable AER capa version
Dou Liyang
2017-01-10
pcie_aer: Convert pcie_aer_init to Error
Cao jin
2016-09-27
e1000e: Flush all receive queues on receive enable
Dmitry Fleytman
2016-08-22
e1000e: remove internal interrupt flag
Cao jin
2016-07-19
qapi: Change Netdev into a flat union
Eric Blake
2016-07-05
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-07-05
e1000e: remove unnecessary internal msi state flag
Cao jin
2016-07-05
pci: Convert msi_init() to Error and fix callers to check it
Cao jin
2016-06-24
e1000e: add boot rom
Gerd Hoffmann
2016-06-06
e1000e: Fix build with gcc 4.6.3 and ust tracing
Dmitry Fleytman
2016-06-02
net: Introduce e1000e device emulation
Dmitry Fleytman