aboutsummaryrefslogtreecommitdiffstats
path: root/hw/virtio.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-05Fix oops on 2.6.25 guest (Rusty Russell)aliguori1-1/+8
2009-03-28Use the DMA api to map virtio elements.aliguori1-82/+17
2009-03-20virtio: Allow guest to defer VIRTIO_F_NOTIFY_ON_EMPTY (Alex Williamson)aliguori1-3/+4
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+1
2009-02-01Add and use #defines for PCI device classesblueswir11-5/+3
2009-01-29Don't notify virtio devices before S_DRIVER_OK (Mark McLoughlin)aliguori1-0/+3
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori1-4/+2
2008-12-11Rename fls to qemu_flsblueswir11-1/+1
2008-12-07Fix some new warnings introduced after r5022blueswir11-1/+1
2008-12-04Fix windows build after virtio changesaliguori1-14/+25
2008-12-04Remove TARGET_PAGE_SIZE from virtio interface (Hollis Blanchard)aliguori1-3/+13
2008-12-04Virtio core supportaliguori1-0/+847