]> xenbits.xensource.com Git - seabios.git/commit
disk: Don't require the 'struct drive_s' to be in the f-segment
authorKevin O'Connor <kevin@koconnor.net>
Tue, 11 Jul 2017 16:09:57 +0000 (12:09 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 27 Sep 2017 23:02:16 +0000 (19:02 -0400)
commit04db972290a6f3c61920fc7498031f477911774e
tree61486505328ef8cb6abf6785da1db07982067551
parent5e9a6d5b03b8a7458b1f1d68d6e98f5de16f4e0b
disk: Don't require the 'struct drive_s' to be in the f-segment

Allow the 'struct drive_s' drive description structure to be in either
the "low" memory segment or the f-segment.

Tested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/block.c
src/disk.c
src/hw/blockcmd.c