- updated changes
This commit is contained in:
parent
2511bf45a8
commit
7826f45408
@ -40,6 +40,22 @@ Changes after 2.4.5 release:
|
||||
- Added write protect option for floppy drives (based on @SF patch by Ben Lunt)
|
||||
- Added support for VGA graphics mode with 400 lines (partial fix for SF bug #2948724)
|
||||
- NE2K: Fixed "send buffer" command issue on big endian hosts
|
||||
- USB
|
||||
- converted common USB code plus devices to the new 'usb_common' plugin.
|
||||
Now the USB device classes no longer exist twice if both HC plugins are loaded.
|
||||
- added 'pseudo device' in common USB code for the device creation. This makes
|
||||
the HCs independent from the device specific code.
|
||||
- USB MSD: added support for disk image modes (like ATA disks)
|
||||
- USB printer: output file creation failure now causes a disconnect
|
||||
- hard drive
|
||||
- new hdimage method get_capabilities() that can return special flags
|
||||
- vmware3 and vmware4 classes now return HDIMAGE_HAS_GEOMETRY_FLAG
|
||||
- moved some stuff from harddrv.cc to hdimage.cc and some other code cleanups
|
||||
- new disk image mode 'vvfat'
|
||||
- ported the read-only part of Qemu's 'virtual VFAT' block driver
|
||||
- additions: configurable disk geometry, FAT32 support, read MBR and/or
|
||||
boot sector from file, volatile write support using hdimage redolog_t class
|
||||
- TODO: write back file and directory changes on Bochs exit
|
||||
|
||||
- SF patches applied
|
||||
[1539417] write protect for floppy drives by Ben Lunt
|
||||
|
Loading…
Reference in New Issue
Block a user