Home
last modified time | relevance | path

Searched refs:hda (Results 1 – 18 of 18) sorted by relevance

/qemu/hw/audio/
H A Dhda-codec.c178 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 Dmeson.build9 system_ss.add(when: 'CONFIG_HDA', if_true: files('intel-hda.c', 'hda-codec.c'))
H A Dtrace-events20 # hda-codec.c
/qemu/docs/config/
H A Dq35-emulated.cfg282 [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 Dq35-virtio-graphical.cfg243 driver = "ich9-intel-hda"
248 driver = "hda-duplex"
/qemu/tests/qemu-iotests/
H A D00755 $QEMU -nographic -hda "$TEST_IMG" -serial none -monitor stdio >/dev/null 2>&1 <<EOF
H A D051331 run_qemu -hda foo:bar
335 run_qemu -hda "file:$TEST_IMG"
H A D051.out359 Testing: -hda foo:bar
360 QEMU_PROG: -hda foo:bar: Unknown protocol 'foo'
368 Testing: -hda file:TEST_DIR/t.qcow2
H A D051.pc.out439 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 Dimages.rst56 Snapshot devices: hda
57 Snapshot list (from hda):
H A Dbootindex.rst23 a short-form option like ``-hda`` or ``-cdrom``, so to use
/qemu/docs/
H A Dqdev-device-use.txt325 hda -device intel-hda,msi=MSI -device hda-duplex
/qemu/docs/system/s390x/
H A Dbootdevices.rst49 ``-hda``, ``-cdrom`` or ``-drive if=virtio``, since it is not possible to
/qemu/docs/system/devices/
H A Dcan.rst80 -hda rpi-wheezy-overlay \
/qemu/tests/qtest/
H A Dmeson.build74 (config_all_devices.has_key('CONFIG_HDA') ? ['intel-hda-test'] : []) + \
/qemu/docs/specs/
H A Dtpm.rst353 -drive format=qcow2,file=hda.qcow2,if=none,id=drv0 \
/qemu/
H A Dqemu-options.hx1276 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 DMAINTAINERS1988 F: tests/qtest/intel-hda-test.c