aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-16cirrus: Building freebsd in a single shotYonggang Luo1-27/+8
2020-09-16ci: Enable msys2 ci in cirrusYonggang Luo1-0/+63
2020-09-16tests: Fixes test-qdev-global-props.cYonggang Luo1-3/+6
2020-09-16tests: fix test-util-sockets.cYonggang Luo1-1/+5
2020-09-16tests: Fixes test-io-channel-file by mask only owner file state mask bitsYonggang Luo1-1/+11
2020-09-16tests: fixes aio-win32 about aio_remove_fd_handler, get it consistence with a...Yonggang Luo1-2/+10
2020-09-16block/file: switch to use qemu_open/qemu_create for improved errorsDaniel P. Berrangé2-15/+9
2020-09-16util: give a specific error message when O_DIRECT doesn't workDaniel P. Berrangé1-1/+14
2020-09-16util: introduce qemu_open and qemu_create with error reportingDaniel P. Berrangé2-0/+22
2020-09-16util: add Error object for qemu_open_internal error reportingDaniel P. Berrangé1-2/+13
2020-09-16util: refactor qemu_open_old to split off variadic args handlingDaniel P. Berrangé1-7/+17
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé24-42/+44
2020-09-16util: split off a helper for dealing with O_CLOEXEC flagDaniel P. Berrangé1-8/+15
2020-09-16monitor: simplify functions for getting a dup'd fdset entryDaniel P. Berrangé5-57/+32
2020-09-16configure: add [lm32|unicore32]-softmmu to deprecation logicAlex Bennée3-6/+7
2020-09-16gitlab: create a build-deprecated targetAlex Bennée2-2/+11
2020-09-16configure: include tilegx-linux-user in the deprecation logicAlex Bennée1-1/+1
2020-09-16configure: clean-up the target-list-exclude logicAlex Bennée1-9/+1
2020-09-16configure: also skip deprecated targets with target-list-excludeAlex Bennée1-3/+8
2020-09-16configure: move deprecated feature processing to supported_targetAlex Bennée1-4/+10
2020-09-16iotests: Drop readlink -fMax Reitz1-1/+1
2020-09-16linux-user: test, don't assert addr != test in pgb_reserved_vaAlex Bennée1-5/+4
2020-09-16tests: Fixes test-io-channel-socket.c tests under msys2/mingwYonggang Luo1-0/+2
2020-09-16vmstate: Fixes test-vmstate.c on msys2/mingwYonggang Luo1-1/+2
2020-09-16meson: remove empty else and duplicated gio depsYonggang Luo1-6/+0
2020-09-16meson: Use -b to ignore CR vs. CR-LF issues on WindowsYonggang Luo1-1/+1
2020-09-16osdep: file locking functions are not available on Win32Yonggang Luo1-1/+1
2020-09-16tests: test-replication disable /replication/secondary/* on msys2/mingw.Yonggang Luo1-0/+4
2020-09-16tests: Fixes test-replication.c on msys2/mingw.Yonggang Luo1-4/+14
2020-09-16meson: disable crypto tests are empty under win32Yonggang Luo1-1/+2
2020-09-16meson: Disable test-char on msys2/mingw for fixing tests stuckYonggang Luo1-1/+6
2020-09-16rcu: fixes test-logging.c by call drain_call_rcu before rmdir_fullYonggang Luo1-0/+2
2020-09-16tests: Convert g_free to g_autofree macro in test-logging.cYonggang Luo1-2/+1
2020-09-16rcu: Implement drain_call_rcuMaxim Levitsky2-0/+56
2020-09-16qga/commands-win32: Fix problem with redundant protype declarationThomas Huth1-1/+4
2020-09-16Simplify the .gitignore fileThomas Huth1-152/+0
2020-09-16tests/socket-helpers: Treat EAI_NONAME as EADDRNOTAVAILThomas Huth1-2/+1
2020-09-16tests/qtest/qmp-cmd-test: Use inclusive languageThomas Huth1-5/+5
2020-09-16fuzz: Change the way we write qtest log to stderrAlexander Bulekov1-3/+2
2020-09-16iotests: Drop readlink -fMax Reitz1-1/+1
2020-09-15Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200915-pull-request' ...Peter Maydell7-31/+28
2020-09-15virtio-gpu: build modularGerd Hoffmann2-16/+8
2020-09-15virtio-gpu: make virtio_gpu_ops staticGerd Hoffmann3-11/+11
2020-09-15object_initialize: try module loadGerd Hoffmann1-0/+6
2020-09-15meson: remove duplicate qxl sourcesGerd Hoffmann1-2/+0
2020-09-15meson: fix module configGerd Hoffmann1-1/+1
2020-09-15meson: fix qxl dependenciesGerd Hoffmann1-1/+2
2020-09-15Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20200915' into ...Peter Maydell1-1/+2
2020-09-15seccomp: fix killing of whole process instead of threadDaniel P. Berrangé1-1/+2
2020-09-15Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-09-15' in...Peter Maydell24-282/+395