On 11/6/24 23:49, Noah Goldstein wrote:
On Wed, Nov 6, 2024 at 3:30 PM Noah Goldstein wrote:
On Wed, Nov 6, 2024 at 3:10 PM Richard Henderson
wrote:
On 11/6/24 18:13, Noah Goldstein wrote:
Question about impl regarding handling of `-execfd` with/without a program name.
1) `-execfd` + prog
On 11/6/24 21:30, Noah Goldstein wrote:
On Wed, Nov 6, 2024 at 3:10 PM Richard Henderson
wrote:
On 11/6/24 18:13, Noah Goldstein wrote:
Question about impl regarding handling of `-execfd` with/without a program name.
1) `-execfd` + program name ie: `qemu -execfd ls -a`.
2) `-execfd` without
On Wed, Nov 6, 2024 at 3:30 PM Noah Goldstein wrote:
>
> On Wed, Nov 6, 2024 at 3:10 PM Richard Henderson
> wrote:
> >
> > On 11/6/24 18:13, Noah Goldstein wrote:
> > > Question about impl regarding handling of `-execfd` with/without a
> > > program name.
> > >
> > > 1) `-execfd` + program name
On Wed, Nov 6, 2024 at 3:10 PM Richard Henderson
wrote:
>
> On 11/6/24 18:13, Noah Goldstein wrote:
> > Question about impl regarding handling of `-execfd` with/without a program
> > name.
> >
> > 1) `-execfd` + program name ie: `qemu -execfd ls -a`.
> > 2) `-execfd` without program name i.e: `q
On 11/6/24 18:13, Noah Goldstein wrote:
Question about impl regarding handling of `-execfd` with/without a program name.
1) `-execfd` + program name ie: `qemu -execfd ls -a`.
2) `-execfd` without program name i.e: `qemu -execfd -a`.
Do you want to allow both of these? If you want to allow (1)
On Wed, Nov 6, 2024 at 11:53 AM Noah Goldstein wrote:
>
> On Wed, Nov 6, 2024 at 11:26 AM Richard Henderson
> wrote:
> >
> > On 11/6/24 17:03, Noah Goldstein wrote:
> > > On Wed, Nov 6, 2024 at 3:38 AM Richard Henderson
> > > wrote:
> > >>
> > >> On 11/5/24 23:54, Noah Goldstein wrote:
> > >
On Wed, Nov 6, 2024 at 11:26 AM Richard Henderson
wrote:
>
> On 11/6/24 17:03, Noah Goldstein wrote:
> > On Wed, Nov 6, 2024 at 3:38 AM Richard Henderson
> > wrote:
> >>
> >> On 11/5/24 23:54, Noah Goldstein wrote:
> > You still need to handle is_proc_myself, for the guest binary.
> >>>
> >>>
On 11/6/24 17:03, Noah Goldstein wrote:
On Wed, Nov 6, 2024 at 3:38 AM Richard Henderson
wrote:
On 11/5/24 23:54, Noah Goldstein wrote:
You still need to handle is_proc_myself, for the guest binary.
Would this by handled by basically do:
```
if (is_proc_myself(p, "exe")) {
exe =
On Wed, Nov 6, 2024 at 3:38 AM Richard Henderson
wrote:
>
> On 11/5/24 23:54, Noah Goldstein wrote:
> >>> You still need to handle is_proc_myself, for the guest binary.
> >
> > Would this by handled by basically do:
> >
> > ```
> > if (is_proc_myself(p, "exe")) {
> > exe = exec_path;
> >
On 11/5/24 23:54, Noah Goldstein wrote:
You still need to handle is_proc_myself, for the guest binary.
Would this by handled by basically do:
```
if (is_proc_myself(p, "exe")) {
exe = exec_path;
if (through_qemu)
argp[argp_offset] = exec_path;
}
```
Or am I missi
On Tue, Nov 5, 2024 at 5:48 PM Noah Goldstein wrote:
>
> On Tue, Nov 5, 2024 at 5:37 AM Richard Henderson
> wrote:
> >
> > On 10/30/24 14:10, Noah Goldstein wrote:
> > > The new option '-qemu-children' makes it so that on `execve` the child
> > > process will be launch by the same `qemu` executab
On Tue, Nov 5, 2024 at 5:37 AM Richard Henderson
wrote:
>
> On 10/30/24 14:10, Noah Goldstein wrote:
> > The new option '-qemu-children' makes it so that on `execve` the child
> > process will be launch by the same `qemu` executable that is currently
> > running along with its current commandline
On 10/30/24 14:10, Noah Goldstein wrote:
The new option '-qemu-children' makes it so that on `execve` the child
process will be launch by the same `qemu` executable that is currently
running along with its current commandline arguments.
The motivation for the change is to make it so that plugins
On Wed, Oct 30, 2024 at 9:10 AM Noah Goldstein wrote:
>
> The new option '-qemu-children' makes it so that on `execve` the child
> process will be launch by the same `qemu` executable that is currently
> running along with its current commandline arguments.
>
> The motivation for the change is to
The new option '-qemu-children' makes it so that on `execve` the child
process will be launch by the same `qemu` executable that is currently
running along with its current commandline arguments.
The motivation for the change is to make it so that plugins running
through `qemu` can continue to run
On Tue, Oct 29, 2024 at 10:23 AM Alex Bennée wrote:
>
> Noah Goldstein writes:
>
> > The new option '-qemu-children' makes it so that on `execve` the child
> > process will be launch by the same `qemu` executable that is currently
> > running along with its current commandline arguments.
> >
> >
Noah Goldstein writes:
> The new option '-qemu-children' makes it so that on `execve` the child
> process will be launch by the same `qemu` executable that is currently
> running along with its current commandline arguments.
>
> The motivation for the change is to make it so that plugins running
On Tue, Oct 22, 2024 at 5:06 PM Noah Goldstein wrote:
>
> On Fri, Oct 11, 2024 at 1:14 PM Noah Goldstein
> wrote:
> >
> > On Wed, Oct 2, 2024 at 11:42 AM Noah Goldstein
> > wrote:
> > >
> > > On Wed, Oct 2, 2024 at 11:39 AM Ilya Leoshkevich
> > > wrote:
> > > >
> > > > On Wed, 2024-10-02 at
On Fri, Oct 11, 2024 at 1:14 PM Noah Goldstein wrote:
>
> On Wed, Oct 2, 2024 at 11:42 AM Noah Goldstein
> wrote:
> >
> > On Wed, Oct 2, 2024 at 11:39 AM Ilya Leoshkevich wrote:
> > >
> > > On Wed, 2024-10-02 at 09:05 -0500, Noah Goldstein wrote:
> > > > On Wed, Oct 2, 2024 at 3:08 AM Ilya Leos
On Wed, Oct 2, 2024 at 11:42 AM Noah Goldstein wrote:
>
> On Wed, Oct 2, 2024 at 11:39 AM Ilya Leoshkevich wrote:
> >
> > On Wed, 2024-10-02 at 09:05 -0500, Noah Goldstein wrote:
> > > On Wed, Oct 2, 2024 at 3:08 AM Ilya Leoshkevich
> > > wrote:
> > > >
> > > > On Fri, 2024-08-30 at 15:36 -0700,
On Wed, Oct 2, 2024 at 11:39 AM Ilya Leoshkevich wrote:
>
> On Wed, 2024-10-02 at 09:05 -0500, Noah Goldstein wrote:
> > On Wed, Oct 2, 2024 at 3:08 AM Ilya Leoshkevich
> > wrote:
> > >
> > > On Fri, 2024-08-30 at 15:36 -0700, Noah Goldstein wrote:
> > > > The new option '-qemu-children' makes it
On Wed, 2024-10-02 at 09:05 -0500, Noah Goldstein wrote:
> On Wed, Oct 2, 2024 at 3:08 AM Ilya Leoshkevich
> wrote:
> >
> > On Fri, 2024-08-30 at 15:36 -0700, Noah Goldstein wrote:
> > > The new option '-qemu-children' makes it so that on `execve` the
> > > child
> > > process will be launch by t
On Wed, Oct 2, 2024 at 11:35 AM Ilya Leoshkevich wrote:
>
> On Wed, 2024-10-02 at 11:24 -0500, Noah Goldstein wrote:
> > On Wed, Oct 2, 2024 at 11:14 AM Ilya Leoshkevich
> > wrote:
> > >
> > > On Wed, 2024-10-02 at 10:10 -0500, Noah Goldstein wrote:
> > > > On Wed, Oct 2, 2024 at 9:53 AM Ilya Leo
On Wed, 2024-10-02 at 11:24 -0500, Noah Goldstein wrote:
> On Wed, Oct 2, 2024 at 11:14 AM Ilya Leoshkevich
> wrote:
> >
> > On Wed, 2024-10-02 at 10:10 -0500, Noah Goldstein wrote:
> > > On Wed, Oct 2, 2024 at 9:53 AM Ilya Leoshkevich
> > >
> > > wrote:
> > > >
> > > > On Wed, 2024-10-02 at 09
On Wed, Oct 2, 2024 at 11:14 AM Ilya Leoshkevich wrote:
>
> On Wed, 2024-10-02 at 10:10 -0500, Noah Goldstein wrote:
> > On Wed, Oct 2, 2024 at 9:53 AM Ilya Leoshkevich
> > wrote:
> > >
> > > On Wed, 2024-10-02 at 09:44 -0500, Noah Goldstein wrote:
> > > > On Wed, Oct 2, 2024 at 9:38 AM Ilya Leos
On Wed, 2024-10-02 at 10:10 -0500, Noah Goldstein wrote:
> On Wed, Oct 2, 2024 at 9:53 AM Ilya Leoshkevich
> wrote:
> >
> > On Wed, 2024-10-02 at 09:44 -0500, Noah Goldstein wrote:
> > > On Wed, Oct 2, 2024 at 9:38 AM Ilya Leoshkevich
> > >
> > > wrote:
> > > >
> > > > On Wed, 2024-10-02 at 16:
Le 02/10/2024 à 16:53, Ilya Leoshkevich a écrit :
On Wed, 2024-10-02 at 09:44 -0500, Noah Goldstein wrote:
On Wed, Oct 2, 2024 at 9:38 AM Ilya Leoshkevich
wrote:
On Wed, 2024-10-02 at 16:08 +0200, Laurent Vivier wrote:
Le 02/10/2024 à 10:08, Ilya Leoshkevich a écrit :
On Fri, 2024-08-30 at
On Wed, Oct 2, 2024 at 9:53 AM Ilya Leoshkevich wrote:
>
> On Wed, 2024-10-02 at 09:44 -0500, Noah Goldstein wrote:
> > On Wed, Oct 2, 2024 at 9:38 AM Ilya Leoshkevich
> > wrote:
> > >
> > > On Wed, 2024-10-02 at 16:08 +0200, Laurent Vivier wrote:
> > > > Le 02/10/2024 à 10:08, Ilya Leoshkevich a
On Wed, 2024-10-02 at 09:44 -0500, Noah Goldstein wrote:
> On Wed, Oct 2, 2024 at 9:38 AM Ilya Leoshkevich
> wrote:
> >
> > On Wed, 2024-10-02 at 16:08 +0200, Laurent Vivier wrote:
> > > Le 02/10/2024 à 10:08, Ilya Leoshkevich a écrit :
> > > > On Fri, 2024-08-30 at 15:36 -0700, Noah Goldstein wr
The new option '-qemu-children' makes it so that on `execve` the child
process will be launch by the same `qemu` executable that is currently
running along with its current commandline arguments.
The motivation for the change is to make it so that plugins running
through `qemu` can continue to run
On Wed, Oct 2, 2024 at 9:38 AM Ilya Leoshkevich wrote:
>
> On Wed, 2024-10-02 at 16:08 +0200, Laurent Vivier wrote:
> > Le 02/10/2024 à 10:08, Ilya Leoshkevich a écrit :
> > > On Fri, 2024-08-30 at 15:36 -0700, Noah Goldstein wrote:
> > > > The new option '-qemu-children' makes it so that on `exec
On Wed, 2024-10-02 at 16:08 +0200, Laurent Vivier wrote:
> Le 02/10/2024 à 10:08, Ilya Leoshkevich a écrit :
> > On Fri, 2024-08-30 at 15:36 -0700, Noah Goldstein wrote:
> > > The new option '-qemu-children' makes it so that on `execve` the
> > > child
> > > process will be launch by the same `qemu
Le 02/10/2024 à 10:08, Ilya Leoshkevich a écrit :
On Fri, 2024-08-30 at 15:36 -0700, Noah Goldstein wrote:
The new option '-qemu-children' makes it so that on `execve` the
child
process will be launch by the same `qemu` executable that is
currently
running along with its current commandline argu
On Wed, Oct 2, 2024 at 3:08 AM Ilya Leoshkevich wrote:
>
> On Fri, 2024-08-30 at 15:36 -0700, Noah Goldstein wrote:
> > The new option '-qemu-children' makes it so that on `execve` the
> > child
> > process will be launch by the same `qemu` executable that is
> > currently
> > running along with i
On Fri, 2024-08-30 at 15:36 -0700, Noah Goldstein wrote:
> The new option '-qemu-children' makes it so that on `execve` the
> child
> process will be launch by the same `qemu` executable that is
> currently
> running along with its current commandline arguments.
>
> The motivation for the change i
On Tue, Sep 10, 2024 at 3:06 PM Noah Goldstein wrote:
>
> On Fri, Aug 30, 2024 at 3:37 PM Noah Goldstein
> wrote:
> >
> > On Fri, Aug 30, 2024 at 3:36 PM Noah Goldstein
> > wrote:
> > >
> > > The new option '-qemu-children' makes it so that on `execve` the child
> > > process will be launch by
On Fri, Aug 30, 2024 at 3:37 PM Noah Goldstein wrote:
>
> On Fri, Aug 30, 2024 at 3:36 PM Noah Goldstein
> wrote:
> >
> > The new option '-qemu-children' makes it so that on `execve` the child
> > process will be launch by the same `qemu` executable that is currently
> > running along with its c
The new option '-qemu-children' makes it so that on `execve` the child
process will be launch by the same `qemu` executable that is currently
running along with its current commandline arguments.
The motivation for the change is to make it so that plugins running
through `qemu` can continue to run
On Fri, Aug 30, 2024 at 3:36 PM Noah Goldstein wrote:
>
> The new option '-qemu-children' makes it so that on `execve` the child
> process will be launch by the same `qemu` executable that is currently
> running along with its current commandline arguments.
>
> The motivation for the change is to
39 matches
Mail list logo