Bochs/bochs/iodev/hdimage
Volker Ruppert 7cf7ee8293 Block device detection fixes for Linux.
- now using macro S_ISBLK() to detect block device (cdrom/hdimage).
- re-implemented recently removed check for block device in concat mode.
2015-10-25 17:02:12 +00:00
..
cdrom_amigaos.cc Always enable the portable ISO image file support. The option --enable-cdrom now 2013-11-10 11:14:42 +00:00
cdrom_amigaos.h Rewrite of the lowlevel cdrom code 2013-11-06 11:15:22 +00:00
cdrom_misc.cc Block device detection fixes for Linux. 2015-10-25 17:02:12 +00:00
cdrom_misc.h Rewrite of the lowlevel cdrom code 2013-11-06 11:15:22 +00:00
cdrom_osx.cc Attempt to fix a compilation error on OSX. 2014-08-23 14:46:31 +00:00
cdrom_osx.h Rewrite of the lowlevel cdrom code 2013-11-06 11:15:22 +00:00
cdrom_win32.cc Fixed crash on exit caused by physical drive without media present. Now setting 2015-04-28 17:01:41 +00:00
cdrom_win32.h Rewrite of the lowlevel cdrom code 2013-11-06 11:15:22 +00:00
cdrom.cc Connecting USB CD-ROM without media present now supported 2014-01-21 20:56:50 +00:00
cdrom.h Rewrite of the lowlevel cdrom code 2013-11-06 11:15:22 +00:00
hdimage.cc Block device detection fixes for Linux. 2015-10-25 17:02:12 +00:00
hdimage.h Fixed and improved 'concat' disk image mode. 2015-10-17 10:06:36 +00:00
Makefile.in Added Oracle(tm) VM VirtualBox image support (VDI version 1.1). Patch written 2015-03-29 14:27:32 +00:00
scsi_commands.h
vbox.cc Fixed read() and write() methods of most disk images modes to support multiple 2015-10-15 17:21:34 +00:00
vbox.h Added Oracle(tm) VM VirtualBox image support (VDI version 1.1). Patch written 2015-03-29 14:27:32 +00:00
vmware3.cc Fixed read() and write() methods of most disk images modes to support multiple 2015-10-15 17:21:34 +00:00
vmware3.h
vmware4.cc Fixed read() and write() methods of most disk images modes to support multiple 2015-10-15 17:21:34 +00:00
vmware4.h Added VMDK version 4 disk image creation support (ported from Qemu). 2013-11-03 07:41:29 +00:00
vpc-img.cc Fixed crash when using a "fixed" type VPC image. 2014-10-14 21:39:05 +00:00
vpc-img.h bximage_new: Added VPC dynamic type image creation support (ported from Qemu). 2013-10-19 21:16:10 +00:00
vvfat.cc Added static variable 'vvfat_count' for generating a unique FAT ID. 2015-07-12 14:46:00 +00:00
vvfat.h