qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH] virtio: rename features -> guest_features


From: Michael S. Tsirkin
Subject: [Qemu-devel] Re: [PATCH] virtio: rename features -> guest_features
Date: Sun, 13 Dec 2009 22:34:04 +0200
User-agent: Mutt/1.5.19 (2009-01-05)

On Sun, Dec 13, 2009 at 09:29:27PM +0100, Juan Quintela wrote:
> "Michael S. Tsirkin" <address@hidden> wrote:
> > Rename features->guest_features. This is
> > what they are, avoid confusion with
> > host features which we also need to keep around.
> 
> ....
> 
> >      case SYBORG_VIRTIO_GUEST_FEATURES:
> >          if (vdev->set_features)
> >              vdev->set_features(vdev, value);
> 
> Once there, this should rename this to set_guest_features() also for 
> consistency?
> 
> Later, Juan.

We can do this. It's less important for me because we don't
need to add set_host_features anytime soon :)




reply via email to

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