]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commit
block: Rename disk_op_s->drive_gf to drive_fl
authorKevin O'Connor <kevin@koconnor.net>
Tue, 11 Jul 2017 16:24:50 +0000 (12:24 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 27 Sep 2017 23:02:28 +0000 (19:02 -0400)
commite5a0b6163703627728f978d079d8c5f449af5fdd
tree36ab88dfb7bb08f51b8f73100d50941d25d5bd94
parent04db972290a6f3c61920fc7498031f477911774e
block: Rename disk_op_s->drive_gf to drive_fl

Now that the drive_s struct does not need to be in the f-segment,
rename references to drive_gf in the generic drive code to drive_fl.

This is just variable renames - no code changes.

Tested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
20 files changed:
src/block.c
src/block.h
src/cdrom.c
src/disk.c
src/hw/ahci.c
src/hw/ata.c
src/hw/blockcmd.c
src/hw/esp-scsi.c
src/hw/floppy.c
src/hw/lsi-scsi.c
src/hw/megasas.c
src/hw/mpt-scsi.c
src/hw/nvme.c
src/hw/pvscsi.c
src/hw/ramdisk.c
src/hw/sdcard.c
src/hw/usb-msc.c
src/hw/usb-uas.c
src/hw/virtio-blk.c
src/hw/virtio-scsi.c