aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-15block: drop moderated sheepdog mailing list from MAINTAINERS fileDaniel P. Berrangé1-1/+0
2020-10-15monitor: Fix order in monitor_cleanup()Kevin Wolf1-16/+17
2020-10-15qemu-storage-daemon: Remove QemuOpts from --object parserKevin Wolf1-11/+4
2020-10-15qom: Add user_creatable_print_help_from_qdict()Kevin Wolf2-3/+27
2020-10-15qom: Factor out helpers from user_creatable_print_help()Kevin Wolf1-38/+52
2020-10-15keyval: Parse help optionsKevin Wolf6-78/+185
2020-10-15keyval: Fix parsing of ',' in value of implied keyMarkus Armbruster2-16/+20
2020-10-15test-keyval: Demonstrate misparse of ',' with implied keyMarkus Armbruster1-0/+7
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-14i386: Mark Icelake-Client CPU models deprecatedRobert Hoo2-3/+13
2020-10-14cpu: Introduce CPU model deprecation APIRobert Hoo4-3/+27
2020-10-14kvm: Correct documentation of kvm_irqchip_*()Eduardo Habkost1-10/+9
2020-10-14i386/kvm: Delete kvm_allows_irq0_override()Eduardo Habkost6-14/+3
2020-10-14i386/kvm: Remove IRQ routing support checksEduardo Habkost3-27/+18
2020-10-14i386/kvm: Require KVM_CAP_IRQ_ROUTINGEduardo Habkost1-0/+5
2020-10-14target/i386: Remove core_id assert check in CPUID 0x8000001EBabu Moger1-3/+8
2020-10-14i386/kvm: fix FEATURE_HYPERV_EDX value in hyperv_passthrough caseZhenyu Wang1-1/+1
2020-10-14i386: drop x86_cpu_get_supported_feature_word() forward declarationVitaly Kuznetsov1-3/+0
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