]> git.proxmox.com Git - mirror_qemu.git/history - hw/virtio-9p.c
pci hotplug: add argument to pci hot plug callback.
[mirror_qemu.git] / hw / virtio-9p.c
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TFLUSH support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TREMOVE support.
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TWSTAT support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TCREATE support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TWRITE support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TCLUNK support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TREAD support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TOPEN support.
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TWALK support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TSTAT support
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TATTACH support.
2010-05-03 Anthony Liguorivirtio-9p: Add P9_TVERSION support
2010-05-03 Anthony Liguorivirtio-9p: Add sg helper functions
2010-05-03 Anthony Liguorivirtio-9p: Add stat and mode related helper functions.
2010-05-03 Anthony Liguorivirtio-9p: Add fid and qid management support.
2010-05-03 Anthony Liguorivirtio-9p: Add minimal set of FileOperations
2010-05-03 Anthony Liguorivirtio-9p: Add string manipulation support.
2010-05-03 Anthony Liguorivirtio-9p: pdu processing support.
2010-05-03 Anthony Liguorivirtio-9p: Add a virtio 9p device to qemu