]> git.proxmox.com Git - qemu.git/history - hw/virtio.c
Revert "Get rid of _t suffix"
[qemu.git] / hw / virtio.c
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-11 Michael S. Tsirkinqemu: init all queues to NO_VECTOR value
2009-07-09 Michael S. Tsirkinqemu: remove control vector save
2009-06-24 Michael S. Tsirkinqemu/virtio: virtio save/load bindings
2009-06-24 Michael S. Tsirkinqemu/virtio: virtio support for many interrupt vectors
2009-06-22 Mark McLoughlinvirtio: add support for indirect ring entries
2009-06-22 Mark McLoughlinvirtio: make vring_desc_*() take phys addrs
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