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