summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell2021-01-1820-902/+463Star
|\ \ \ | |_|/ |/| |
| * | riscv: Pass RISCVHartArrayState by pointerAlistair Francis2021-01-165-22/+20Star
| * | target/riscv: Remove built-in GDB XML files for CSRsBin Meng2021-01-166-504/+4Star
| * | target/riscv: Generate the GDB XML file for CSR registers dynamicallyBin Meng2021-01-163-264/+58Star
| * | target/riscv: Add CSR name in the CSR function tableBin Meng2021-01-162-84/+249
| * | target/riscv: Make csr_ops[CSR_TABLE_SIZE] externalBin Meng2021-01-162-9/+9
| * | hw/misc/sifive_u_otp: handling the fails of blk_pread and blk_pwriteGreen Wan2021-01-161-8/+23
| * | hw/riscv: sifive_u: Use SIFIVE_U_CPU for mc->default_cpu_typeBin Meng2021-01-161-5/+1Star
| * | target/riscv/pmp: Raise exception if no PMP entry is configuredAtish Patra2021-01-163-2/+8
| * | RISC-V: Place DTB at 3GB boundary instead of 4GBAtish Patra2021-01-161-4/+4
| * | gdb: riscv: Add target descriptionSylvain Pelissier2021-01-161-0/+13
| * | hw/block: m25p80: Implement AAI-WP command support for SST flashesXuzhou Cheng2021-01-161-0/+73
| * | hw/block: m25p80: Don't write to flash if write is disabledBin Meng2021-01-161-0/+1
| |/
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2021-01-1715-41/+94
|\ \ | |/ |/|
| * acpi: Update _DSM method in expected filesJiahui Cen2021-01-176-5/+0Star
| * acpi: Enable pxb unit-test for ARM virt machineJiahui Cen2021-01-171-4/+0Star
| * Kconfig: Compile PXB for ARM_VIRTJiahui Cen2021-01-171-1/+1
| * acpi/gpex: Exclude pxb's resources from PCI0Jiahui Cen2021-01-171-21/+43
| * acpi/gpex: Inform os to keep firmware resource mapJiahui Cen2021-01-171-2/+18
| * acpi: Add addr offset in build_crsJiahui Cen2021-01-174-11/+17
| * acpi: Fix unmatched expected DSDT.pxb fileJiahui Cen2021-01-171-0/+0
| * acpi: Allow DSDT acpi table changesJiahui Cen2021-01-171-0/+5
| * vhost-user-fs: add the "bootindex" propertyLaszlo Ersek2021-01-133-0/+13
| * pci/shpc: don't push attention button when ejecting powered-off deviceRoman Kagan2021-01-131-2/+2
* | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20210115-pull-request...Peter Maydell2021-01-1517-236/+472
|\ \
| * | audio: space prohibited between function name and parenthesis'('Zhang Han2021-01-151-6/+6
| * | audio: Suspect code indent for conditional statementsZhang Han2021-01-151-1/+1
| * | audio: Don't use '%#' in format stringsZhang Han2021-01-151-1/+1
| * | audio: Fix lines over 90 charactersZhang Han2021-01-151-10/+27
| * | audio: foo* bar" should be "foo *bar".Zhang Han2021-01-151-6/+6
| * | audio: Add spaces around operator/delete redundant spacesZhang Han2021-01-154-4/+4
| * | audio: Add braces for statements/fix braces' positionZhang Han2021-01-156-48/+29Star
| * | dsoundaudio: fix log messageVolker Rümelin2021-01-151-1/+1
| * | dsoundaudio: enable f32 audio sample formatVolker Rümelin2021-01-151-24/+47
| * | dsoundaudio: rename dsound_open()Volker Rümelin2021-01-151-2/+2
| * | dsoundaudio: replace GetForegroundWindow()Volker Rümelin2021-01-152-2/+2
| * | paaudio: send recorded data in smaller chunksVolker Rümelin2021-01-151-2/+3
| * | paaudio: limit minreq to 75% of audio timer_rateVolker Rümelin2021-01-151-1/+2
| * | paaudio: comment bugs in functions qpa_init_*Volker Rümelin2021-01-151-0/+8
| * | paaudio: remove unneeded codeVolker Rümelin2021-01-151-8/+2Star
| * | paaudio: wait until the playback stream is readyVolker Rümelin2021-01-151-0/+7
| * | paaudio: wait for PA_STREAM_READY in qpa_write()Volker Rümelin2021-01-151-0/+6
| * | paaudio: avoid to clip samples multiple timesVolker Rümelin2021-01-151-1/+31
| * | audio: remove remaining unused plive codeVolker Rümelin2021-01-151-16/+1Star
| * | sdlaudio: enable (in|out).mixing-engine=offVolker Rümelin2021-01-151-2/+2
| * | audio: break generic buffer dependency on mixing-engineVolker Rümelin2021-01-151-7/+4Star
| * | sdlaudio: add recording functionsVolker Rümelin2021-01-151-3/+139
| * | audio: split pcm_ops function get_buffer_inVolker Rümelin2021-01-157-4/+21
| * | sdlaudio: replace legacy functions with modern onesVolker Rümelin2021-01-151-57/+50Star
| * | sdlaudio: fill remaining sample buffer with silenceVolker Rümelin2021-01-151-1/+2