]> git.proxmox.com Git - qemu.git/history - hw/etraxfs_eth.c
Use glib memory allocation and free functions
[qemu.git] / hw / etraxfs_eth.c
2011-08-21 Anthony LiguoriUse glib memory allocation and free functions
2011-08-12 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-1...
2011-08-12 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v41' into...
2011-08-12 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.23' into staging
2011-08-12 Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios' into...
2011-08-11 Edgar E. Iglesiasetrax: QDevify the Ethernet MAC.
2011-08-09 Edgar E. IglesiasMerge remote-tracking branch 'pm-arm/for-upstream'...
2011-08-09 Edgar E. Iglesiasetrax: Allocate DMA connections at board level.
2011-08-05 malcMerge branch 'master' of git://git.qemu.org/qemu
2011-08-04 Anthony LiguoriMerge remote-tracking branch 'mst/for_anthony' into...
2011-07-29 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard.afe...
2011-07-29 Anthony LiguoriMerge remote-tracking branch 'kraxel/migration.2' into...
2011-07-23 Jan Kiszkanet: Consistently use qemu_macaddr_default_if_unset
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-11 Alexander GrafAdd endianness as io mem parameter
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-08-26 Blue Swirletraxfs_eth: correct use of ! and &
2010-07-26 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-25 Edgar E. Iglesiasetrax: Update ethernet mgm-ctrl reg on writes
2010-04-25 Blue Swirlcris: remove dead assignments, spotted by clang analyzer
2009-12-03 Mark McLoughlinnet: convert etrax to NICState
2009-12-03 Mark McLoughlinnet: remove NICInfo::vc
2009-10-27 Mark McLoughlinnet: add receive_raw parameter to qemu_new_vlan_client()
2009-10-27 Mark McLoughlinnet: add a client type code
2009-10-15 Mark McLoughlinnet: allow NICs to be connected to netdevs
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-07-09 Mark McLoughlinDon't leak VLANClientState on PCI hot remove
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-06-15 Edgar E. Iglesiasetrax: Don't pass CPUState to peripherals.
2009-06-10 Anthony LiguoriMerge branch 'net-queue'
2009-06-09 Mark McLoughlinnet: add return value to packet receive handler
2009-06-09 Mark McLoughlinnet: pass VLANClientState* as first arg to receive...
2009-06-09 Mark McLoughlinnet: re-name vc->fd_read() to vc->receive()
2009-06-09 Mark McLoughlinnet: add fd_readv() handler to qemu_new_vlan_client...
2009-05-18 Edgar E. Iglesiasetrax: Remove unused eth irq line.
2009-05-13 Edgar E. IglesiasETRAX: Correct setting of ethernet station address.
2009-04-17 aliguoriIntroduce VLANClientState::cleanup() (Mark McLoughlin)
2009-02-22 edgar_iglCRIS: Fix remaining build warnings.
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2009-01-13 aliguoriCheck NIC model in some NIC init functions (Mark McLoug...
2009-01-09 edgar_iglETRAX: Let the ethernet PHY report the current link...
2009-01-07 aliguoriAdd a -net name=foo parameter (Mark McLoughlin)
2009-01-07 aliguoriAdd a model string to VLANClientState (Mark McLoughlin)
2009-01-07 edgar_iglETRAX: Correct size of control-register area.
2008-12-01 pbrookChange MMIO callbacks to use offsets, not absolute...
2008-10-24 edgar_iglETRAX-FS: Drop DMA polling for ethernet.
2008-09-22 edgar_iglETRAX-FS: Correct ethernet PHY diagnostics register...
2008-06-30 edgar_iglAvoid refering to CRIS specific cpu-state to be able...
2008-06-30 edgar_iglAvoid CRIS related warnings by Jan Kiszka.
2008-05-27 edgar_iglETRAX: Avoid compiler warning.
2008-05-18 edgar_iglETRAX: Add support for the ethernet receivers dest...
2008-05-13 edgar_iglETRAX: Add some kind of support for simulating 802...
2008-05-11 edgar_iglAdd limited support for the etrax ethernet controller.