summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-12slirp: wrap the remaining socket functionsMarc-André Lureau
2019-02-12slirp: remove slirp_ prefix for socket wrappersMarc-André Lureau
2019-02-12Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2019-02-12Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-02-11' into st...Peter Maydell
2019-02-12virtio-blk: cleanup using VirtIOBlock *s and VirtIODevice *vdevStefano Garzarella
2019-02-12qemugdb/coroutine: fix arch_prctl has unknown return typeVladimir Sementsov-Ogievskiy
2019-02-12iothread: fix iothread hang when stop too soonPeter Xu
2019-02-11qcow2: list of bitmaps new test 242Andrey Shinkevich
2019-02-11qcow2: Add list of bitmaps to ImageInfoSpecificQCow2Andrey Shinkevich
2019-02-11bdrv_query_image_info Error parameter addedAndrey Shinkevich
2019-02-11nbd/server: Kill pointless shadowed variableEric Blake
2019-02-11Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190211' into stagingPeter Maydell
2019-02-11cputlb: update TLB entry/index after tlb_fillEmilio G. Cota
2019-02-11exec-all: document that tlb_fill can trigger a TLB resizeEmilio G. Cota
2019-02-11tcg/i386: fix unsigned vector saturating arithmeticMark Cave-Ayland
2019-02-11tcg: Diagnose referenced labels that have not been emittedRichard Henderson
2019-02-11Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-110219-1...Peter Maydell
2019-02-11tests/vm: Be verbose while extracting compressed imagesPhilippe Mathieu-Daudé
2019-02-11docs/devel/testing: Add -a option to usermod command on docker setupMurilo Opsfelder Araujo
2019-02-08scripts/qemu.py: allow arches use KVM for their 32bit cousinsAlex Bennée
2019-02-08tests/vm: expose BUILD_TARGET, TARGET_LIST and EXTRA_CONFIGURE_OPTSAlex Bennée
2019-02-08tests/vm: add --build-target optionAlex Bennée
2019-02-08tests/vm: call make check directly for netbsd/freebsd/ubuntu.i386Alex Bennée
2019-02-08tests/vm: move images to $HOME/.cache/qemu-vm/imagesGerd Hoffmann
2019-02-08tests: PEP8 cleanup of docker.py, mostly white spaceAlex Bennée
2019-02-08tests: docker.py be even smarter with persistent binfmt_miscAlex Bennée
2019-02-08tests: make docker.py check for persistent configsAlex Bennée
2019-02-08tests: make docker.py update use configured binfmt pathAlex Bennée
2019-02-08docker: add debian-buster-arm64-crossAlex Bennée
2019-02-08archive-source.sh: Clone the submodules locallyPhilippe Mathieu-Daudé
2019-02-08MAINTAINERS: Add an entry for scripts/archive-source.shPhilippe Mathieu-Daudé
2019-02-08.travis.yml: fold --disable-tcg into alternate coroutine buildsAlex Bennée
2019-02-08.travis.yml: separate tools and docs into another entryAlex Bennée
2019-02-08.travis.yml: stop requesting libffi & gettext from homebrewDaniel P. Berrangé
2019-02-08.cirrus.yml: basic compile and test for FreeBSDEd Maste
2019-02-07Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell
2019-02-07Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-re...Peter Maydell
2019-02-07Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20190206' into...Peter Maydell
2019-02-07Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell
2019-02-07Merge remote-tracking branch 'remotes/elmarco/tags/dump-pull-request' into st...Peter Maydell
2019-02-07slirp: API is extern CMarc-André Lureau
2019-02-07slirp: pass opaque to all callbacksMarc-André Lureau
2019-02-07slirp: use polling callbacks, drop glib requirementMarc-André Lureau
2019-02-07slirp: remove slirp_instances listMarc-André Lureau
2019-02-07slirp: replace global polling with per-instance & notifierMarc-André Lureau
2019-02-07slirp: improve send_packet() callbackMarc-André Lureau
2019-02-07slirp: prefer c99 types over BSD kindMarc-André Lureau
2019-02-07slirp: replace remaining qemu headers dependencyMarc-André Lureau
2019-02-07slirp: Move g_spawn_async_with_fds_qemu compatibility to slirp/Samuel Thibault
2019-02-07slirp: replace QEMU_BUILD_BUG_ON with G_STATIC_ASSERTSamuel Thibault