Re: [Qemu-devel] [PATCH] virtio: remove useless virtio_net_init define

2014-12-08 Thread Gonglei
On 2014/12/8 23:34, Markus Armbruster wrote: > writes: > >> From: Gonglei >> >> commit 1773d9ee (virtio-net: cleanup: init and exit function) >> had removed realization of virtio_net_init(), but didn't remove >> the define of head file. Let's remove it. >> >> Signed-off-by: Gonglei > > I get

Re: [Qemu-devel] [PATCH] virtio: remove useless virtio_net_init define

2014-12-08 Thread Markus Armbruster
writes: > From: Gonglei > > commit 1773d9ee (virtio-net: cleanup: init and exit function) > had removed realization of virtio_net_init(), but didn't remove > the define of head file. Let's remove it. > > Signed-off-by: Gonglei I get what you mean by "realization", but the technical term is def

[Qemu-devel] [PATCH] virtio: remove useless virtio_net_init define

2014-12-08 Thread arei.gonglei
From: Gonglei commit 1773d9ee (virtio-net: cleanup: init and exit function) had removed realization of virtio_net_init(), but didn't remove the define of head file. Let's remove it. Signed-off-by: Gonglei --- include/hw/virtio/virtio.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/incl