aboutsummaryrefslogtreecommitdiff
path: root/hw/eepro100.c
AgeCommit message (Expand)Author
2012-09-14eepro100: Fix network hang when rx buffers run outBo Yang
2012-08-01net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi
2012-07-29Merge branch pci into masterMichael S. Tsirkin
2012-07-28Avoid returning voidBlue Swirl
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek
2012-07-04pci: convert PCIUnregisterFunc to voidAlex Williamson
2012-04-25eepro100: Fix multicast regressionStefan Weil
2012-03-16net: move compute_mcast_idx() to net.hJason Wang
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori
2012-01-27qdev: don't access name through infoAnthony Liguori
2012-01-27qdev: move qdev->info to classAnthony Liguori
2011-12-14Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori
2011-12-12Remove unnecessary casts from PCI DMA code in eepro100David Gibson
2011-12-06fix typo: delete redundant semicolonDong Xu Wang
2011-11-28eepro100: Fix alignment requirement for statistical countersStefan Weil
2011-11-01eepro100: Use PCI DMA stub functionsEduard - Gabriel Munteanu
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity
2011-08-08eepro100: convert to memory APIAvi Kivity
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin
2011-06-12eepro100: convert to PCIDeviceInfo to initialize idsIsaku Yamahata
2011-05-06Fix typo in code and commentsStefan Weil
2011-05-05Merge remote branch 'origin/master' into pciMichael S. Tsirkin
2011-05-05eepro100: Support 32 bit read/write access to flash registerStefan Weil
2011-05-05eepro100: Support byte read access to general control registerStefan Weil
2011-05-05eepro100: Support byte/word read/write access to MDI control registerStefan Weil
2011-05-05eepro100: Support byte/word writes to pointer registerStefan Weil
2011-05-05eepro100: Support byte/word writes to port addressStefan Weil
2011-05-05eepro100: Fix endianness issuesStefan Weil
2011-05-05eepro100: Pad received short framesStefan Weil
2011-05-05eepro100: Remove unused structure elementStefan Weil
2011-05-05eepro100: Remove type casts which are no longer neededStefan Weil
2011-05-05eepro100: Avoid duplicate debug messagesStefan Weil
2011-04-18PXE: Use consistent naming for PXE ROMsAlex Williamson
2011-04-07eepro100: convert to pci_register_bar_simple()Avi Kivity
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-11-22eepro100: Use a single rom file for all i825xx devicesStefan Weil
2010-10-27Merge branch 'pci' into for_anthonyMichael S. Tsirkin
2010-10-13eepro100: initialize a variable in all casesBlue Swirl
2010-10-07eepro100: Add support for multiple individual addresses (multiple IA)Stefan Weil
2010-09-07pci: consolidate pci_add_capability_at_offset() into pci_add_capability().Isaku Yamahata
2010-07-06eepro100: Add a dev field to eeprom new/free functionsAlex Williamson
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-06-13Move stdbool.hPaul Brook
2010-04-11eepro100: convert to new capability APIMichael S. Tsirkin
2010-04-07eepro100: fix PCI interrupt pin configuration regressionStefan Weil