aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ne2000-isa.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-11/+15
2012-01-27isa: pic: convert to QEMU Object ModelAnthony Liguori1-5/+11
2012-01-27qdev: don't access name through infoAnthony Liguori1-1/+1
2012-01-27qdev: move qdev->info to classAnthony Liguori1-1/+1
2011-10-11ne2000: Convert to isa_register_ioportRichard Henderson1-4/+1
2011-08-08ne2000: convert to memory APIAvi Kivity1-10/+3
2011-02-20ne2000_isa: refactor device creationBlue Swirl1-13/+0
2010-12-11Keep track of ISA ports ISA device is using in qdev.Gleb Natapov1-0/+3
2009-12-04Add "static" to please SparseBlue Swirl1-1/+1
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela1-1/+11
2009-12-03net: convert ne2000 to NICStateMark McLoughlin1-8/+14
2009-10-27ne2000: port to vmstateJuan Quintela1-1/+1
2009-10-27ne2k_isa: use qdev properties for configuration.Gerd Hoffmann1-11/+8
2009-10-07New qdev_init_nofail()Markus Armbruster1-1/+1
2009-09-14ne2000-isa: Do not free memory owned by qdevmalc1-2/+0
2009-09-10qdev/isa: convert ne2000Gerd Hoffmann1-0/+111