aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-06audio: proper support for float samples in mixengKővágó, Zoltán10-79/+180
2020-02-06coreaudio: fix coreaudio playbackVolker Rümelin4-23/+69
2020-02-06audio/dsound: fix invalid parameters errorKővágó, Zoltán3-8/+26
2020-01-31audio: audio_generic_get_buffer_in should honor *sizeVolker Rümelin1-1/+2
2020-01-31ossaudio: disable poll mode can't be reachedVolker Rümelin1-9/+5
2020-01-31ossaudio: prevent SIGSEGV in oss_enable_outVolker Rümelin1-1/+1
2020-01-31audio: fix bug 1858488Volker Rümelin8-37/+52
2020-01-31audio: prevent SIGSEGV in AUD_get_buffer_size_outVolker Rümelin1-2/+2
2020-01-31paaudio: remove unused variablesVolker Rümelin1-4/+2
2020-01-31audio: fix audio_generic_readVolker Rümelin1-5/+5
2020-01-31audio: fix audio_generic_writeVolker Rümelin1-1/+1
2020-01-31audio/oss: fix buffer pos calculationGerd Hoffmann1-1/+1
2020-01-30Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200130'...Peter Maydell51-90/+1727
2020-01-30target/arm/cpu: Add the kvm-no-adjvtime CPU propertyAndrew Jones9-1/+92
2020-01-30target/arm/kvm: Implement virtual time adjustmentAndrew Jones6-0/+150
2020-01-30tests/arm-cpu-features: Check feature default valuesAndrew Jones1-9/+28
2020-01-30target/arm/kvm64: kvm64 cpus have timer registersAndrew Jones1-0/+1
2020-01-30hw/arm/virt: Add missing 5.0 options call to 4.2 optionsAndrew Jones1-0/+1
2020-01-30target/arm/kvm: trivial: Clean up header documentationAndrew Jones1-19/+27
2020-01-30hw/intc/arm_gicv3_kvm: Stop wrongly programming GICR_PENDBASER.PTZ bitZenghui Yu1-7/+4
2020-01-30hw/s390x/ipl: replace deprecated qdev_reset_all registrationDamien Hedde1-1/+9
2020-01-30vl: replace deprecated qbus_reset_all registrationDamien Hedde1-1/+9
2020-01-30docs/devel/reset.rst: add doc about Resettable interfaceDamien Hedde2-0/+290
2020-01-30hw/core: deprecate old reset functions and introduce new onesDamien Hedde5-0/+51
2020-01-30hw/core/qdev: update hotplug reset regarding resettableDamien Hedde2-1/+25
2020-01-30hw/core/qdev: handle parent bus change regarding resettableDamien Hedde1-5/+11
2020-01-30hw/core/resettable: add support for changing parentDamien Hedde3-2/+77
2020-01-30hw/core: add Resettable support to BusClass and DeviceClassDamien Hedde4-0/+218
2020-01-30hw/core: create Resettable QOM interfaceDamien Hedde4-0/+467
2020-01-30hw/core/qdev: add trace events to help with resettable transitionDamien Hedde2-3/+35
2020-01-30add device_legacy_reset function to prepare for reset api changeDamien Hedde15-22/+22
2020-01-30hw/arm/raspi: Remove obsolete use of -smp to set the soc 'enabled-cpus'Philippe Mathieu-Daudé1-2/+0
2020-01-30misc/pca9552: Add qom set and getJoel Stanley1-0/+90
2020-01-30hw/arm/aspeed: add a 'execute-in-place' property to boot directly from CE0Cédric Le Goater2-5/+41
2020-01-30ftgmac100: check RX and TX buffer alignmentCédric Le Goater1-0/+13
2020-01-30hw/arm: ast2600: Wire up the eMMC controllerAndrew Jeffery3-12/+45
2020-01-30hw/sd: Configure number of slots exposed by the ASPEED SDHCI modelAndrew Jeffery5-3/+15
2020-01-30target/arm/arm-semi: Don't let the guest close stdin/stdout/stderrPeter Maydell1-0/+9
2020-01-30hw/core/or-irq: Fix incorrect assert forbidding num-lines == MAX_OR_LINESPeter Maydell1-1/+1
2020-01-30Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jan-29-2020' ...Peter Maydell51-121/+356
2020-01-30Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-01-29-1...Peter Maydell1-1/+2
2020-01-30Merge remote-tracking branch 'remotes/juanquintela/tags/pull-migration-pull-r...Peter Maydell16-1082/+1332
2020-01-29target/mips: Add implementation of GINVT instructionYongbok Kim7-26/+184
2020-01-29target/mips: Amend CP0 WatchHi register implementationYongbok Kim5-7/+69
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic40-79/+92
2020-01-29target/mips: semihosting: Remove 'uhi_done' label in helper_do_semihosting()Daniel Henrique Barboza1-8/+7
2020-01-29disas: Add a field for target-dependant data to disassemble_infoAleksandar Markovic1-0/+3
2020-01-29target/mips: Rectify documentation on deprecating MIPS r4k machineAleksandar Markovic1-1/+1
2020-01-29tpm-ppi: page-align PPI RAMMarc-André Lureau1-1/+2
2020-01-29migration/compress: compress QEMUFile is not writableWei Yang1-13/+3