summaryrefslogtreecommitdiff
path: root/hw/net/virtio-net.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-30virtio-net: count VIRTIO_NET_F_MAC when calculating config_lenJason Wang1-0/+1
2013-04-29virtio-net: unbreak the minix guestJason Wang1-7/+8
2013-04-24virtio: cleanup: init and exit function.KONRAD Frederic1-1/+1
2013-04-24virtio: remove the function pointer.KONRAD Frederic1-9/+0
2013-04-17virtio-net: cleanup: init and exit function.KONRAD Frederic1-95/+22
2013-04-17virtio-net: cleanup: use QOM cast.KONRAD Frederic1-67/+74
2013-04-17virtio-net: add the virtio-net device.KONRAD Frederic1-7/+145
2013-04-08hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini1-0/+1370