bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH hurd] Define i386_get_xstate_size in libmachdev.


From: Samuel Thibault
Subject: Re: [PATCH hurd] Define i386_get_xstate_size in libmachdev.
Date: Tue, 10 Sep 2024 08:48:17 +0200

Applied, thanks!

Flavio Cruz, le lun. 09 sept. 2024 22:56:46 -0400, a ecrit:
> libmachdev implements the mach_i386 routines, so we have to implement
> this one.
> ---
>  libmachdev/trivfs_server.c | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/libmachdev/trivfs_server.c b/libmachdev/trivfs_server.c
> index e228bf40..54a682e7 100644
> --- a/libmachdev/trivfs_server.c
> +++ b/libmachdev/trivfs_server.c
> @@ -183,6 +183,12 @@ S_i386_get_gdt (mach_port_t target_thread,
>    return EOPNOTSUPP;
>  }
>  
> +kern_return_t
> +S_i386_get_xstate_size (host_t host, vm_size_t *size)
> +{
> +    return EOPNOTSUPP;
> +}
> +
>  kern_return_t
>  S_i386_io_perm_create (mach_port_t master_port,
>                                io_port_t from,
> -- 
> 2.45.2
> 
> 

-- 
Samuel
>Ever heard of .cshrc?
That's a city in Bosnia.  Right?
(Discussion in comp.os.linux.misc on the intuitiveness of commands.)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]