* [Qemu-devel] [PATCH] bsd-user: Implement strace support for getcwd syscall
@ 2014-06-16 15:05 Sean Bruno
2014-06-20 1:30 ` Sean Bruno
2014-07-03 13:58 ` Peter Maydell
0 siblings, 2 replies; 7+ messages in thread
From: Sean Bruno @ 2014-06-16 15:05 UTC (permalink / raw)
To: qemu-devel; +Cc: Sean Bruno
Signed-off-by: Sean Bruno <sbruno@freebsd.org>
---
bsd-user/freebsd/strace.list | 1 +
1 file changed, 1 insertion(+)
diff --git a/bsd-user/freebsd/strace.list b/bsd-user/freebsd/strace.list
index 2800a2d..f10caaa 100644
--- a/bsd-user/freebsd/strace.list
+++ b/bsd-user/freebsd/strace.list
@@ -28,6 +28,7 @@
{ TARGET_FREEBSD_NR___acl_set_fd, "__acl_set_fd", "%s(%d, %d, %#x)", NULL, NULL },
{ TARGET_FREEBSD_NR___acl_set_file, "__acl_set_file", "%s(\"%s\", %d, %#x)", NULL, NULL },
{ TARGET_FREEBSD_NR___acl_set_link, "__acl_set_link", "%s(\"%s\", %d, %#x)", NULL, NULL },
+{ TARGET_FREEBSD_NR___getcwd, "__getcwd", NULL, NULL, NULL },
{ TARGET_FREEBSD_NR___semctl, "__semctl", NULL, NULL, NULL },
{ TARGET_FREEBSD_NR___syscall, "__syscall", NULL, NULL, NULL },
{ TARGET_FREEBSD_NR___sysctl, "__sysctl", NULL, print_sysctl, NULL },
--
1.9.3
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PATCH] bsd-user: Implement strace support for getcwd syscall
2014-06-16 15:05 [Qemu-devel] [PATCH] bsd-user: Implement strace support for getcwd syscall Sean Bruno
@ 2014-06-20 1:30 ` Sean Bruno
2014-06-23 14:19 ` Sean Bruno
2014-07-03 13:58 ` Peter Maydell
1 sibling, 1 reply; 7+ messages in thread
From: Sean Bruno @ 2014-06-20 1:30 UTC (permalink / raw)
To: qemu-devel
On Mon, 2014-06-16 at 08:05 -0700, Sean Bruno wrote:
> Signed-off-by: Sean Bruno <sbruno@freebsd.org>
> ---
> bsd-user/freebsd/strace.list | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/bsd-user/freebsd/strace.list b/bsd-user/freebsd/strace.list
> index 2800a2d..f10caaa 100644
> --- a/bsd-user/freebsd/strace.list
> +++ b/bsd-user/freebsd/strace.list
> @@ -28,6 +28,7 @@
> { TARGET_FREEBSD_NR___acl_set_fd, "__acl_set_fd", "%s(%d, %d, %#x)", NULL, NULL },
> { TARGET_FREEBSD_NR___acl_set_file, "__acl_set_file", "%s(\"%s\", %d, %#x)", NULL, NULL },
> { TARGET_FREEBSD_NR___acl_set_link, "__acl_set_link", "%s(\"%s\", %d, %#x)", NULL, NULL },
> +{ TARGET_FREEBSD_NR___getcwd, "__getcwd", NULL, NULL, NULL },
> { TARGET_FREEBSD_NR___semctl, "__semctl", NULL, NULL, NULL },
> { TARGET_FREEBSD_NR___syscall, "__syscall", NULL, NULL, NULL },
> { TARGET_FREEBSD_NR___sysctl, "__sysctl", NULL, print_sysctl, NULL },
Ping.
sean
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PATCH] bsd-user: Implement strace support for getcwd syscall
2014-06-20 1:30 ` Sean Bruno
@ 2014-06-23 14:19 ` Sean Bruno
2014-06-23 14:42 ` Peter Maydell
0 siblings, 1 reply; 7+ messages in thread
From: Sean Bruno @ 2014-06-23 14:19 UTC (permalink / raw)
To: qemu-devel
On Thu, 2014-06-19 at 18:30 -0700, Sean Bruno wrote:
> On Mon, 2014-06-16 at 08:05 -0700, Sean Bruno wrote:
> > Signed-off-by: Sean Bruno <sbruno@freebsd.org>
> > ---
> > bsd-user/freebsd/strace.list | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/bsd-user/freebsd/strace.list b/bsd-user/freebsd/strace.list
> > index 2800a2d..f10caaa 100644
> > --- a/bsd-user/freebsd/strace.list
> > +++ b/bsd-user/freebsd/strace.list
> > @@ -28,6 +28,7 @@
> > { TARGET_FREEBSD_NR___acl_set_fd, "__acl_set_fd", "%s(%d, %d, %#x)", NULL, NULL },
> > { TARGET_FREEBSD_NR___acl_set_file, "__acl_set_file", "%s(\"%s\", %d, %#x)", NULL, NULL },
> > { TARGET_FREEBSD_NR___acl_set_link, "__acl_set_link", "%s(\"%s\", %d, %#x)", NULL, NULL },
> > +{ TARGET_FREEBSD_NR___getcwd, "__getcwd", NULL, NULL, NULL },
> > { TARGET_FREEBSD_NR___semctl, "__semctl", NULL, NULL, NULL },
> > { TARGET_FREEBSD_NR___syscall, "__syscall", NULL, NULL, NULL },
> > { TARGET_FREEBSD_NR___sysctl, "__sysctl", NULL, print_sysctl, NULL },
>
> Ping.
>
> sean
>
>
Ping perhaps trivial?
sean
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PATCH] bsd-user: Implement strace support for getcwd syscall
2014-06-23 14:19 ` Sean Bruno
@ 2014-06-23 14:42 ` Peter Maydell
0 siblings, 0 replies; 7+ messages in thread
From: Peter Maydell @ 2014-06-23 14:42 UTC (permalink / raw)
To: Sean Bruno; +Cc: qemu-devel
On 23 June 2014 15:19, Sean Bruno <sbruno@ignoranthack.me> wrote:
> On Thu, 2014-06-19 at 18:30 -0700, Sean Bruno wrote:
>> On Mon, 2014-06-16 at 08:05 -0700, Sean Bruno wrote:
>> > Signed-off-by: Sean Bruno <sbruno@freebsd.org>
>> > ---
>> > bsd-user/freebsd/strace.list | 1 +
>> > 1 file changed, 1 insertion(+)
> Ping perhaps trivial?
We're in softfreeze now (and I'm pretty busy with a bunch
of unrelated stuff), but these are still on my review
queue.
thanks
-- PMM
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PATCH] bsd-user: Implement strace support for getcwd syscall
2014-06-16 15:05 [Qemu-devel] [PATCH] bsd-user: Implement strace support for getcwd syscall Sean Bruno
2014-06-20 1:30 ` Sean Bruno
@ 2014-07-03 13:58 ` Peter Maydell
1 sibling, 0 replies; 7+ messages in thread
From: Peter Maydell @ 2014-07-03 13:58 UTC (permalink / raw)
To: Sean Bruno; +Cc: QEMU Developers
On 16 June 2014 16:05, Sean Bruno <sbruno@freebsd.org> wrote:
> Signed-off-by: Sean Bruno <sbruno@freebsd.org>
> ---
> bsd-user/freebsd/strace.list | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/bsd-user/freebsd/strace.list b/bsd-user/freebsd/strace.list
> index 2800a2d..f10caaa 100644
> --- a/bsd-user/freebsd/strace.list
> +++ b/bsd-user/freebsd/strace.list
> @@ -28,6 +28,7 @@
> { TARGET_FREEBSD_NR___acl_set_fd, "__acl_set_fd", "%s(%d, %d, %#x)", NULL, NULL },
> { TARGET_FREEBSD_NR___acl_set_file, "__acl_set_file", "%s(\"%s\", %d, %#x)", NULL, NULL },
> { TARGET_FREEBSD_NR___acl_set_link, "__acl_set_link", "%s(\"%s\", %d, %#x)", NULL, NULL },
> +{ TARGET_FREEBSD_NR___getcwd, "__getcwd", NULL, NULL, NULL },
> { TARGET_FREEBSD_NR___semctl, "__semctl", NULL, NULL, NULL },
> { TARGET_FREEBSD_NR___syscall, "__syscall", NULL, NULL, NULL },
> { TARGET_FREEBSD_NR___sysctl, "__sysctl", NULL, print_sysctl, NULL },
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
and added to bsd-user.next (which I've also rebased on top of
current master). This is 2.2 material, though.
thanks
-- PMM
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PATCH] bsd-user: Implement strace support for getcwd syscall
@ 2014-06-23 14:54 Sean Bruno
2014-06-23 14:55 ` Peter Maydell
0 siblings, 1 reply; 7+ messages in thread
From: Sean Bruno @ 2014-06-23 14:54 UTC (permalink / raw)
To: Peter Maydell, Sean Bruno; +Cc: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 894 bytes --]
Would you prefer a much larger patch set since you'll be delaying review? Something that actually makes bsd-user run ? :-)
-------- Original message --------
From: Peter Maydell <peter.maydell@linaro.org>
Date:06/23/2014 7:42 AM (GMT-07:00)
To: Sean Bruno <sbruno@freebsd.org>
Cc: qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] bsd-user: Implement strace support for\r getcwd syscall
On 23 June 2014 15:19, Sean Bruno <sbruno@ignoranthack.me> wrote:
> On Thu, 2014-06-19 at 18:30 -0700, Sean Bruno wrote:
>> On Mon, 2014-06-16 at 08:05 -0700, Sean Bruno wrote:
>> > Signed-off-by: Sean Bruno <sbruno@freebsd.org>
>> > ---
>> > bsd-user/freebsd/strace.list | 1 +
>> > 1 file changed, 1 insertion(+)
> Ping perhaps trivial?
We're in softfreeze now (and I'm pretty busy with a bunch
of unrelated stuff), but these are still on my review
queue.
thanks
-- PMM
[-- Attachment #2: Type: text/html, Size: 1140 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PATCH] bsd-user: Implement strace support for getcwd syscall
2014-06-23 14:54 Sean Bruno
@ 2014-06-23 14:55 ` Peter Maydell
0 siblings, 0 replies; 7+ messages in thread
From: Peter Maydell @ 2014-06-23 14:55 UTC (permalink / raw)
To: Sean Bruno; +Cc: Sean Bruno, qemu-devel
On 23 June 2014 15:54, Sean Bruno <sbruno@ignoranthack.me> wrote:
> Would you prefer a much larger patch set since you'll be delaying review?
> Something that actually makes bsd-user run ? :-)
You certainly don't have to wait for these patches to pass
review to start work on the next part of the cleanup.
thanks
-- PMM
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-07-03 13:59 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-16 15:05 [Qemu-devel] [PATCH] bsd-user: Implement strace support for getcwd syscall Sean Bruno
2014-06-20 1:30 ` Sean Bruno
2014-06-23 14:19 ` Sean Bruno
2014-06-23 14:42 ` Peter Maydell
2014-07-03 13:58 ` Peter Maydell
-- strict thread matches above, loose matches on Subject: below --
2014-06-23 14:54 Sean Bruno
2014-06-23 14:55 ` Peter Maydell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).