aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-17usb-serial: Increase receive buffer to 496Jason Andryuk1-1/+1
2020-03-17usb-serial: chunk data to wMaxPacketSizeJason Andryuk1-18/+29
2020-03-17usb-serial: Move USB_TOKEN_IN into a helper functionJason Andryuk1-34/+46
2020-03-16target/riscv: Fix VS mode interrupts forwarding.Rajnesh Kanwal1-1/+8
2020-03-16gitlab-ci.yml: Add jobs to build OpenSBI firmware binariesBin Meng3-0/+97
2020-03-16riscv: sifive_u: Update BIOS_FILENAME for 32-bitBin Meng1-1/+5
2020-03-16roms: opensbi: Add 32-bit firmware image for sifive_u machineBin Meng3-1/+8
2020-03-16roms: opensbi: Upgrade from v0.5 to v0.6Bin Meng4-0/+0
2020-03-16target/riscv: Correctly implement TSR trapAlistair Francis1-1/+1
2020-03-16cpus: avoid pause_all_vcpus getting stuck due to raceLongpeng1-1/+5
2020-03-16exec/rom_reset: Free rom data during inmigrate skipDr. David Alan Gilbert1-9/+16
2020-03-16Use -isystem for linux-headers dirEduardo Habkost2-2/+2
2020-03-16softmmu/vl.c: Handle '-cpu help' and '-device help' before 'no default machine'Peter Maydell1-10/+16
2020-03-16qemu-cpu-models.rst: Document -noTSX, mds-no, taa-no, and tsx-ctrlKashyap Chamarthy1-2/+55
2020-03-16ui/curses: Move arrays to .heap to save 74KiB of .bssPhilippe Mathieu-Daudé1-2/+6
2020-03-16ui/curses: Make control_characters[] array constPhilippe Mathieu-Daudé1-1/+1
2020-03-16hw/usb/quirks: Use smaller types to reduce .rodata by 10KiBPhilippe Mathieu-Daudé2-11/+15
2020-03-16hw/audio/intel-hda: Use memory region alias to reduce .rodata by 4.34MBPhilippe Mathieu-Daudé1-14/+10
2020-03-16hw/audio/fmopl: Move ENV_CURVE to .heap to save 32KiB of .bssPhilippe Mathieu-Daudé1-1/+3
2020-03-16Makefile: Let the 'help' target list the tools targetsPhilippe Mathieu-Daudé1-0/+5
2020-03-16Makefile: Align 'help' target outputPhilippe Mathieu-Daudé1-21/+23
2020-03-16WHPX: Use proper synchronization primitives while processingSunil Muthuswamy1-10/+7
2020-03-16i386: Fix GCC warning with snprintf when HAX is enabledJulio Faracco2-62/+4
2020-03-16qom/object: Use common get/set uint helpersFelipe Franciosi8-276/+37
2020-03-16ich9: Simplify ich9_lpc_initfnFelipe Franciosi1-10/+5
2020-03-16ich9: fix getter type for sci_int propertyFelipe Franciosi1-4/+2
2020-03-16qom/object: enable setter for uint typesFelipe Franciosi8-48/+246
2020-03-16memory: Fix start offset for bitmap log_clear hookMatt Borgerson1-4/+5
2020-03-16tests/docker: Install SASL library to extend code coverage on amd64Philippe Mathieu-Daudé1-0/+1
2020-03-16configure: Fix building with SASL on WindowsPhilippe Mathieu-Daudé1-1/+3
2020-03-16modules: load modules from versioned /var/run dirChristian Ehrhardt2-0/+29
2020-03-16build-sys: do not make qemu-ga link with pixmanMarc-André Lureau2-3/+3
2020-03-16oslib-posix: initialize mutex and condition variablePaolo Bonzini1-0/+7
2020-03-16hw/i386/intel_iommu: Fix out-of-bounds access on guest IRTJan Kiszka1-0/+6
2020-03-16MAINTAINERS: Add entry for Guest X86 HAXM CPUsColin Xu1-0/+11
2020-03-16WHPX: Use QEMU values for trapped CPUIDSunil Muthuswamy1-24/+18
2020-03-16WHPX: TSC get and set should be dependent on VM stateSunil Muthuswamy3-9/+110
2020-03-16util: add util function buffer_zero_avx512()Robert Hoo2-10/+64
2020-03-16configure: add configure option avx512f_optRobert Hoo1-0/+41
2020-03-16misc: Replace zero-length arrays with flexible array member (manual)Philippe Mathieu-Daudé10-15/+15
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé24-34/+35
2020-03-16optionrom/pvh: scan entire RSDP AreaJoe Richey1-1/+1
2020-03-16scsi/qemu-pr-helper: Fix out-of-bounds access to trnptid_list[]Christophe de Dinechin1-7/+10
2020-03-16Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200316-pull-request' ...Peter Maydell2-6/+6
2020-03-16Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200316-pull-request...Peter Maydell4-27/+39
2020-03-16block/io: fix bdrv_co_do_copy_on_readvVladimir Sementsov-Ogievskiy1-1/+1
2020-03-16stdvga+bochs-display: add dummy mmio handlerGerd Hoffmann2-6/+6
2020-03-16audio: add audiodev format=f32 option documentationVolker Rümelin1-2/+2
2020-03-16audio: fix saturation nonlinearity in clip_* functionsVolker Rümelin1-3/+2
2020-03-16audio: change mixing engine float range to [-1.f, 1.f]Volker Rümelin2-11/+10