aboutsummaryrefslogtreecommitdiffstats
path: root/hw/lan9118.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-17hw/lan9118: Add basic 16-bit mode support.Evgeny Voevodin1-6/+118
2012-02-15qom: Unify type registrationAndreas Färber1-2/+2
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-8/+10
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-10/+19
2012-01-27qdev: don't access name through infoAnthony Liguori1-1/+1
2012-01-27qdev: move qdev->info to classAnthony Liguori1-1/+1
2012-01-17hw/lan9118: Add save/load supportPeter Maydell1-23/+103
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini1-0/+3
2012-01-13ptimer: move declarations to ptimer.hPaolo Bonzini1-0/+1
2011-12-06fix spelling in hw sub directoryDong Xu Wang1-2/+2
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity1-1/+1
2011-11-10hw/lan9118.c: Add missing 'break' to fix buffer overrunPeter Maydell1-0/+1
2011-10-10hw/lan9118.c: Convert to MemoryRegionPeter Maydell1-18/+11
2011-07-23Correct spelling of licensedMatthew Fernandez1-1/+1
2011-06-15hw/9118.c: Implement active-low interrupt supportPeter Maydell1-3/+9
2011-05-08Fix typos in comments (imediately -> immediately)Stefan Weil1-1/+1
2011-04-09lan9118: Ignore write to MAC_VLAN1 registerAtsushi Nemoto1-0/+6
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-2/+2
2011-01-12lan9118: fix a buffer overflowBlue Swirl1-2/+2
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster1-0/+1
2009-12-21LAN9118 improvementsPaul Brook1-5/+89
2009-12-03net: convert LAN9118 to NICStateMark McLoughlin1-20/+25
2009-11-16LAN9118 emulationPaul Brook1-0/+1093