summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-25Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell3-44/+39
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
2017-09-22scsi: add multipath support to qemu-pr-helperPaolo Bonzini6-3/+433
2017-09-22scsi: build qemu-pr-helperPaolo Bonzini6-5/+905
2017-09-22Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell2-0/+11
2017-09-22MAINTAINERS: Add Python scriptsEduardo Habkost1-0/+8
2017-09-22qemu.py: Call logging.basicConfig() automaticallyEduardo Habkost1-0/+3
2017-09-22Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170922-1'...Peter Maydell18-58/+664
2017-09-22ide: fix enum comparison for gcc 4.7John Snow3-4/+3
2017-09-22migration: split ufd_version_check onto receive/request features partAlexey Perevalov1-6/+88
2017-09-22migration: fix hardcoded function name in error reportAlexey Perevalov1-1/+1
2017-09-22migration: pass MigrationIncomingState* into migration check functionsAlexey Perevalov4-8/+9
2017-09-22migration: split common postcopy out of ram postcopyVladimir Sementsov-Ogievskiy3-22/+67
2017-09-22migration: fix ram_save_pendingVladimir Sementsov-Ogievskiy1-2/+6
2017-09-22migration: add has_postcopy savevm handlerVladimir Sementsov-Ogievskiy3-2/+11
2017-09-22bitmap: provide to_le/from_le helpersPeter Xu2-0/+39
2017-09-22bitmap: introduce bitmap_count_one()Peter Xu2-0/+25
2017-09-22bitmap: remove BITOP_WORD()Peter Xu1-4/+2
2017-09-22migration: Split migration_fd_process_incomingJuan Quintela1-2/+12
2017-09-22migration: Create multifd migration threadsJuan Quintela3-0/+233
2017-09-22migration: Create x-multifd-page-count parameterJuan Quintela4-3/+49
2017-09-22migration: Create x-multifd-channels parameterJuan Quintela4-3/+55
2017-09-22migration: Add multifd capabilityJuan Quintela3-1/+14
2017-09-22migration: Create migration_has_all_channelsJuan Quintela3-3/+20