aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-15keyval: Fix and clarify grammarMarkus Armbruster1-6/+10
2020-10-15chardev/spice: build spice chardevs as moduleGerd Hoffmann2-1/+8
2020-10-15meson: add spice dependency to core spice source files.Gerd Hoffmann1-1/+1
2020-10-15meson: add spice_headers dependency.Gerd Hoffmann3-2/+4
2020-10-15chardev/spice: simplify chardev setupGerd Hoffmann6-39/+20
2020-10-15chardev/spice: make qemu_chr_open_spice_port staticGerd Hoffmann2-7/+4
2020-10-15ui/spice-app: don't use qemu_chr_open_spice_port directlyGerd Hoffmann1-4/+13
2020-10-15modules: update qom object module commentGerd Hoffmann1-1/+3
2020-10-15module: silence errors for module_load_qom_all().Gerd Hoffmann3-15/+15
2020-10-14linux-user/microblaze: Remove non-rt signal framesRichard Henderson2-96/+2
2020-10-14linux-user/microblaze: Implement rt signal framesRichard Henderson1-9/+82
2020-10-14tests/tcg/linux-test: Adjust getsockname for muslRichard Henderson1-1/+1
2020-10-14Merge remote-tracking branch 'remotes/kraxel/tags/ui-20201014-pull-request' i...Peter Maydell12-173/+105
2020-10-14ui: Fix default window_id valueSamuel Thibault1-0/+1
2020-10-14input-linux: Reset il->fd handler before closing itColin Xu1-0/+1
2020-10-14SDL: enable OpenGL context creationJan Henrik Weinstock1-0/+5
2020-10-14vnc-stubs: Allow -vnc noneJason Andryuk1-0/+3
2020-10-14configure: Fixes ncursesw detection under msys2/mingw by convert them to mesonYonggang Luo4-124/+83
2020-10-14win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defi...Yonggang Luo3-38/+4
2020-10-14curses: Fixes curses compiling errors.Yonggang Luo1-2/+2
2020-10-14curses: Fixes compiler error that complain don't have langinfo.h on msys2/mingwYonggang Luo2-9/+6
2020-10-14qemu-edid: drop castGerd Hoffmann1-1/+1
2020-10-13can-host-socketcan: Fix crash when 'if' option is not setEduardo Habkost1-0/+5
2020-10-13authz-list-file: Fix crash when filename is not setEduardo Habkost1-0/+5
2020-10-13vhost-user: Register "chardev" as class propertyEduardo Habkost1-3/+3
2020-10-13vga-pci: Register "big-endian-framebuffer" as class propertyEduardo Habkost1-8/+4
2020-10-13i386: Register most CPU properties as class propertiesEduardo Habkost1-32/+34
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