Re: [Qemu-devel] [PATCH v2] linux-user: Implement copy_file_range

2018-02-15 Thread Andreas Schwab
On Feb 15 2018, Laurent Vivier wrote: > Le 06/02/2018 à 11:31, Andreas Schwab a écrit : >> No attempt is made to emulate it on the host. > > I don't understand what you mean here... If your host doesn't have it, neither will the emulation. Andreas. -- Andreas Schwab, SUSE Labs, sch...@suse.de

Re: [Qemu-devel] [PATCH v2] linux-user: Implement copy_file_range

2018-02-15 Thread Laurent Vivier
Le 06/02/2018 à 11:31, Andreas Schwab a écrit : > No attempt is made to emulate it on the host. I don't understand what you mean here... > Signed-off-by: Andreas Schwab > --- > v2: fix spacing > --- > linux-user/syscall.c | 39 +++ > 1 file changed, 39 insert