aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/ramdisk.c
Commit message (Expand)AuthorAgeFilesLines
* block: Rename disk_op_s->drive_gf to drive_flKevin O'Connor2017-09-271-1/+1
* e820: Rename memmap.c to e820map.c and use consistent "e820_" prefixKevin O'Connor2015-10-151-2/+3
* ramdisk: Allow ramdisk support (CONFIG_FLASH_FLOPPY) under QEMUKevin O'Connor2015-07-231-1/+1
* block: Rename process_XXX_op() functions to XXX_process_op()Kevin O'Connor2015-07-141-1/+1
* block: Introduce default_process_op() with common command handling codesKevin O'Connor2015-07-141-5/+1
* Make sure all code checks for malloc failuresKevin O'Connor2015-07-041-1/+1
* Remove unnecesary updates of the disk op->count field.Kevin O'Connor2013-12-271-1/+0
* Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.Kevin O'Connor2013-10-261-6/+6
* Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor2013-09-181-1/+0
* Split disk.h into block.h and std/disk.h.Kevin O'Connor2013-09-181-1/+3
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-4/+4
* Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor2013-09-181-0/+1
* Move romfile definitions from util.h to new file romfile.h.Kevin O'Connor2013-09-181-0/+1
* Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor2013-09-181-0/+1
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-0/+1
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-0/+107