aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-17Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-1...Peter Maydell21-215/+207
2020-09-16Merge remote-tracking branch 'remotes/berrange/tags/block-odirect-pull-reques...Peter Maydell27-116/+150
2020-09-16Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20200915' int...Peter Maydell3-0/+15
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-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
2020-09-159pfs: disable msize warning for synth driverChristian Schoenebeck3-1/+7
2020-09-159pfs: log warning if msize <= 8192Christian Schoenebeck1-0/+9
2020-09-15block/rbd: add 'namespace' to qemu_rbd_strong_runtime_opts[]Stefano Garzarella1-0/+1
2020-09-15qcow2: Convert qcow2_alloc_cluster_offset() into qcow2_alloc_host_offset()Alberto Garcia3-30/+26
2020-09-15qcow2: Make preallocate_co() resize the image to the correct sizeAlberto Garcia3-20/+53