Re: [Qemu-devel] [PULL trivial 2/5] slirp: remove mbuf(m_hdr, m_dat) indirection

2013-07-24 Thread Michael Tokarev
24.07.2013 16:44, Andreas Färber wrote: > Am 19.07.2013 11:11, schrieb Michael Tokarev: >> --- > > NACK, this commit in the pull request is lacking Signed-off-bys! > > The original patch (attachment in reply to "slirp: reorder include to > fix FreeBSD build failure") had a misspelled "Signed-off-

Re: [Qemu-devel] [PULL trivial 2/5] slirp: remove mbuf(m_hdr, m_dat) indirection

2013-07-24 Thread Andreas Färber
Am 19.07.2013 11:11, schrieb Michael Tokarev: > --- NACK, this commit in the pull request is lacking Signed-off-bys! The original patch (attachment in reply to "slirp: reorder include to fix FreeBSD build failure") had a misspelled "Signed-off-By" from mjt. Michael, can you please re-add that and

[Qemu-devel] [PULL trivial 2/5] slirp: remove mbuf(m_hdr, m_dat) indirection

2013-07-19 Thread Michael Tokarev
--- slirp/mbuf.h | 51 ++- slirp/tcp_subr.c | 12 ++-- 2 files changed, 24 insertions(+), 39 deletions(-) diff --git a/slirp/mbuf.h b/slirp/mbuf.h index 3f3ab09..b144f1c 100644 --- a/slirp/mbuf.h +++ b/slirp/mbuf.h @@ -49,22 +49,6 @@