aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-02-07slirp: replace qemu qtailq with slirp own copyMarc-André Lureau
2019-02-07slirp: replace net/eth.h inclusion with own definesMarc-André Lureau
2019-02-07slirp: remove now useless QEMU headers inclusionsMarc-André Lureau
2019-02-07slirp: remove qemu timer.h dependencyMarc-André Lureau
2019-02-07slirp: add slirp own version of pstrcpyMarc-André Lureau
2019-02-07slirp: improve windows headers inclusionMarc-André Lureau
2019-02-07slirp: do not include qemu headers in libslirp.h public API headerMarc-André Lureau
2019-02-07slirp: move QEMU state saving to a separate unitMarc-André Lureau
2019-02-07slirp: replace qemu_notify_event() with a callbackMarc-André Lureau
2019-02-07slirp: add unregister_poll_fd() callbackMarc-André Lureau
2019-02-07slirp: replace qemu_set_nonblock()Marc-André Lureau
2019-02-07slirp: replace most qemu socket utilities with slirp own versionMarc-André Lureau
2019-02-07slirp: replace QEMU_PACKED with SLIRP_PACKEDMarc-André Lureau
2019-02-07slirp: replace trace functions with DEBUG callsMarc-André Lureau
2019-02-07slirp: add callbacks for timerMarc-André Lureau
2019-02-07net/slirp: fix leaks on forwarding rule registration errorMarc-André Lureau
2019-02-07net/slirp: free forwarding rules on cleanupMarc-André Lureau