Re: [Qemu-devel] [FOR 0.12 RESEND PATCH] fdc: fix drive property handling.

2010-02-28 Thread Aurelien Jarno
On Wed, Jan 06, 2010 at 03:23:10PM +0100, Gerd Hoffmann wrote: > Fix the floppy controller init wrappers to set the drive properties > only in case the DriveInfo pointers passed in are non NULL. This allows > to set the properties using -global. This patch looks good except for minor coding style

[Qemu-devel] [FOR 0.12 RESEND PATCH] fdc: fix drive property handling.

2010-01-06 Thread Gerd Hoffmann
Fix the floppy controller init wrappers to set the drive properties only in case the DriveInfo pointers passed in are non NULL. This allows to set the properties using -global. Signed-off-by: Gerd Hoffmann --- hw/fdc.c | 15 ++- 1 files changed, 10 insertions(+), 5 deletions(-) d