summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-26qht: fix comment in qht_bucket_remove_entryEmilio G. Cota
2018-09-26qht: drop ht argument from qht iteratorsEmilio G. Cota
2018-09-26test-qht: speed up + test qht_resizeEmilio G. Cota
2018-09-26test-qht: test deletion of the last entry in a bucketEmilio G. Cota
2018-09-26test-qht: test removal of non-existent entriesEmilio G. Cota
2018-09-26test-qht: test qht_iter_removeEmilio G. Cota
2018-09-26qht: add qht_iter_removeEmilio G. Cota
2018-09-26qht: remove unused map param from qht_remove__lockedEmilio G. Cota
2018-09-25Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2018-09-25' int...Peter Maydell
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
2018-09-25test-bdrv-drain: Drain with block jobs in an I/O threadKevin Wolf
2018-09-25aio-wait: Increase num_waiters even in home threadKevin Wolf
2018-09-25blockjob: Wake up BDS when job becomes idleKevin Wolf
2018-09-25job: Fix missing locking due to mismergeKevin Wolf
2018-09-25job: Fix nested aio_poll() hanging in job_txn_applyFam Zheng
2018-09-25util/async: use qemu_aio_coroutine_enter in co_schedule_bh_cbSergio Lopez
2018-09-25qemu-iotests: Test snapshot=on with nonexistent TMPDIRAlberto Garcia
2018-09-25block: Fix use after free error in bdrv_open_inherit()Alberto Garcia
2018-09-25block/linux-aio: acquire AioContext before qemu_laio_process_completionsSergio Lopez
2018-09-25qemu-iotests: Test commit with top-node/base-nodeKevin Wolf
2018-09-25commit: Add top-node/base-node optionsKevin Wolf
2018-09-25qmp, hmp: add PCI subsystem id and vendor id to PCI infoDenis V. Lunev