index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
audio
/
es1370.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/audio: Constify VMState
Richard Henderson
2023-12-29
1
-2
/
+2
*
hw/audio/es1370: Clean up comment
Peter Maydell
2023-11-13
1
-2
/
+7
*
hw/audio/es1370: trace lost interrupts
Volker Rümelin
2023-10-10
1
-4
/
+10
*
hw/audio/es1370: change variable type and name
Volker Rümelin
2023-10-10
1
-7
/
+8
*
hw/audio/es1370: block structure coding style fixes
Volker Rümelin
2023-10-10
1
-20
/
+16
*
hw/audio/es1370: remove #ifdef ES1370_VERBOSE to avoid bit rot
Volker Rümelin
2023-10-10
1
-12
/
+13
*
hw/audio/es1370: remove #ifdef ES1370_DEBUG to avoid bit rot
Volker Rümelin
2023-10-10
1
-69
/
+66
*
hw/audio/es1370: remove unused dolog macro
Volker Rümelin
2023-10-10
1
-7
/
+0
*
hw/audio/es1370: replace bit-rotted code with tracepoints
Volker Rümelin
2023-10-10
1
-37
/
+18
*
hw/audio/es1370: reset current sample counter
Volker Rümelin
2023-10-10
1
-1
/
+1
*
audio: propagate Error * out of audio_init
Martin Kletzander
2023-10-03
1
-1
/
+4
*
hw/audio/es1370: Replace container_of() by ES1370() QOM cast macro
Philippe Mathieu-Daudé
2023-02-27
1
-1
/
+2
*
hw/audio/es1370: Avoid forward-declaring ES1370State
Philippe Mathieu-Daudé
2023-02-27
1
-4
/
+3
*
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
2023-01-08
1
-1
/
+1
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-2
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-2
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-2
/
+4
*
audio: deprecate -soundhw es1370
Gerd Hoffmann
2020-07-06
1
-7
/
+2
*
es1370: check total frame count against current frame
Prasad J Pandit
2020-05-25
1
-2
/
+5
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
audio: remove audio_MIN, audio_MAX
Kővágó, Zoltán
2019-08-21
1
-3
/
+3
*
audio: add audiodev properties to frontends
Kővágó, Zoltán
2019-08-21
1
-1
/
+6
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
audio: use qapi AudioFormat instead of audfmt_e
Kővágó, Zoltán
2019-03-11
1
-2
/
+2
*
es1370: more fixes for ADC_FRAMEADR and ADC_FRAMECNT
Paolo Bonzini
2018-10-19
1
-2
/
+8
*
es1370: fix ADC_FRAMEADR and ADC_FRAMECNT
Paolo Bonzini
2018-10-02
1
-2
/
+8
*
es1370: simplify MemoryRegionOps
Paolo Bonzini
2018-08-23
1
-210
/
+25
*
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-10-15
1
-0
/
+4
*
audio: Rename hw/audio/audio.h to hw/audio/soundhw.h
Eduardo Habkost
2017-05-19
1
-1
/
+1
*
es1370: wire up reset via DeviceClass
Gerd Hoffmann
2017-01-11
1
-3
/
+3
*
audio: es1370: add exit function
Li Qiang
2017-01-11
1
-0
/
+14
*
ES1370: QOMify
Cao jin
2016-02-11
1
-3
/
+7
*
audio: Clean up includes
Peter Maydell
2016-02-02
1
-0
/
+1
*
Remove macros IO_READ_PROTO and IO_WRITE_PROTO
Nutan Shinde
2015-10-19
1
-11
/
+6
*
pci: Trivial device model conversions to realize
Markus Armbruster
2015-02-26
1
-3
/
+2
*
memory: remove memory_region_destroy
Paolo Bonzini
2014-08-18
1
-8
/
+0
*
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-06-16
1
-4
/
+2
*
hw: set interrupts using pci irq wrappers
Marcel Apfelbaum
2013-10-14
1
-2
/
+2
*
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-07-29
1
-0
/
+1
*
hw/a*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
1
-1
/
+1
*
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-04
1
-1
/
+1
*
audio: remove the need for audio card CONFIG_* symbols
Paolo Bonzini
2013-04-29
1
-1
/
+2
*
hw: move target-independent files to subdirectories
Paolo Bonzini
2013-04-08
1
-0
/
+1089