summaryrefslogtreecommitdiffstats
path: root/hw/lan9118.c
Commit message (Expand)AuthorAgeFilesLines
* hw: include hw header files with full pathsPaolo Bonzini2013-03-011-3/+3
* net: introduce qemu_get_nic()Jason Wang2013-02-011-3/+3
* net: introduce qemu_get_queue()Jason Wang2013-02-011-5/+5
* sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber2013-01-211-2/+2
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* net: reorganize headersPaolo Bonzini2012-12-191-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-6/+6
* lan9118: fix multicast filteringAurelien Jarno2012-09-071-1/+1
* net: Rename VLANClientState to NetClientStateStefan Hajnoczi2012-08-011-4/+4
* Avoid returning voidBlue Swirl2012-07-281-2/+4
* hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek2012-07-231-1/+1
* hw/lan9118: Add basic 16-bit mode support.Evgeny Voevodin2012-02-171-6/+118
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-8/+10
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-10/+19
* qdev: don't access name through infoAnthony Liguori2012-01-271-1/+1
* qdev: move qdev->info to classAnthony Liguori2012-01-271-1/+1
* hw/lan9118: Add save/load supportPeter Maydell2012-01-171-23/+103
* prepare for future GPLv2+ relicensingPaolo Bonzini2012-01-131-0/+3
* ptimer: move declarations to ptimer.hPaolo Bonzini2012-01-131-0/+1
* fix spelling in hw sub directoryDong Xu Wang2011-12-061-2/+2
* sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()Avi Kivity2011-11-281-1/+1
* hw/lan9118.c: Add missing 'break' to fix buffer overrunPeter Maydell2011-11-101-0/+1
* hw/lan9118.c: Convert to MemoryRegionPeter Maydell2011-10-101-18/+11
* Correct spelling of licensedMatthew Fernandez2011-07-231-1/+1
* hw/9118.c: Implement active-low interrupt supportPeter Maydell2011-06-151-3/+9
* Fix typos in comments (imediately -> immediately)Stefan Weil2011-05-081-1/+1
* lan9118: Ignore write to MAC_VLAN1 registerAtsushi Nemoto2011-04-091-0/+6
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-2/+2
* lan9118: fix a buffer overflowBlue Swirl2011-01-121-2/+2
* Add endianness as io mem parameterAlexander Graf2010-12-111-1/+2
* blockdev: Collect block device code in new blockdev.cMarkus Armbruster2010-06-041-0/+1
* LAN9118 improvementsPaul Brook2009-12-211-5/+89
* net: convert LAN9118 to NICStateMark McLoughlin2009-12-031-20/+25
* LAN9118 emulationPaul Brook2009-11-161-0/+1093
OpenPOWER on IntegriCloud