aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-26Add a hint message to loadvm and exits on failureJose Ricardo Ziviani2-1/+4
2018-09-26migration: handle the error condition properlyXiao Guangrong1-3/+15
2018-09-26migration: fix calculating xbzrle_counters.cache_miss_rateXiao Guangrong1-9/+9
2018-09-26migration/rdma: Fix uninitialised rdma_return_pathDr. David Alan Gilbert1-1/+1
2018-09-26vmdk: align end of file to a sector boundaryyuchenlin1-0/+21
2018-09-26tests/vm: Use -cpu max rather than -cpu hostPeter Maydell1-2/+1
2018-09-26aio-posix: do skip system call if ctx->notifier polling succeedsPaolo Bonzini1-3/+4
2018-09-26aio-posix: compute timeout before pollingPaolo Bonzini2-27/+36
2018-09-26aio-posix: fix concurrent access to poll_disable_cntPaolo Bonzini1-11/+15
2018-09-25linux-user: do setrlimit selectivelyMax Filippov1-1/+15
2018-09-25linux-user: write(fd, NULL, 0) parity with linux's treatment of sameTony Garnock-Jones1-0/+3
2018-09-25linux-user: elf: mmap all the target-pages of hostpage for data segmentShivaprasad G Bhat1-3/+7
2018-09-25linux-user: add SO_LINGER to {g,s}etsockoptCarlo Marcelo Arenas Belón2-1/+56
2018-09-25linux-user: move TargetFdTrans functions to their own fileLaurent Vivier4-1448/+1508
2018-09-25Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-09-2...Peter Maydell19-16/+56
2018-09-25Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2018-09-25' int...Peter Maydell29-317/+856
2018-09-25Revert "check: Move VMXNET3 test to common"Thomas Huth1-2/+2
2018-09-25Revert "check: Move endianess test to common"Thomas Huth1-1/+13
2018-09-25Revert "check: Move wdt_ib700 test to common"Thomas Huth1-2/+2
2018-09-25tests/migration: Speed up the test on ppc64Thomas Huth1-3/+3
2018-09-25hw/qdev-core: Fix description of instance_initThomas Huth1-2/+3
2018-09-25qdev: fix a typo in commentLi Qiang1-1/+1
2018-09-25docs: Fix some typos (most found by codespell)Stefan Weil3-4/+4
2018-09-25trivial: Make bios files and source files non-executableThomas Huth6-0/+0
2018-09-25memfd: fix possible usage of the uninitialized file descriptorDima Stepanov1-0/+1
2018-09-25hw/core/machine: Officially deprecate the enforce-config-section parameterThomas Huth2-0/+8
2018-09-25net/slirp: Deprecate the [hub_id name] parameter tupleThomas Huth2-0/+9
2018-09-25net: Deprecate the "name" parameter of -netThomas Huth2-0/+9
2018-09-25Makefile: Add missing dependency for qemu-deprecated.texiThomas Huth1-1/+1
2018-09-25Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20180925' into s...Peter Maydell4-2/+20
2018-09-25Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180925-...Peter Maydell26-336/+542
2018-09-25target/arm: Start AArch32 CPUs with EL2 but not EL3 in Hyp modePeter Maydell1-2/+12
2018-09-25aspeed/smc: fix some alignment issuesCédric Le Goater1-4/+4
2018-09-25hw/arm/aspeed: Add an Aspeed machine classCédric Le Goater2-142/+116
2018-09-25hw/arm/aspeed: change the FMC flash model of the AST2500 evbCédric Le Goater1-1/+1
2018-09-25aspeed/timer: fix compile breakage with clang 3.4.2Cédric Le Goater2-3/+1
2018-09-25hw/timer/cmsdk-apb-dualtimer: Add missing 'break' statementsPeter Maydell1-0/+2
2018-09-25hw/net/pcnet-pci: Unify pcnet_ioport_read/write and pcnet_mmio_read/writePeter Maydell2-67/+2
2018-09-25hw/net/pcnet-pci: Convert away from old_mmio accessorsPeter Maydell2-84/+57
2018-09-25hw/intc/arm_gic: Drop GIC_BASE_IRQ macroPeter Maydell3-20/+14
2018-09-25hw/intc/arm_gic: Document QEMU interfacePeter Maydell1-0/+43
2018-09-25hw/arm/smmuv3: fix eventq recording and IRQ triggerringEric Auger2-14/+14
2018-09-25Merge remote-tracking branch 'kevin/tags/for-upstream' into blockMax Reitz24-114/+527
2018-09-25test-bdrv-drain: Test draining job source child and parentKevin Wolf1-8/+69
2018-09-25block: Use a single global AioWaitKevin Wolf10-65/+26
2018-09-25test-bdrv-drain: Fix outdated commentsKevin Wolf1-5/+5
2018-09-25test-bdrv-drain: AIO_WAIT_WHILE() in job .commit/.abortKevin Wolf1-12/+104
2018-09-25job: Avoid deadlocks in job_completed_txn_abort()Kevin Wolf1-5/+11
2018-09-25test-bdrv-drain: Test nested poll in bdrv_drain_poll_top_level()Kevin Wolf1-0/+13
2018-09-25block: Remove aio_poll() in bdrv_drain_poll variantsKevin Wolf1-8/+0