]> git.proxmox.com Git - qemu.git/history - hw/virtio.c
Don't leak VLANClientState on PCI hot remove
[qemu.git] / hw / virtio.c
2009-04-17 aliguoriIntroduce VLANClientState::cleanup() (Mark McLoughlin)
2009-04-05 aliguoriFix oops on 2.6.25 guest (Rusty Russell)
2009-03-21 aliguoriRename stable branch
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