summaryrefslogtreecommitdiff
path: root/hw/eepro100.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-2/+2
2012-09-14eepro100: Fix network hang when rx buffers run outBo Yang1-1/+3
2012-08-01net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi1-1/+1
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi1-3/+3
2012-07-29Merge branch pci into masterMichael S. Tsirkin1-2/+1
2012-07-28Avoid returning voidBlue Swirl1-4/+11
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek1-1/+1
2012-07-04pci: convert PCIUnregisterFunc to voidAlex Williamson1-2/+1
2012-04-25eepro100: Fix multicast regressionStefan Weil1-2/+26
2012-03-16net: move compute_mcast_idx() to net.hJason Wang1-25/+0
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-39/+44
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori1-75/+125
2012-01-27qdev: don't access name through infoAnthony Liguori1-1/+1
2012-01-27qdev: move qdev->info to classAnthony Liguori1-2/+2
2011-12-14Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori1-1/+1
2011-12-12Remove unnecessary casts from PCI DMA code in eepro100David Gibson1-4/+3
2011-12-06fix typo: delete redundant semicolonDong Xu Wang1-1/+1
2011-11-28eepro100: Fix alignment requirement for statistical countersStefan Weil1-1/+9
2011-11-01eepro100: Use PCI DMA stub functionsEduard - Gabriel Munteanu1-72/+49
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity1-4/+3
2011-08-08eepro100: convert to memory APIAvi Kivity1-145/+37
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin1-1/+1
2011-06-12eepro100: convert to PCIDeviceInfo to initialize idsIsaku Yamahata1-41/+33
2011-05-06Fix typo in code and commentsStefan Weil1-1/+1
2011-05-05Merge remote branch 'origin/master' into pciMichael S. Tsirkin1-1/+1
2011-05-05eepro100: Support 32 bit read/write access to flash registerStefan Weil1-0/+9
2011-05-05eepro100: Support byte read access to general control registerStefan Weil1-0/+3
2011-05-05eepro100: Support byte/word read/write access to MDI control registerStefan Weil1-2/+32
2011-05-05eepro100: Support byte/word writes to pointer registerStefan Weil1-17/+16
2011-05-05eepro100: Support byte/word writes to port addressStefan Weil1-2/+18
2011-05-05eepro100: Fix endianness issuesStefan Weil1-44/+97
2011-05-05eepro100: Pad received short framesStefan Weil1-1/+25
2011-05-05eepro100: Remove unused structure elementStefan Weil1-3/+3
2011-05-05eepro100: Remove type casts which are no longer neededStefan Weil1-7/+6
2011-05-05eepro100: Avoid duplicate debug messagesStefan Weil1-5/+9
2011-04-18PXE: Use consistent naming for PXE ROMsAlex Williamson1-1/+1
2011-04-07eepro100: convert to pci_register_bar_simple()Avi Kivity1-30/+13
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov1-0/+3
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2010-11-22eepro100: Use a single rom file for all i825xx devicesStefan Weil1-11/+3
2010-10-27Merge branch 'pci' into for_anthonyMichael S. Tsirkin1-2/+2
2010-10-13eepro100: initialize a variable in all casesBlue Swirl1-3/+3
2010-10-07eepro100: Add support for multiple individual addresses (multiple IA)Stefan Weil1-9/+21
2010-09-07pci: consolidate pci_add_capability_at_offset() into pci_add_capability().Isaku Yamahata1-2/+2
2010-07-06eepro100: Add a dev field to eeprom new/free functionsAlex Williamson1-2/+2
2010-07-06savevm: Add DeviceState paramAlex Williamson1-2/+2
2010-06-13Move stdbool.hPaul Brook1-1/+0
2010-04-11eepro100: convert to new capability APIMichael S. Tsirkin1-13/+9