aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-29nbd: Follow the BDS' AIO contextMax Reitz
2014-08-29block: Add AIO context notifiersMax Reitz
2014-08-29nbd: Drop nbd_can_read()Max Reitz
2014-08-29sheepdog: fix a core dump while do auto-reconnectingLiu Yuan
2014-08-29aio-win32: add support for socketsPaolo Bonzini
2014-08-29qemu-coroutine-io: fix for Win32Paolo Bonzini
2014-08-29AioContext: introduce aio_preparePaolo Bonzini
2014-08-29aio-win32: add aio_set_dispatching optimizationPaolo Bonzini
2014-08-29test-aio: test timers on Windows tooPaolo Bonzini
2014-08-29AioContext: export and use aio_dispatchPaolo Bonzini
2014-08-29AioContext: run bottom halves after pollingPaolo Bonzini
2014-08-29aio-win32: Factor out duplicate code into aio_dispatch_handlersPaolo Bonzini
2014-08-29aio-win32: Evaluate timers after handlesPaolo Bonzini
2014-08-29AioContext: take bottom halves into account when computing aio_poll timeoutPaolo Bonzini
2014-08-29blockdev: fix drive-mirror 'granularity' error messageStefan Hajnoczi
2014-08-29coroutine: Drop co_sleep_nsFam Zheng
2014-08-29block/quorum: add simple read pattern supportLiu Yuan
2014-08-29qapi: add read-pattern enum for quorumLiu Yuan
2014-08-29sheepdog: improve error handling for a case of failed lockHitoshi Mitake
2014-08-29sheepdog: adopting protocol update for VDI lockingHitoshi Mitake
2014-08-29qemu-img: always goto out in img_snapshot() error pathsStefan Hajnoczi
2014-08-29qemu-img: fix img_compare() flags error pathStefan Hajnoczi
2014-08-29qemu-img: fix img_commit() error return valueStefan Hajnoczi
2014-08-29block.curl: adding 'timeout' optionDaniel Henrique Barboza
2014-08-29ide: Fix bootindex for bus_id > 9Markus Armbruster
2014-08-28intel-iommu: add IOTLB using hash tableLe Tan
2014-08-28intel-iommu: add context-cache to cache context-entryLe Tan
2014-08-28intel-iommu: add supports for queued invalidation interfaceLe Tan
2014-08-28intel-iommu: fix coding style issues around in q35.c and machine.cLe Tan
2014-08-28intel-iommu: add Intel IOMMU emulation to q35 and add a machine option "iommu...Le Tan
2014-08-28intel-iommu: add DMAR table to ACPI tablesLe Tan
2014-08-28intel-iommu: introduce Intel IOMMU (VT-d) emulationLe Tan
2014-08-28iommu: add is_write as a parameter to the translate function of MemoryRegionI...Le Tan
2014-08-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-08-28Merge remote-tracking branch 'remotes/kvm/tags/for-upstream' into stagingPeter Maydell
2014-08-28memory: Lazy init name from QOM name as neededPeter Crosthwaite
2014-08-28xen: hvm: Abstract away memory region name refPeter Crosthwaite
2014-08-28xen-hvm: Constify stringPeter Crosthwaite
2014-08-28Merge remote-tracking branch 'remotes/stefanha/tags/fix-buildbot-12082014-pul...Peter Maydell
2014-08-28Revert "qemu-img: sort block formats in help message"Stefan Hajnoczi
2014-08-28block: sort formats alphabetically in bdrv_iterate_format()Stefan Hajnoczi
2014-08-28mirror: fix uninitialized variable delay_ns warningsStefan Hajnoczi
2014-08-28trace: avoid Python 2.5 all() in tracetoolStefan Hajnoczi
2014-08-28libqtest: launch QEMU with QEMU_AUDIO_DRV=noneStefan Hajnoczi
2014-08-28qapi.py: avoid Python 2.5+ any() functionStefan Hajnoczi
2014-08-27mc146818rtc: reinitialize irq_reinject_on_ack_count on resetPaolo Bonzini
2014-08-26Merge remote-tracking branch 'remotes/mcayland/qemu-openbios' into stagingPeter Maydell
2014-08-26target-i386: Add "tsc_adjust" CPU feature nameEduardo Habkost
2014-08-26target-i386: Add "mpx" CPU feature nameEduardo Habkost
2014-08-26Update OpenBIOS imagesMark Cave-Ayland