Am 04.08.2010 14:27, schrieb andrzej zaborowski: > Hi, > > On 4 August 2010 12:30, Kevin Wolf <kw...@redhat.com> wrote: >> Am 04.08.2010 01:46, schrieb Aaron Mason: >>> + const char *real_filename, *temp_str, *adapterType = "ide"; > > Sorry to complain about style, but note that uppercase characters are > not used in variable names in Qemu (that I see).
Whoops, missed that one when complaining about the other style problems. Yes, this should be adapter_type. Kevin