* Build qemu without USB,network devices
@ 2023-12-07 7:57 Talha Khan
2023-12-07 10:01 ` Talha Khan
2023-12-07 16:35 ` Alex Bennée
0 siblings, 2 replies; 3+ messages in thread
From: Talha Khan @ 2023-12-07 7:57 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 202 bytes --]
Hey all,
I want to build qemu without network devices( nic ), usb and vga. So
basically a very lightweight emulator without the things i need.
Any help and leads would be appreciated.
Yours Truly
Talha
[-- Attachment #2: Type: text/html, Size: 284 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Build qemu without USB,network devices
2023-12-07 7:57 Build qemu without USB,network devices Talha Khan
@ 2023-12-07 10:01 ` Talha Khan
2023-12-07 16:35 ` Alex Bennée
1 sibling, 0 replies; 3+ messages in thread
From: Talha Khan @ 2023-12-07 10:01 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 437 bytes --]
And if this is not the right place to ask the question can someone point me
in the right direction or forum where i should ask this?
On Thu, Dec 7, 2023 at 1:27 PM Talha Khan <talhak2111@gmail.com> wrote:
> Hey all,
> I want to build qemu without network devices( nic ), usb and vga. So
> basically a very lightweight emulator without the things i need.
> Any help and leads would be appreciated.
> Yours Truly
> Talha
>
[-- Attachment #2: Type: text/html, Size: 777 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Build qemu without USB,network devices
2023-12-07 7:57 Build qemu without USB,network devices Talha Khan
2023-12-07 10:01 ` Talha Khan
@ 2023-12-07 16:35 ` Alex Bennée
1 sibling, 0 replies; 3+ messages in thread
From: Alex Bennée @ 2023-12-07 16:35 UTC (permalink / raw)
To: Talha Khan; +Cc: qemu-devel
Talha Khan <talhak2111@gmail.com> writes:
> Hey all,
> I want to build qemu without network devices( nic ), usb and vga. So basically a very lightweight emulator without the things
> i need.
You can configure with --without-default-devices or alternatively
--with-devices-ARCH=NAME where name is an alt config in
configs/devices/ARCH/NAME. For example:
../../configure --with-devices-aarch64=minimal --target-list=aarch64-softmmu
Should only build support for a minimal number of machines and devices.
> Any help and leads would be appreciated.
> Yours Truly
> Talha
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-12-07 16:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-07 7:57 Build qemu without USB,network devices Talha Khan
2023-12-07 10:01 ` Talha Khan
2023-12-07 16:35 ` Alex Bennée
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).