aboutsummaryrefslogtreecommitdiff
path: root/hw/lan9118.c
AgeCommit message (Expand)Author
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi
2012-07-28Avoid returning voidBlue Swirl
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek
2012-02-17hw/lan9118: Add basic 16-bit mode support.Evgeny Voevodin
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27sysbus: apic: ioapic: 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
2012-01-17hw/lan9118: Add save/load supportPeter Maydell
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini
2012-01-13ptimer: move declarations to ptimer.hPaolo Bonzini
2011-12-06fix spelling in hw sub directoryDong Xu Wang
2011-11-28sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity
2011-11-10hw/lan9118.c: Add missing 'break' to fix buffer overrunPeter Maydell
2011-10-10hw/lan9118.c: Convert to MemoryRegionPeter Maydell
2011-07-23Correct spelling of licensedMatthew Fernandez
2011-06-15hw/9118.c: Implement active-low interrupt supportPeter Maydell
2011-05-08Fix typos in comments (imediately -> immediately)Stefan Weil
2011-04-09lan9118: Ignore write to MAC_VLAN1 registerAtsushi Nemoto
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-01-12lan9118: fix a buffer overflowBlue Swirl
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-06-04blockdev: Collect block device code in new blockdev.cMarkus Armbruster
2009-12-21LAN9118 improvementsPaul Brook
2009-12-03net: convert LAN9118 to NICStateMark McLoughlin
2009-11-16LAN9118 emulationPaul Brook