aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-23wavaudio: port to the new audio backend apiKővágó, Zoltán1-45/+9
2019-09-23spiceaudio: port to the new audio backend apiKővágó, Zoltán1-74/+42
2019-09-23sdlaudio: port to the new audio backend apiKővágó, Zoltán1-45/+42
2019-09-23paaudio: port to the new audio backend apiKővágó, Zoltán5-528/+45
2019-09-23ossaudio: port to the new audio backend apiKővágó, Zoltán1-176/+96
2019-09-23noaudio: port to the new audio backend apiKővágó, Zoltán1-26/+17
2019-09-23dsoundaudio: port to the new audio backend apiKővágó, Zoltán2-261/+91
2019-09-23coreaudio: port to the new audio backend apiKővágó, Zoltán1-61/+69
2019-09-23alsaaudio: port to the new audio backend apiKővágó, Zoltán1-222/+80
2019-09-23audio: api for mixeng code free backendsKővágó, Zoltán3-9/+251
2019-09-23audio: fix ALSA period-length typo in documentationStefan Hajnoczi1-2/+2
2019-09-23audio: fix buffer-length typo in documentationStefan Hajnoczi1-2/+2
2019-09-20Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...Peter Maydell2-5/+8
2019-09-20Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell16-27/+36
2019-09-20Makefile: Fix in-tree builds when Sphinx is availablePeter Maydell1-13/+13
2019-09-19Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190919-pull-request' i...Peter Maydell13-169/+1409
2019-09-19Merge remote-tracking branch 'remotes/kraxel/tags/ati-20190919-pull-request' ...Peter Maydell4-35/+60
2019-09-19BootLinuxSshTest: Only run the tests when explicitly requestedPhilippe Mathieu-Daudé1-5/+5
2019-09-19configure: Add xkbcommon configure optionsJames Le Cuirot1-0/+5
2019-09-19kvm: Fix typo in header of kvm_device_access()Greg Kurz1-1/+1
2019-09-19Fix cacheline detection on FreeBSD/powerpc.Justin Hibbits1-10/+13
2019-09-19Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell10-12/+23
2019-09-19Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.2-sf1-v3...Peter Maydell41-444/+1366
2019-09-19build: Don't ignore qapi-visit-core.cEric Blake1-0/+1
2019-09-19target/m68k/fpu_helper.c: rename the access argumentsKONRAD Frederic1-4/+4
2019-09-19Replace '-machine accel=xyz' with '-accel xyz'Thomas Huth6-7/+6
2019-09-19cutils: Move size_to_str() from "qemu-common.h" to "qemu/cutils.h"Philippe Mathieu-Daudé4-3/+4
2019-09-19vfio: fix a typoChen Zhang1-2/+2
2019-09-19ati: use vga_read_byte in ati_cursor_defineGerd Hoffmann1-9/+10
2019-09-19vga: move access helpers to separate include fileGerd Hoffmann3-26/+50
2019-09-18tests/acceptance: Specify arch for QueryCPUModelExpansionDavid Gibson1-0/+3
2019-09-18trace: Forbid event format ending with newline characterPhilippe Mathieu-Daudé2-0/+5
2019-09-18trace: Remove trailing newline in eventsPhilippe Mathieu-Daudé5-12/+12
2019-09-18loader: Trace loaded imagesAlexey Kardashevskiy3-0/+6
2019-09-17gdbstub: riscv: fix the fflags registersKONRAD Frederic1-2/+4
2019-09-17target/riscv: Use TB_FLAGS_MSTATUS_FS for floating pointAlistair Francis1-1/+1
2019-09-17target/riscv: Fix mstatus dirty maskAlistair Francis1-1/+1
2019-09-17target/riscv: Use both register name and ABI nameAtish Patra1-8/+11
2019-09-17riscv: sifive_u: Update model and compatible strings in device treeBin Meng1-2/+3
2019-09-17riscv: sifive_u: Remove handcrafted clock nodes for UART and ethernetBin Meng2-25/+2
2019-09-17riscv: sifive_u: Fix broken GEM supportBin Meng3-5/+23
2019-09-17riscv: sifive_u: Instantiate OTP memory with a serial numberBin Meng2-0/+12
2019-09-17riscv: sifive: Implement a model for SiFive FU540 OTPBin Meng3-0/+272
2019-09-17riscv: roms: Update default bios for sifive_u machineBin Meng2-2/+2
2019-09-17riscv: sifive_u: Change UART node name in device treeBin Meng1-1/+1
2019-09-17riscv: sifive_u: Update UART base addresses and IRQsBin Meng2-4/+4
2019-09-17riscv: sifive_u: Reference PRCI clocks in UART and ethernet nodesBin Meng2-3/+14
2019-09-17riscv: sifive_u: Add PRCI block to the SoCBin Meng2-1/+26
2019-09-17riscv: sifive_u: Generate hfclk and rtcclk nodesBin Meng2-0/+25
2019-09-17riscv: sifive: Implement PRCI model for FU540Bin Meng3-0/+251