]> git.proxmox.com Git - qemu.git/history - hw/virtio.c
virtio-blk: Avoid zeroing every request structure
[qemu.git] / hw / virtio.c
2010-05-17 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-05-12 Michael S. Tsirkinvirtio: invoke set_features on load
2010-04-01 Stefan Weilwin32: Fix compiler errors from u_int64_t
2010-04-01 Michael S. Tsirkinvirtio: notifier support + APIs for queue fields
2010-01-20 Amit Shahvirtio: Remove duplicate macro definition for max....
2010-01-11 Michael S. Tsirkinvirtio: add features as qdev properties
2010-01-11 Michael S. Tsirkinvirtio: rename features -> guest_features
2009-12-12 Michael S. Tsirkinvirtio: verify features on load
2009-10-30 Michael S. Tsirkinqemu/virtio: make wmb compiler barrier + comments
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