summaryrefslogtreecommitdiffstats
path: root/hw/net
Commit message (Expand)AuthorAgeFilesLines
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-1622-18/+4Star
* Include exec/memory.h slightly lessMarkus Armbruster2019-08-162-0/+2
* Include migration/vmstate.h lessMarkus Armbruster2019-08-1630-0/+30
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-1625-0/+27
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* memory: Fix type of IOMMUMemoryRegionClass member @parent_classMarkus Armbruster2019-08-161-0/+1
* e1000: don't raise interrupt in pre_save()Jason Wang2019-07-291-6/+2Star
* sunhme: ensure that RX descriptor ring overflow is indicated to client driverMark Cave-Ayland2019-07-022-0/+10
* sunhme: fix return values from sunhme_receive() during receive packet processingMark Cave-Ayland2019-07-021-3/+3
* sunhme: flush any queued packets when HME_MAC_RXCFG_ENABLE bit is raisedMark Cave-Ayland2019-07-021-0/+10
* sunhme: fix incorrect constant in sunhme_can_receive()Mark Cave-Ayland2019-07-021-1/+1
* sunhme: add trace event for logging PCI IRQMark Cave-Ayland2019-07-022-0/+3
* net/announce: Add optional IDDr. David Alan Gilbert2019-07-021-2/+2
* ftgmac100: do not link to netdevCédric Le Goater2019-07-021-2/+0Star
* xen: Import other xen/io/*.hAnthony PERARD2019-06-241-1/+1
* Supply missing header guardsMarkus Armbruster2019-06-123-1/+15
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-1234-4/+41
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-05-174-108/+139
|\
| * hw/net/ne2000: Extract the PCI device from the chipset common codePhilippe Mathieu-Daudé2019-05-174-108/+139
* | e1000: Never increment the RX undersize count registerChris Kenna2019-05-171-1/+0Star
* | vhost_net: don't set backend for the uninitialized virtqueueJason Wang2019-05-171-0/+10
|/
* hw/net/pcnet: Use qemu_log_mask(GUEST_ERROR) instead of printfPhilippe Mathieu-Daudé2019-05-021-1/+3
* hw/devices: Move SMSC 91C111 declaration into a new headerPhilippe Mathieu-Daudé2019-04-291-1/+1
* hw/net/lan9118: Export TYPE_LAN9118 and use it instead of hardcoded stringPhilippe Mathieu-Daudé2019-04-291-1/+0Star
* hw/devices: Move LAN9118 declarations into a new headerPhilippe Mathieu-Daudé2019-04-291-1/+1
* virtio-net: Fix typo in commentYuval Shaia2019-04-021-1/+1
* e1000: Delay flush queue when receive RCTLyuchenlin2019-03-291-2/+22
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-03-281-2/+2
|\
| * kconfig: add dependencies on CONFIG_MSI_NONBROKENPaolo Bonzini2019-03-181-2/+2
* | trace-events: Fix attribution of trace points to sourceMarkus Armbruster2019-03-221-4/+4
* | trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-17/+17
|/
* spapr: Use CamelCase properlyDavid Gibson2019-03-121-55/+55
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...Peter Maydell2019-03-081-1/+0Star
|\
| * hw: Remove unused 'hw/devices.h' includePhilippe Mathieu-Daudé2019-03-071-1/+0Star
* | sparc-softmmu.mak: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+1
* | ppc: Express dependencies of the Mac machines with kconfigThomas Huth2019-03-071-0/+1
* | virtio: express virtio dependencies with KconfigYang Zhong2019-03-071-0/+2
* | ptimer: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+2
* | isa: express dependencies with kconfigPaolo Bonzini2019-03-071-0/+4
* | build: convert pci.mak to KconfigPaolo Bonzini2019-03-071-0/+23
* | kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+92
|/
* virtio-net: Allow qemu_announce_self to trigger virtio announcementsDr. David Alan Gilbert2019-03-052-3/+33
* virtio-net: Switch to using announce timerDr. David Alan Gilbert2019-03-052-13/+28
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-03-043-80/+101
|\
| * vhost-net: compile it on all targets that have virtio-net.Paolo Bonzini2019-02-212-5/+3Star
| * vhost: restrict Linux dependency to kernel vhostPaolo Bonzini2019-02-211-2/+1Star
| * vhost-net-user: add stubs for when no virtio-net device is presentPaolo Bonzini2019-02-211-0/+4
| * vhost-net: move stubs to a separate filePaolo Bonzini2019-02-213-75/+95
* | virtio-net: make VirtIOFeature usable for other virtio devicesStefano Garzarella2019-02-221-24/+7Star
|/