]> git.proxmox.com Git - mirror_qemu.git/history - hw/virtio.h
eepro100: fix mapping of flash memory
[mirror_qemu.git] / hw / virtio.h
2010-04-01 Michael S. Tsirkinvirtio: move typedef to qemu-common
2010-04-01 Michael S. Tsirkinvirtio: add set_status callback
2010-04-01 Michael S. Tsirkinvirtio: notifier support + APIs for queue fields
2010-02-13 Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-10 Christoph Hellwigblock: add topology qdev properties
2010-01-20 Amit Shahvirtio-console: qdev conversion, new virtio-serial-bus
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-27 Gerd Hoffmannvirtio: use qdev properties for configuration.
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-25 Stefan WeilSuppress some variants of English in comments
2009-08-10 Gerd Hoffmannqdev-ify virtio-blk.
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-05-18 Paul BrookSeparate virtio PCI code
2009-05-14 Paul BrookVirtio-net qdev conversion
2009-04-17 aliguoriIntroduce VLANClientState::cleanup() (Mark McLoughlin)
2009-04-05 aliguoriFix oops on 2.6.25 guest (Rusty Russell)
2009-02-01 blueswir1Add and use #defines for PCI device classes
2008-12-05 aliguoriMake struct iovec universally available
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