On Fri, Feb 06, 2015 at 01:14:46PM +0100, Cornelia Huck wrote: > On Fri, 6 Feb 2015 13:41:26 +0800 > Tiejun Chen <tiejun.c...@intel.com> wrote: > > > Actually we define these device IDs in virtio standard, so > > we'd better put them into one common place to manage conveniently. > > Here I also add VIRTIO_ID_RESERVE according to virtio spec. > > > > Signed-off-by: Tiejun Chen <tiejun.c...@intel.com>
We really should just write a script to import the headers from the linux kernel. They will need some tweaks to avoid dependencies on linux/types, but this seems easy to do - better than trying to keep things in sync manually. -- MST