qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 57/61] virtio : remove the function pointer.


From: KONRAD Frédéric
Subject: Re: [Qemu-devel] [PATCH 57/61] virtio : remove the function pointer.
Date: Wed, 09 Jan 2013 22:44:07 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

On 09/01/2013 21:40, Blue Swirl wrote:
On Mon, Jan 7, 2013 at 6:41 PM,  <address@hidden> wrote:
From: KONRAD Frederic <address@hidden>

This remove the function pointer in VirtIODevice, and use only
VirtioDeviceClass function pointer. It should be applied after all
the device have been refactored.

Signed-off-by: KONRAD Frederic <address@hidden>
---
  hw/9pfs/virtio-9p-device.c |  2 --
  hw/virtio-balloon.c        |  8 --------

-        vdev->set_config(vdev, vdev->config);
+    if (k->set_config)
Still this one...
and here the braces are missing.

yes, I fixed these in the newpatch-set (there are in the 3rd part).

Any idea about why checkpatch.pl didn't spot them ?
Do I use it wrong ?

Thanks,
Fred



reply via email to

[Prev in Thread] Current Thread [Next in Thread]