Re: [Qemu-devel] [PATCH v4 02/12] fdc: reduce number of pick_geometry arguments

2016-01-20 Thread Eric Blake
On 01/19/2016 11:51 PM, John Snow wrote: > Modify this function to operate directly on FDrive objects instead of > unpacking and passing all of those parameters manually. Reduces the > complexity in the caller and reduces the number of args to just one. > > Signed-off-by: John Snow > --- > hw/bl

[Qemu-devel] [PATCH v4 02/12] fdc: reduce number of pick_geometry arguments

2016-01-19 Thread John Snow
Modify this function to operate directly on FDrive objects instead of unpacking and passing all of those parameters manually. Reduces the complexity in the caller and reduces the number of args to just one. Signed-off-by: John Snow --- hw/block/fdc.c | 50