aboutsummaryrefslogtreecommitdiffstats
path: root/hw/eepro100.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-07eepro100: fix PCI interrupt pin configuration regressionStefan Weil1-0/+3
2010-04-07eepro100: fix mapping of flash memoryStefan Weil1-5/+5
2010-04-07eepro100: Set power management capability using pci_reserve_capabilityStefan Weil1-21/+18
2010-04-06eepro100: Set configuration bit for standard TCBStefan Weil1-0/+3
2010-04-06eepro100: Add new device variant i82801Stefan Weil1-0/+15
2010-04-06eepro100: Simplified device instantiationStefan Weil1-280/+167
2010-04-06eepro100: Simplify status handlingStefan Weil1-4/+4
2010-04-06eepro100: Don't allow writing SCBStatusStefan Weil1-44/+5
2010-03-15eepro100: address pci todo's, use pci_set_xxMichael S. Tsirkin1-62/+32
2010-03-03eepro100: Keep includes sortedStefan Weil1-1/+1