Age | Commit message (Expand) | Author | Files | Lines |
2022-11-07 | msix: Assert that specified vector is in range | Akihiko Odaki | 1 | -12/+3 |
2021-08-02 | hw/net: e1000e: Correct the initial value of VET register | Christina Wang | 1 | -1/+7 |
2020-11-15 | e1000e: Fix Lesser GPL version number | Chetan Pant | 1 | -1/+1 |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 1 | -3/+1 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -1/+2 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -2/+4 |
2020-05-15 | Drop more @errp parameters after previous commit | Markus Armbruster | 1 | -1/+1 |
2020-03-31 | hw/net: Make NetCanReceive() return a boolean | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-03-31 | Fixed integer overflow in e1000e | Andrew Melnychenko | 1 | -1/+1 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 1 | -1/+1 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2018-07-02 | hw/net: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé | 1 | -3/+4 |
2018-06-01 | e1000e: use local path for local headers | Michael S. Tsirkin | 1 | -1/+1 |
2018-02-08 | pci: removed the is_express field since a uniform interface was inserted | Yoni Bettan | 1 | -1/+0 |
2017-12-22 | e1000, e1000e: Move per-packet TX offload flags out of context state | Ed Swierk via Qemu-devel | 1 | -2/+2 |
2017-10-15 | pci: Add INTERFACE_PCIE_DEVICE to all PCIe devices | Eduardo Habkost | 1 | -0/+4 |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert | 1 | -1/+3 |
2017-07-03 | pci: Make errp the last parameter of pci_add_capability() | Mao Zhongyi | 1 | -12/+18 |
2017-07-03 | pci: Fix the wrong assertion. | Mao Zhongyi | 1 | -1/+1 |
2017-06-20 | qdev: Rename DEFINE_PROP_DEFAULT() to DEFINE_PROP_SIGNED() | Marc-André Lureau | 1 | -3/+3 |
2017-03-14 | e1000e: correctly tear down MSI-X memory regions | Paolo Bonzini | 1 | -1/+1 |
2017-02-01 | pci: Convert msix_init() to Error and fix callers | Cao jin | 1 | -1/+1 |
2017-01-24 | PCI/migration merge vmstate_pci_device and vmstate_pcie_device | Dr. David Alan Gilbert | 1 | -1/+1 |
2017-01-10 | pcie_aer: support configurable AER capa version | Dou Liyang | 1 | -1/+2 |
2017-01-10 | pcie_aer: Convert pcie_aer_init to Error | Cao jin | 1 | -1/+1 |
2016-09-27 | e1000e: Flush all receive queues on receive enable | Dmitry Fleytman | 1 | -1/+1 |
2016-08-22 | e1000e: remove internal interrupt flag | Cao jin | 1 | -7/+1 |
2016-07-19 | qapi: Change Netdev into a flat union | Eric Blake | 1 | -1/+1 |
2016-07-05 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -30/+7 |
2016-07-05 | e1000e: remove unnecessary internal msi state flag | Cao jin | 1 | -26/+7 |
2016-07-05 | pci: Convert msi_init() to Error and fix callers to check it | Cao jin | 1 | -6/+2 |
2016-06-24 | e1000e: add boot rom | Gerd Hoffmann | 1 | -0/+1 |
2016-06-06 | e1000e: Fix build with gcc 4.6.3 and ust tracing | Dmitry Fleytman | 1 | -2/+2 |
2016-06-02 | net: Introduce e1000e device emulation | Dmitry Fleytman | 1 | -0/+739 |