QEMU main repository: Please see https://www.qemu.org/docs/master/devel/submitting-a-patch.html for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website. http://www.qemu.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
345 B
20 lines
345 B
/* es1370.c */
|
|
int es1370_init(PCIBus *bus);
|
|
|
|
/* sb16.c */
|
|
int SB16_init(qemu_irq *pic);
|
|
|
|
/* adlib.c */
|
|
int Adlib_init(qemu_irq *pic);
|
|
|
|
/* gus.c */
|
|
int GUS_init(qemu_irq *pic);
|
|
|
|
/* ac97.c */
|
|
int ac97_init(PCIBus *bus);
|
|
|
|
/* cs4231a.c */
|
|
int cs4231a_init(qemu_irq *pic);
|
|
|
|
/* intel-hda.c + hda-audio.c */
|
|
int intel_hda_and_codec_init(PCIBus *bus);
|
|
|