Re: [Qemu-devel] [PATCH RFC 0/3] linux-user: netlink support

2016-02-07 Thread Peter Maydell
On 7 February 2016 at 10:24, Laurent Vivier wrote: > This is in fact a bug in TCG interpreter which not supports "Multiply > and add" instructions (in this case: "evmheumiaaw"). PPC instruction mnemonics never cease to amuse me. (On which note somebody just pointed me at https://twitter.com/ppcin

Re: [Qemu-devel] [PATCH RFC 0/3] linux-user: netlink support

2016-02-07 Thread Laurent Vivier
Le 30/01/2016 23:26, Laurent Vivier a écrit : > Since commit: > e36800c linux-user: add signalfd/signalfd4 syscalls > > It is now possible to register handlers to a file descriptor > to translate a data stream transiting by this file descriptor. > > We can now decode netlink information coming

[Qemu-devel] [PATCH RFC 0/3] linux-user: netlink support

2016-01-30 Thread Laurent Vivier
Since commit: e36800c linux-user: add signalfd/signalfd4 syscalls It is now possible to register handlers to a file descriptor to translate a data stream transiting by this file descriptor. We can now decode netlink information coming from the guest and inject a translated one into the host, and