aboutsummaryrefslogtreecommitdiff
path: root/hw/net/milkymist-minimac2.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2018-10-30Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-...Peter Maydell1-5/+10
2018-10-30milkymist-minimac2: Use qemu_log_mask(GUEST_ERROR) instead of error_reportPhilippe Mathieu-Daudé1-5/+10
2018-10-24net: milkymist_minimac2: convert SysBus init method to a realize methodCédric Le Goater1-6/+3
2017-07-14memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()Peter Maydell1-1/+1
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-1/+1
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29lm32: Clean up includesPeter Maydell1-0/+1
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-1/+1
2015-07-27milkymist-minimac2: Flush queued packets when link comes upFam Zheng1-17/+16
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini1-8/+0
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+1
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-4/+2
2013-07-29milkymist-minimac2: QOM cast cleanupAndreas Färber1-11/+16
2013-07-18milkymist-minimac2: Fix minimac2_read/_write tracepointsMarkus Armbruster1-1/+1
2013-07-04hw/n*: pass owner to memory_region_init* functionsPaolo Bonzini1-2/+2
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-2/+2
2013-04-20qdev: Drop taddr propertiesPeter Maydell1-1/+0
2013-04-08hw: move NICs to hw/net/, configure via default-configs/Paolo Bonzini1-0/+547