Re: [Qemu-devel] PATCH: minor simplification in ide.c

2008-01-22 Thread Laurent Vivier
Le mardi 22 janvier 2008 à 17:14 +0100, Tristan Gingold a écrit : > Hi, > > there is no need to alloc and free a buffer in guess_disk_lchs. > io_buffer can be used instead. > This slightly simplify the code. I agree. Laurent -- - [EMAIL PROTECTED] -- "La pe

[Qemu-devel] PATCH: minor simplification in ide.c

2008-01-22 Thread Tristan Gingold
Hi, there is no need to alloc and free a buffer in guess_disk_lchs. io_buffer can be used instead. This slightly simplify the code. ide.diff Description: Binary data