aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-27migration: check pre_save return in vmstate_save_stateDr. David Alan Gilbert3-4/+13
2017-09-27migration: pre_save return intDr. David Alan Gilbert59-70/+199
2017-09-27migration: disable auto-converge during bulk block migrationPeter Lieven3-1/+17
2017-09-26Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell17-44/+86
2017-09-26Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170925' into stagingPeter Maydell1-2/+2
2017-09-26hw/isa/pc87312: Mark the device with user_creatable = falseThomas Huth1-0/+2
2017-09-26Drop gld linker usage on SunOSKamil Rytarowski1-1/+0
2017-09-26tests/boot-sector: Increase timeout to 600 secondsThomas Huth1-2/+2
2017-09-26nbd-client: Use correct macro parenthesizationEric Blake1-2/+2
2017-09-26hw/display/virtio-gpu: Put the virtio-gpu-device into the display categoryThomas Huth1-0/+1
2017-09-26osdep: Fix ROUND_UP(64-bit, 32-bit)Eric Blake1-3/+3
2017-09-26target/xtensa: Use the pre-defined MEMTXATTRS_UNSPECIFIED macroAlistair Francis1-2/+2
2017-09-26trivial: Add missing "-m" parameter in docs/memory-hotplug.txtThomas Huth1-1/+1
2017-09-26chardev/baum: fix baum that releases brlapi twiceLiang Yan1-0/+1
2017-09-26remove trailing whitespace from qemu-options.hxMichael Tokarev1-2/+2
2017-09-26hw/display/xenfb.c: Add trace_xenfb_key_eventLiang Yan2-0/+2
2017-09-26aux-to-i2c-bridge: don't allow user to create oneKONRAD Frederic1-0/+11
2017-09-26util/qemu-thread-posix.c: Replace OS ifdefs with CONFIG_HAVE_SEM_TIMEDWAITPeter Maydell3-6/+21
2017-09-26MAINTAINERS: update docs/interop/ entriesPhilippe Mathieu-Daudé1-2/+2
2017-09-26MAINTAINERS: update docs/devel/ entriesPhilippe Mathieu-Daudé1-5/+5
2017-09-26MAINTAINERS: add missing Cryptography entryPhilippe Mathieu-Daudé1-0/+1
2017-09-26MAINTAINERS: add missing entry for Generic LoaderPhilippe Mathieu-Daudé1-0/+1
2017-09-26MAINTAINERS: add missing AIO entryPhilippe Mathieu-Daudé1-0/+1
2017-09-26MAINTAINERS: add missing entries for throttling infraPhilippe Mathieu-Daudé1-1/+3
2017-09-26MAINTAINERS: add missing SSI entriesPhilippe Mathieu-Daudé1-0/+3
2017-09-26MAINTAINERS: add missing PCI entriesPhilippe Mathieu-Daudé1-0/+2
2017-09-26MAINTAINERS: add missing qcow2 entryPhilippe Mathieu-Daudé1-0/+1
2017-09-26MAINTAINERS: add missing Guest Agent entriesPhilippe Mathieu-Daudé1-0/+4
2017-09-26MAINTAINERS: add missing VMWare entryPhilippe Mathieu-Daudé1-0/+1
2017-09-26MAINTAINERS: add missing entry for vhostPhilippe Mathieu-Daudé1-0/+1
2017-09-26MAINTAINERS: add missing STM32 entryPhilippe Mathieu-Daudé1-0/+1
2017-09-26MAINTAINERS: add missing ARM entriesPhilippe Mathieu-Daudé1-2/+6
2017-09-26Replace round_page() with TARGET_PAGE_ALIGN()Kamil Rytarowski2-16/+6
2017-09-26configure: Remove unused code (found by shellcheck)Stefan Weil1-1/+0
2017-09-26Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-09-25' into st...Peter Maydell1-17/+20
2017-09-25Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell3-44/+39
2017-09-25accel/tcg/cputlb: avoid recursive BQL (fixes #1706296)Alex Bennée1-2/+2
2017-09-25block/nbd-client: nbd_co_send_request: fix return codeVladimir Sementsov-Ogievskiy1-0/+2
2017-09-25block/nbd-client: simplify check in nbd_co_receive_replyVladimir Sementsov-Ogievskiy1-1/+2
2017-09-25block/nbd-client: refactor nbd_co_receive_replyVladimir Sementsov-Ogievskiy1-15/+15
2017-09-25nbd-client: Use correct macro parenthesizationEric Blake1-2/+2
2017-09-24slirp: Add a special case for the NULL socketKevin Cernekee1-8/+10
2017-09-24slirp: Fix intermittent send queue hangs on a socketKevin Cernekee2-35/+17
2017-09-24slirp: Add explanation for hostfwd parsing failureDr. David Alan Gilbert1-1/+12
2017-09-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell44-310/+2550
2017-09-22chardev: remove context in chr_update_read_handlerPeter Xu6-10/+6
2017-09-22chardev: use per-dev context for io_add_watch_pollPeter Xu4-5/+5
2017-09-22chardev: add Chardev.gcontext fieldPeter Xu2-0/+2
2017-09-22chardev: new qemu_chr_be_update_read_handlers()Peter Xu3-5/+22
2017-09-22scsi: add persistent reservation manager using qemu-pr-helperPaolo Bonzini2-1/+303