aboutsummaryrefslogtreecommitdiff
path: root/src/hw/virtio-scsi.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-20init_virtio_blk, init_virtio_scsi: reset HBA on errorEric Northup1-3/+2
2014-01-17init_virtio_scsi(): reset the HBA before freeing its virtio ringLaszlo Ersek1-1/+3
2013-10-26Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.Kevin O'Connor1-6/+7
2013-09-18Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor1-1/+0
2013-09-18Split disk.h into block.h and std/disk.h.Kevin O'Connor1-1/+2
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-8/+9
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor1-0/+1
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor1-0/+1
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-0/+182