Re: [Qemu-devel] Towards an ivshmem 2.0?

2017-01-23 Thread Måns Rullgård
fficult it would be to get that change upstream-ed to > the kernel, but looking forward to seeing your solutions. The problem is that the shared memory mapping doesn't have a struct page as required by lots of networking code. -- Måns Rullgård

Re: [Qemu-devel] [PATCH] target-arm: implement ARMv8 VSEL instruction

2013-06-20 Thread Måns Rullgård
). That's because it is neither. It is CDP2, previously not decoded at all. This seemed as logical a place as any to me. If you disagree, please say where you'd prefer that it go. -- Måns Rullgård m...@mansr.com

Re: [Qemu-devel] [PATCH] target-arm: decode TBB/TBH more thoroughly

2013-06-17 Thread Måns Rullgård
the simplest after all. -- Måns Rullgård m...@mansr.com

Re: [Qemu-devel] [PATCH 3/3] target-arm: explicitly decode SEVL instruction

2013-06-13 Thread Måns Rullgård
be clearer. It needs to be implemented when/if SEV and WFE are. -- Måns Rullgård m...@mansr.com

[Qemu-devel] Re: [PATCHv2] configure: verify stdio.h

2010-01-27 Thread Måns Rullgård
on every combination of build and target system we use. -- Måns Rullgård m...@mansr.com

[Qemu-devel] Re: [PATCHv2] configure: verify stdio.h

2010-01-26 Thread Måns Rullgård
. Is that really desirable? -- Måns Rullgård m...@mansr.com

[Qemu-devel] Re: Stop using which in ./configure

2010-01-21 Thread Måns Rullgård
Juan Quintela quint...@redhat.com writes: Loïc Minier l...@dooz.org wrote: On Wed, Jan 20, 2010, Måns Rullgård wrote: If you make that IFS=${local_ifs:-$(printf ' \t\n')} it should be safe. Likewise if you set the value first. Ok; see attached patches I still think that path_of

[Qemu-devel] Re: Stop using which in ./configure

2010-01-20 Thread Måns Rullgård
=: [...] +IFS=$local_ifs +return 0 [...] +IFS=$local_ifs +return 1 If you make that IFS=${local_ifs:-$(printf ' \t\n')} it should be safe. Likewise if you set the value first. -- Måns Rullgård m...@mansr.com

[Qemu-devel] Re: Stop using which in ./configure

2010-01-19 Thread Måns Rullgård
. This also replaces all uses of which in ./configure. (This should be applied on top of the sdl-config patch.) Thanks, Why don't you use type -P for path_of ? The standard type has no options. -- Måns Rullgård m...@mansr.com

[Qemu-devel] Re: Stop using which in ./configure

2010-01-19 Thread Måns Rullgård
important? Doesn't look like it to me. -- Måns Rullgård m...@mansr.com

[Qemu-devel] Re: [PATCH] Check for sdl-config before calling it

2010-01-17 Thread Måns Rullgård
, use type. -- Måns Rullgård m...@mansr.com

[Qemu-devel] Re: [PATCH] Check for sdl-config before calling it

2010-01-17 Thread Måns Rullgård
Stefan Weil w...@mail.berlios.de writes: Måns Rullgård schrieb: Loïc Minier l...@dooz.org writes: Hi On systems were sdl-config isn't installed, ./configure triggers this warning: ./configure: 957: sdl-config: not found The attached patch fixes the warning for me

[Qemu-devel] Re: CODING_STYLE and if blocks

2009-10-22 Thread Måns Rullgård
improves readability. -- Måns Rullgård m...@mansr.com