qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC v2 1/6] build: Add configure options for native calls


From: Manos Pitsidianakis
Subject: Re: [RFC v2 1/6] build: Add configure options for native calls
Date: Fri, 09 Jun 2023 08:08:56 +0300
User-agent: meli 0.7.2

On Wed, 07 Jun 2023 19:47, Yeqi Fu <fufuyqqqqqq@gmail.com> wrote:
+have_user_native_call = get_option('user_native_call') \
+    .require(have_user, error_message: 'user_native_call requires user') \
+    .require(targetos == 'linux', error_message: 'user_native_call requires 
Linux') \
+    .allowed()


Is there a check for accepting user_native_call only for supported CPU user targets?

----

By the way, a question, would native calls be possible on BSD? I assume if yes it'd be a task for another time.



reply via email to

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