aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-13input-barrier: Register properties as class propertiesEduardo Habkost1-22/+22
2020-10-13input-linux: Register properties as class propertiesEduardo Habkost1-13/+14
2020-10-13rng: Register "opened" as class propertyEduardo Habkost1-4/+4
2020-10-13rng-random: register "filename" as class propertyEduardo Habkost1-4/+4
2020-10-13rng-egd: Register "chardev" as class propertyEduardo Habkost1-7/+2
2020-10-13Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell16-23/+34
2020-10-13Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-1...Peter Maydell23-108/+313
2020-10-13meson.build: drop duplicate 'sparc64' entrySergei Trofimovich1-1/+1
2020-10-13mingw: fix error __USE_MINGW_ANSI_STDIO redefinedMarc-André Lureau2-2/+2
2020-10-13target/sparc/int32_helper: Remove duplicated 'Tag Overflow' entryPhilippe Mathieu-Daudé1-1/+0
2020-10-13goldfish_rtc: change MemoryRegionOps endianness to DEVICE_NATIVE_ENDIANLaurent Vivier1-1/+1
2020-10-13hw/char/serial: remove duplicate .class_init in serial_mm_infoLaurent Vivier1-1/+0
2020-10-13block/blkdebug: fix memory leakElena Afanasova1-0/+1
2020-10-13hw/pci: Fix typo in PCI hot-plug error messageJulia Suvorova2-2/+2
2020-10-13softmmu/memory: Log invalid memory accessesPhilippe Mathieu-Daudé1-0/+16
2020-10-13hw/acpi/piix4: Rename piix4_pm_add_propeties() to piix4_pm_add_properties()Greg Kurz1-2/+2
2020-10-13vmdk: fix maybe uninitialized warningsChristian Borntraeger1-4/+4
2020-10-13tests/test-char: Use a proper fallthrough commentThomas Huth1-1/+1
2020-10-13hw/block/nvme: Simplify timestamp sumPhilippe Mathieu-Daudé1-6/+1
2020-10-13scripts/ci/gitlab-pipeline-status: wait for pipeline creationCleber Rosa1-4/+13
2020-10-13scripts/ci/gitlab-pipeline-status: use more descriptive exceptionsCleber Rosa1-2/+10
2020-10-13scripts/ci/gitlab-pipeline-status: handle keyboard interruptsCleber Rosa1-2/+4
2020-10-13scripts/ci/gitlab-pipeline-status: refactor parser creationCleber Rosa1-4/+7
2020-10-13scripts/ci/gitlab-pipeline-status: give early feedback on running pipelinesCleber Rosa1-1/+1
2020-10-13scripts/ci/gitlab-pipeline-status: improve message regarding timeoutCleber Rosa1-1/+4
2020-10-13scripts/ci/gitlab-pipeline-status: make branch name configurableCleber Rosa1-6/+6
2020-10-13gitlab: assign python helper files to GitLab maintainers sectionDaniel P. Berrangé1-0/+1
2020-10-13gitlab: add a CI job to validate the DCO sign offDaniel P. Berrangé2-0/+104
2020-10-13gitlab: add a CI job for running checkpatch.plDaniel P. Berrangé2-0/+60
2020-10-13configure: fixes indent of $meson setupYonggang Luo1-7/+7
2020-10-13docs/system/deprecated: Mark the 'moxie' CPU as deprecatedThomas Huth1-0/+8
2020-10-13Remove superfluous .gitignore filesThomas Huth9-59/+0
2020-10-13MAINTAINERS: Ignore bios-tables-test in the qtest sectionThomas Huth1-1/+1
2020-10-13Add a comment in bios-tables-test.c to clarify the reason behind approachAni Sinha1-1/+6
2020-10-13softmmu/vl: Be less verbose about missing KVM when running the qtestsThomas Huth1-7/+12
2020-10-13tests/migration: Allow longer timeoutsDr. David Alan Gilbert1-10/+11
2020-10-13qtest: add fuzz test caseLi Qiang2-0/+50
2020-10-13Acceptance tests: show test report on GitLab CICleber Rosa1-0/+5
2020-10-13Acceptance tests: do not show canceled test logs on GitLab CICleber Rosa1-1/+1
2020-10-13Acceptance tests: bump pycdlib version for easier installationCleber Rosa1-1/+1
2020-10-13gitlab-ci.yml: Only run one test-case per fuzzerAlexander Bulekov1-1/+1
2020-10-13tests/qtest: Replace magic value by NANOSECONDS_PER_SECOND definitionPhilippe Mathieu-Daudé1-1/+1
2020-10-12Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell52-1497/+1471
2020-10-12target/i386/cpu: Update comment that mentions TexinfoMarkus Armbruster1-1/+2
2020-10-12qemu-img-cmds.hx: Update comment that mentions TexinfoMarkus Armbruster1-1/+1
2020-10-12meson: identify more sections of meson.buildPaolo Bonzini1-11/+25
2020-10-12scsi/scsi_bus: fix races in REPORT LUNSMaxim Levitsky1-35/+33
2020-10-12virtio-scsi: use scsi_device_getMaxim Levitsky1-8/+13
2020-10-12scsi/scsi_bus: Add scsi_device_getMaxim Levitsky2-0/+12
2020-10-12scsi/scsi-bus: scsi_device_find: don't return unrealized devicesPaolo Bonzini1-30/+53