Re: [Qemu-devel] [PULL 00/01] Adding new syscalls to seccomp whitelist

2014-11-05 Thread Peter Maydell
On 22 October 2014 11:02, Peter Maydell wrote: > On 22 October 2014 09:04, Eduardo Otubo > wrote: >> On Fri, Sep 19, 2014 at 08:11:14AM -0700, Peter Maydell wrote: >>> You have compile problems in current master as well. Your macros >>> probably need to guard themselves on whether the syscall th

Re: [Qemu-devel] [PULL 00/01] Adding new syscalls to seccomp whitelist

2014-10-22 Thread Peter Maydell
On 22 October 2014 09:04, Eduardo Otubo wrote: > On Fri, Sep 19, 2014 at 08:11:14AM -0700, Peter Maydell wrote: >> You have compile problems in current master as well. Your macros >> probably need to guard themselves on whether the syscall they're >> adding to the list actually exists on the host.

Re: [Qemu-devel] [PULL 00/01] Adding new syscalls to seccomp whitelist

2014-10-22 Thread Eduardo Otubo
On Fri, Sep 19, 2014 at 08:11:14AM -0700, Peter Maydell wrote: > On 19 September 2014 07:38, Eduardo Otubo > wrote: > > On Fri, Sep 19, 2014 at 4:15 PM, Peter Maydell > > wrote: > >> ...how about fixing your compile errors on non-x86 platforms > >> before adding more stuff here? > > > > Hm, inde

Re: [Qemu-devel] [PULL 00/01] Adding new syscalls to seccomp whitelist

2014-09-19 Thread Peter Maydell
On 19 September 2014 07:38, Eduardo Otubo wrote: > On Fri, Sep 19, 2014 at 4:15 PM, Peter Maydell > wrote: >> ...how about fixing your compile errors on non-x86 platforms >> before adding more stuff here? > > Hm, indeed. I should have double checked that. Thanks for pointing that out. > > Philip

Re: [Qemu-devel] [PULL 00/01] Adding new syscalls to seccomp whitelist

2014-09-19 Thread Eduardo Otubo
On Fri, Sep 19, 2014 at 4:15 PM, Peter Maydell wrote: > On 19 September 2014 06:22, Eduardo Otubo > wrote: >> The following changes since commit 10e11f4d2bf171f99c6b13883a510acfbc5dd585: >> >> Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging >> (2014-09-18 20:02:01 +01

Re: [Qemu-devel] [PULL 00/01] Adding new syscalls to seccomp whitelist

2014-09-19 Thread Peter Maydell
On 19 September 2014 06:22, Eduardo Otubo wrote: > The following changes since commit 10e11f4d2bf171f99c6b13883a510acfbc5dd585: > > Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging > (2014-09-18 20:02:01 +0100) > > are available in the git repository at: > > > git://g

[Qemu-devel] [PULL 00/01] Adding new syscalls to seccomp whitelist

2014-09-19 Thread Eduardo Otubo
The following changes since commit 10e11f4d2bf171f99c6b13883a510acfbc5dd585: Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2014-09-18 20:02:01 +0100) are available in the git repository at: git://github.com/otubo/qemu.git tags/goto-upstream for you to fetch ch