aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2020-03-16audio: consistency changesVolker Rümelin1-1/+1
2020-03-16audio: change naming scheme of FLOAT_CONV macrosVolker Rümelin1-11/+11
2020-03-16qapi/audio: add documentation for AudioFormatVolker Rümelin1-0/+14
2020-03-13Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200313a'...Peter Maydell7-43/+135
2020-03-13migration: recognize COLO as part of activating processzhanghailiang1-0/+1
2020-03-13ram/colo: only record bitmap of dirty pages in COLO stagezhanghailiang1-4/+5
2020-03-13COLO: Optimize memory back-up processzhanghailiang3-17/+53
2020-03-13migration/throttle: Add throttle-trig-thres migration parameterKeqian Zhu4-23/+76
2020-03-13configure: Improve zstd testJuan Quintela1-1/+2
2020-03-12Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200312'...Peter Maydell57-74/+5787
2020-03-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell17-57/+262