qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] libxl: change default QEMU machine to pc-i440fx


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH] libxl: change default QEMU machine to pc-i440fx-1.6
Date: Tue, 03 Jun 2014 15:43:17 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

Il 03/06/2014 15:38, Stefano Stabellini ha scritto:
Thanks, this sounds like the best option by far.

I noticed that "-soundhw hda" becomes "-device intel-hda".

Given that the VM config file exports a soundhw paramter, we would need
a programmatic way to get the -device command line option from the
soundhw paramter. Is there a way to do that?

A table. :)

-soundhw        corresponding -device syntax
---------------------------------------------------------
ac97            -device AC97
adlib           -device adlib
cs4231a         -device cs4231a
es1370          -device ES1370
gus             -device gus
hda             -device intel-hda,id=libxl-intel-hda \
                -device hda-duplex,bus=libxl-intel-hda.0
pcspk           -device isa-pcspk
sb16            -device sb16

(To review it start with "git grep _register_soundhw").

Paolo



reply via email to

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