Searched refs:hda (Results 1 – 18 of 18) sorted by relevance
/qemu/hw/audio/ |
H A D | hda-codec.c | 178 HDACodecDevice hda; member 250 &st->state->hda, st->stream, false, st->buf + start, chunk); in hda_audio_input_timer() 320 &st->state->hda, st->stream, true, st->buf + start, chunk); in hda_audio_output_timer() 386 rc = hda_codec_xfer(&st->state->hda, st->stream, false, in hda_audio_compat_input_cb() 404 rc = hda_codec_xfer(&st->state->hda, st->stream, true, in hda_audio_compat_output_cb() 508 static void hda_audio_command(HDACodecDevice *hda, uint32_t nid, uint32_t data) in hda_audio_command() argument 510 HDAAudioState *a = HDA_AUDIO(hda); in hda_audio_command() 540 hda_codec_response(hda, true, param->val); in hda_audio_command() 543 hda_codec_response(hda, true, a->desc->iid); in hda_audio_command() 557 hda_codec_response(hda, true, response); in hda_audio_command() [all …]
|
H A D | meson.build | 9 system_ss.add(when: 'CONFIG_HDA', if_true: files('intel-hda.c', 'hda-codec.c'))
|
H A D | trace-events | 20 # hda-codec.c
|
/qemu/docs/config/ |
H A D | q35-emulated.cfg | 282 [device "ich9-hda-audio"] 283 driver = "ich9-intel-hda" 287 [device "ich9-hda-duplex"] 288 driver = "hda-duplex" 289 bus = "ich9-hda-audio.0"
|
H A D | q35-virtio-graphical.cfg | 243 driver = "ich9-intel-hda" 248 driver = "hda-duplex"
|
/qemu/tests/qemu-iotests/ |
H A D | 007 | 55 $QEMU -nographic -hda "$TEST_IMG" -serial none -monitor stdio >/dev/null 2>&1 <<EOF
|
H A D | 051 | 331 run_qemu -hda foo:bar 335 run_qemu -hda "file:$TEST_IMG"
|
H A D | 051.out | 359 Testing: -hda foo:bar 360 QEMU_PROG: -hda foo:bar: Unknown protocol 'foo' 368 Testing: -hda file:TEST_DIR/t.qcow2
|
H A D | 051.pc.out | 439 Testing: -hda foo:bar 440 QEMU_PROG: -hda foo:bar: Unknown protocol 'foo' 448 Testing: -hda file:TEST_DIR/t.qcow2
|
/qemu/docs/system/ |
H A D | images.rst | 56 Snapshot devices: hda 57 Snapshot list (from hda):
|
H A D | bootindex.rst | 23 a short-form option like ``-hda`` or ``-cdrom``, so to use
|
/qemu/docs/ |
H A D | qdev-device-use.txt | 325 hda -device intel-hda,msi=MSI -device hda-duplex
|
/qemu/docs/system/s390x/ |
H A D | bootdevices.rst | 49 ``-hda``, ``-cdrom`` or ``-drive if=virtio``, since it is not possible to
|
/qemu/docs/system/devices/ |
H A D | can.rst | 80 -hda rpi-wheezy-overlay \
|
/qemu/tests/qtest/ |
H A D | meson.build | 74 (config_all_devices.has_key('CONFIG_HDA') ? ['intel-hda-test'] : []) + \
|
/qemu/docs/specs/ |
H A D | tpm.rst | 353 -drive format=qcow2,file=hda.qcow2,if=none,id=drv0 \
|
/qemu/ |
H A D | qemu-options.hx | 1276 Older options like ``-hda`` are essentially macros which expand into 1294 DEF("hda", HAS_ARG, QEMU_OPTION_hda, 1295 "-hda/-hdb file use 'file' as hard disk 0/1 image\n", QEMU_ARCH_ALL) 1301 ``-hda file`` 1548 -blockdev driver=qcow2,node-name=hda,file=my_file,overlap-check=none,cache-size=16777216 1715 Instead of ``-hda``, ``-hdb``, ``-hdc``, ``-hdd``, you can use: 1765 |qemu_system_x86| -hda a -hdb b 3126 |qemu_system| -hda linux.img -boot n -device e1000,netdev=n1 \\
|
H A D | MAINTAINERS | 1988 F: tests/qtest/intel-hda-test.c
|