index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
audio
/
intel-hda.c
Age
Commit message (
Expand
)
Author
2020-03-16
hw/audio/intel-hda: Use memory region alias to reduce .rodata by 4.34MB
Philippe Mathieu-Daudé
2020-01-30
add device_legacy_reset function to prepare for reset api change
Damien Hedde
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-11-27
audio/hda: fix guest triggerable assert
Gerd Hoffmann
2018-06-25
audio/hda: create millisecond timers that handle IO
Gerd Hoffmann
2018-01-22
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-09-18
audio: intel-hda: do not use old_mmio accesses
Matt Parker
2017-05-19
audio: Rename hw/audio/audio.h to hw/audio/soundhw.h
Eduardo Habkost
2017-05-04
hw/audio: replace exit with unrealize in hda_codec_device_class_init
Zihan Yang
2016-10-26
audio: intel-hda: check stream entry count during transfer
Prasad J Pandit
2016-07-05
pci: Convert msi_init() to Error and fix callers to check it
Cao jin
2016-07-05
intel-hda: change msi property type
Cao jin
2016-06-20
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
2016-06-03
hw/audio: QOM'ify intel-hda
xiaoqiang zhao
2016-06-03
hw/audio: QOM cleanup for intel-hda
xiaoqiang zhao
2016-02-02
audio: Clean up includes
Peter Maydell
2015-02-26
pci: Trivial device model conversions to realize
Markus Armbruster
2014-08-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-08-18
memory: remove memory_region_destroy
Paolo Bonzini
2014-08-14
hw/audio/intel-hda: Fix MSI capability address
Jan Kiszka
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-05-20
hw/audio/intel-hda: Avoid shift into sign bit
Peter Maydell
2014-05-20
audio/intel-hda: support FIFORDY
Stanislav Vorobiov
2013-12-23
misc: Use macro ARRAY_SIZE where possible
Stefan Weil
2013-12-09
intel-hda: fix position buffer
Gerd Hoffmann
2013-10-14
hw: set interrupts using pci irq wrappers
Marcel Apfelbaum
2013-08-30
qdev: Pass size to qbus_create_inplace()
Andreas Färber
2013-08-30
intel-hda: Pass size to hda_codec_bus_init()
Andreas Färber
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-07-04
hw/a*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-06-14
audio/intel-hda: QOM casting sweep
Peter Crosthwaite
2013-06-14
audio/intel-hda: Fix Inheritance hierachy
Peter Crosthwaite
2013-04-29
audio: remove the need for audio card CONFIG_* symbols
Paolo Bonzini
2013-04-08
hw: move private headers to hw/ subdirectories.
Paolo Bonzini
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini