Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / hw / virtio.c
2009-05-22 Jan KiszkaIntroduce reset notifier order
2009-05-18 Paul BrookSeparate virtio PCI code
2009-05-14 Paul BrookVirtio-net qdev conversion
2009-05-03 Isaku Yamahatause PCI_HEADER_TYPE.
2009-04-17 aliguoriIntroduce VLANClientState::cleanup() (Mark McLoughlin)
2009-04-05 aliguoriFix oops on 2.6.25 guest (Rusty Russell)
2009-03-28 aliguoriUse the DMA api to map virtio elements.
2009-03-20 aliguorivirtio: Allow guest to defer VIRTIO_F_NOTIFY_ON_EMPTY...
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2009-02-01 blueswir1Add and use #defines for PCI device classes
2009-01-29 aliguoriDon't notify virtio devices before S_DRIVER_OK (Mark...
2009-01-26 aliguoriDefine PCI vendor and device IDs in pci.h (Stuart Brady)
2008-12-11 blueswir1Rename fls to qemu_fls
2008-12-07 blueswir1Fix some new warnings introduced after r5022
2008-12-04 aliguoriFix windows build after virtio changes
2008-12-04 aliguoriRemove TARGET_PAGE_SIZE from virtio interface (Hollis...
2008-12-04 aliguoriVirtio core support