aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-28Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...Peter Maydell
2018-09-25linux-user: do setrlimit selectivelyMax Filippov
2018-09-25linux-user: write(fd, NULL, 0) parity with linux's treatment of sameTony Garnock-Jones
2018-09-25linux-user: elf: mmap all the target-pages of hostpage for data segmentShivaprasad G Bhat
2018-09-25linux-user: add SO_LINGER to {g,s}etsockoptCarlo Marcelo Arenas Belón
2018-09-25linux-user: move TargetFdTrans functions to their own fileLaurent Vivier
2018-09-25Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-09-2...Peter Maydell
2018-09-25Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2018-09-25' int...Peter Maydell
2018-09-25Revert "check: Move VMXNET3 test to common"Thomas Huth
2018-09-25Revert "check: Move endianess test to common"Thomas Huth
2018-09-25Revert "check: Move wdt_ib700 test to common"Thomas Huth
2018-09-25tests/migration: Speed up the test on ppc64Thomas Huth
2018-09-25hw/qdev-core: Fix description of instance_initThomas Huth
2018-09-25qdev: fix a typo in commentLi Qiang
2018-09-25docs: Fix some typos (most found by codespell)Stefan Weil
2018-09-25trivial: Make bios files and source files non-executableThomas Huth
2018-09-25memfd: fix possible usage of the uninitialized file descriptorDima Stepanov
2018-09-25hw/core/machine: Officially deprecate the enforce-config-section parameterThomas Huth
2018-09-25net/slirp: Deprecate the [hub_id name] parameter tupleThomas Huth
2018-09-25net: Deprecate the "name" parameter of -netThomas Huth
2018-09-25Makefile: Add missing dependency for qemu-deprecated.texiThomas Huth
2018-09-25Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20180925' into s...Peter Maydell
2018-09-25Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180925-...Peter Maydell
2018-09-25target/arm: Start AArch32 CPUs with EL2 but not EL3 in Hyp modePeter Maydell
2018-09-25aspeed/smc: fix some alignment issuesCédric Le Goater
2018-09-25hw/arm/aspeed: Add an Aspeed machine classCédric Le Goater
2018-09-25hw/arm/aspeed: change the FMC flash model of the AST2500 evbCédric Le Goater
2018-09-25aspeed/timer: fix compile breakage with clang 3.4.2Cédric Le Goater
2018-09-25hw/timer/cmsdk-apb-dualtimer: Add missing 'break' statementsPeter Maydell
2018-09-25hw/net/pcnet-pci: Unify pcnet_ioport_read/write and pcnet_mmio_read/writePeter Maydell
2018-09-25hw/net/pcnet-pci: Convert away from old_mmio accessorsPeter Maydell
2018-09-25hw/intc/arm_gic: Drop GIC_BASE_IRQ macroPeter Maydell
2018-09-25hw/intc/arm_gic: Document QEMU interfacePeter Maydell
2018-09-25hw/arm/smmuv3: fix eventq recording and IRQ triggerringEric Auger
2018-09-25Merge remote-tracking branch 'kevin/tags/for-upstream' into blockMax Reitz
2018-09-25test-bdrv-drain: Test draining job source child and parentKevin Wolf
2018-09-25block: Use a single global AioWaitKevin Wolf
2018-09-25test-bdrv-drain: Fix outdated commentsKevin Wolf
2018-09-25test-bdrv-drain: AIO_WAIT_WHILE() in job .commit/.abortKevin Wolf
2018-09-25job: Avoid deadlocks in job_completed_txn_abort()Kevin Wolf
2018-09-25test-bdrv-drain: Test nested poll in bdrv_drain_poll_top_level()Kevin Wolf
2018-09-25block: Remove aio_poll() in bdrv_drain_poll variantsKevin Wolf
2018-09-25blockjob: Lie better in child_job_drained_poll()Kevin Wolf
2018-09-25block-backend: Decrease in_flight only after callbackKevin Wolf
2018-09-25block-backend: Fix potential double blk_delete()Kevin Wolf
2018-09-25block-backend: Add .drained_poll callbackKevin Wolf
2018-09-25block: Add missing locking in bdrv_co_drain_bh_cb()Kevin Wolf
2018-09-25test-bdrv-drain: Test AIO_WAIT_WHILE() in completion callbackKevin Wolf
2018-09-25job: Use AIO_WAIT_WHILE() in job_finish_sync()Kevin Wolf
2018-09-25test-blockjob: Acquire AioContext around job_cancel_sync()Kevin Wolf