aboutsummaryrefslogtreecommitdiff
path: root/hw/xgmac.c
AgeCommit message (Expand)Author
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini
2013-03-01hw: include hw header files with full pathsPaolo Bonzini
2013-02-01net: introduce qemu_get_nic()Jason Wang
2013-02-01net: introduce qemu_get_queue()Jason Wang
2013-01-10Make all static TypeInfos constAndreas Färber
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19net: reorganize headersPaolo Bonzini
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek
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-26Add xgmac ethernet modelRob Herring