aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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
2020-09-15block/qcow: remove runtime optsJohn Snow1-9/+0
2020-09-15block/rbd: remove runtime_optsJohn Snow1-42/+0
2020-09-15qcow2: Return the original error code in qcow2_co_pwrite_zeroes()Alberto Garcia1-1/+1
2020-09-15qcow2: Make qcow2_free_any_clusters() free only one clusterAlberto Garcia3-9/+9
2020-09-15qcow2: Handle QCowL2Meta on error in preallocate_co()Alberto Garcia1-23/+17