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
/
marvell_88w8618.c
Age
Commit message (
Expand
)
Author
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
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-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-01-09
hw/audio/marvell: Don't include unnecessary i2c.h header file
Thomas Huth
2018-10-29
audio: use TYPE_MV88W8618_AUDIO instead of hardcoded string
Mao Zhongyi
2018-10-29
audio: use object link instead of qdev property to pass wm8750 reference
Mao Zhongyi
2018-10-29
audio: use TYPE_WM8750 instead of a hardcoded string
Mao Zhongyi
2018-02-02
hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.h
Philippe Mathieu-Daudé
2017-05-17
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2017-01-11
hw/audio: QOM'ify marvell_88w8618.c
xiaoqiang zhao
2016-02-02
audio: Clean up includes
Peter Maydell
2014-05-13
savevm: Remove all the unneeded version_minimum_id_old (arm)
Juan Quintela
2013-12-24
hw: cannot_instantiate_with_device_add_yet due to pointer props
Markus Armbruster
2013-07-29
audio/marvell_88w8618: QOM cast cleanup
Andreas Färber
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-05-18
remove some double-includes
Michael Tokarev
2013-04-19
Remove unneeded type casts
Stefan Weil
2013-04-08
hw: move audio devices to hw/audio/, configure via default-configs/
Paolo Bonzini