| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | build: convert pci.mak to Kconfig | Paolo Bonzini | 2019-03-07 | 1 | -0/+6 |
* | kconfig: introduce kconfig files | Paolo Bonzini | 2019-03-07 | 1 | -0/+35 |
* | i2c: have I2C receive operation return uint8_t | Corey Minyard | 2019-02-28 | 1 | -1/+1 |
* | audio: fix pc speaker init | Gerd Hoffmann | 2019-01-24 | 1 | -20/+15 |
* | hw/audio/marvell: Don't include unnecessary i2c.h header file | Thomas Huth | 2019-01-09 | 1 | -1/+0 |
* | audio/hda: fix guest triggerable assert | Gerd Hoffmann | 2018-11-27 | 1 | -0/+6 |
* | fmops: fix off-by-one in AR_TABLE and DR_TABLE array size | Gerd Hoffmann | 2018-11-26 | 1 | -2/+2 |
* | audio: use TYPE_MV88W8618_AUDIO instead of hardcoded string | Mao Zhongyi | 2018-10-29 | 1 | -1/+0 |
* | audio: use object link instead of qdev property to pass wm8750 reference | Mao Zhongyi | 2018-10-29 | 1 | -7/+6 |
* | audio: use TYPE_WM8750 instead of a hardcoded string | Mao Zhongyi | 2018-10-29 | 1 | -1/+1 |
* | hw: AC97: make it more QOMconventional | Li Qiang | 2018-10-29 | 1 | -4/+8 |
* | 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 |
* | fix "Missing break in switch" coverity reports | Paolo Bonzini | 2018-08-23 | 3 | -3/+10 |
* | es1370: simplify MemoryRegionOps | Paolo Bonzini | 2018-08-23 | 1 | -210/+25 |
* | audio/hda: Fix migration | Dr. David Alan Gilbert | 2018-07-24 | 1 | -1/+1 |
* | audio/hda: fix CID 1393631 | Gerd Hoffmann | 2018-07-03 | 1 | -1/+1 |
* | audio/hda: adjust larger gaps faster | Gerd Hoffmann | 2018-07-03 | 1 | -0/+3 |
* | audio/hda: drop atomics | Gerd Hoffmann | 2018-07-02 | 1 | -16/+15 |
* | audio/hda: enable new timer code by default. | Gerd Hoffmann | 2018-06-25 | 1 | -1/+1 |
* | audio/hda: detect output buffer overruns | Gerd Hoffmann | 2018-06-25 | 2 | -0/+10 |
* | audio/hda: tweak timer adjust logic | Gerd Hoffmann | 2018-06-25 | 2 | -7/+14 |
* | audio/hda: turn some dprintfs into trace points | Gerd Hoffmann | 2018-06-25 | 2 | -5/+8 |
* | audio/hda: create millisecond timers that handle IO | Gerd Hoffmann | 2018-06-25 | 2 | -33/+237 |
* | hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init | Philippe Mathieu-Daudé | 2018-06-01 | 1 | -5/+3 |
* | hw/audio: Fix crashes when devices are used on ISA bus without DMA | Thomas Huth | 2018-03-26 | 3 | -4/+20 |
* | hw/audio/sb16.c: change dolog() to qemu_log_mask() | John Arbuckle | 2018-02-02 | 1 | -36/+43 |
* | hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.h | Philippe Mathieu-Daudé | 2018-02-02 | 2 | -4/+3 |
* | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis | 2018-01-22 | 3 | -21/+21 |
* | misc: remove old i386 dependency | Philippe Mathieu-Daudé | 2017-12-18 | 1 | -1/+0 |
* | misc: remove headers implicitly included | Philippe Mathieu-Daudé | 2017-12-18 | 1 | -1/+0 |
* | hw: use "qemu/osdep.h" as first #include in source files | Philippe Mathieu-Daudé | 2017-12-18 | 1 | -1/+0 |
* | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost | 2017-10-15 | 3 | -0/+12 |
* | migration: pre_save return int | Dr. David Alan Gilbert | 2017-09-27 | 1 | -1/+3 |
* | audio: intel-hda: do not use old_mmio accesses | Matt Parker | 2017-09-18 | 1 | -47/+11 |
* | wm8750: add record buffer underrun check | Gerd Hoffmann | 2017-09-18 | 1 | -1/+5 |
* | pcspk: use QEMU_ALIGN_DOWN | Marc-André Lureau | 2017-08-31 | 1 | -1/+1 |
* | trace-events: fix code style: print 0x before hex numbers | Vladimir Sementsov-Ogievskiy | 2017-08-01 | 1 | -2/+2 |
* | docs: fix broken paths to docs/devel/tracing.txt | Philippe Mathieu-Daudé | 2017-07-31 | 1 | -1/+1 |
* | audio/adlib: remove limitation of one adlib card | Hervé Poussineau | 2017-07-17 | 1 | -10/+2 |
* | audio/fmopl: modify timer callback to give opaque and channel parameters in t... | Hervé Poussineau | 2017-07-17 | 3 | -9/+18 |
* | audio: Rename hw/audio/audio.h to hw/audio/soundhw.h | Eduardo Habkost | 2017-05-19 | 9 | -9/+9 |
* | audio: Rename audio_init() to soundhw_init() | Eduardo Habkost | 2017-05-19 | 1 | -1/+1 |
* | audio: Move arch_init audio code to hw/audio/soundhw.c | Eduardo Habkost | 2017-05-19 | 2 | -0/+158 |
* | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable | Eduardo Habkost | 2017-05-17 | 2 | -2/+2 |
* | audio: Use ARRAY_SIZE from qemu/osdep.h | Juan Quintela | 2017-05-04 | 1 | -5/+1 |
* | audio: un-export OPLResetChip | Juan Quintela | 2017-05-04 | 2 | -2/+1 |
* | audio: Remove unused typedefs | Juan Quintela | 2017-05-04 | 1 | -4/+0 |
* | audio: UpdateHandler is not used anymore | Juan Quintela | 2017-05-04 | 2 | -4/+0 |
* | audio: IRQHandler is not used anymore | Juan Quintela | 2017-05-04 | 2 | -6/+0 |