summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-10-08bitmap: refine and move BITMAP_{FIRST/LAST}_WORD_MASKWei Yang1-5/+2
2016-10-08bt-hci-csr: drop unused argumentPaolo Bonzini1-1/+1
2016-10-06hw/ppc/spapr: Use POWER8 by default for the pseries-2.8 machineThomas Huth1-0/+1
2016-10-04Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell4-2/+32
2016-10-04generic-loader: Add a generic loaderAlistair Francis1-0/+46
2016-10-04ACPI: Add GIC Interrupt Translation Service Structure definitionShannon Zhao1-1/+12
2016-10-04kvm-all: Pass requester ID to MSI routing functionsPavel Fedin1-0/+9
2016-10-04hw/intc/arm_gicv3_its: Implement ITS base classPavel Fedin1-0/+78
2016-10-04STM32F205: Connect the SPI devicesAlistair Francis1-0/+3
2016-10-04STM32F205: Connect the ADC devicesAlistair Francis1-0/+6
2016-10-04irq: Add a new irq device that allows the ORing of linesAlistair Francis1-0/+44
2016-10-04STM32F2xx: Add the SPI deviceAlistair Francis1-0/+72
2016-10-04STM32F2xx: Add the ADC deviceAlistair Francis1-0/+87
2016-10-03target-i386: Correct family/model/stepping for Opteron_G3Evgeny Yakovlev1-0/+15
2016-09-29ide: Fix memory leak in ide_register_restart_cb()Ashijeet Acharya1-0/+1
2016-09-29coroutine: add a macro for the coroutine stack sizePeter Lieven1-0/+2
2016-09-29oslib-posix: add helpers for stack alloc and freePeter Lieven1-0/+27
2016-09-29block: Move 'discard' option to bdrv_open_common()Kevin Wolf1-0/+1
2016-09-29block: Use 'detect-zeroes' option for 'blockdev-change-medium'Kevin Wolf1-1/+1
2016-09-29block-backend: remove blk_flush_allJohn Snow1-1/+0
2016-09-29block: reintroduce bdrv_flush_allJohn Snow1-0/+1
2016-09-28Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell9-42/+157
2016-09-28Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2-1/+14
2016-09-28Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160928-1' into st...Peter Maydell2-1/+5
2016-09-28coroutine: add qemu_coroutine_entered() functionStefan Hajnoczi1-0/+13
2016-09-28spice/gl: render DisplaySurface via openglGerd Hoffmann1-1/+4
2016-09-28console: track gl_block state in QemuConsoleGerd Hoffmann1-0/+1
2016-09-28block: mirror: fix wrong comment of mirror_startYaowei Bai1-1/+1
2016-09-27qdisk - hw/block/xen_disk: grant copy implementationPaulina Szubarczyk1-0/+14
2016-09-27sysbus: Remove ignored return value of FindSysbusDeviceFuncDavid Gibson1-1/+1
2016-09-27linux-user: remove #define smp_{cores, threads}Marc-André Lureau1-4/+1
2016-09-27target-i386: Automatically set level/xlevel/xlevel2 when neededEduardo Habkost1-0/+5
2016-09-27replay: allow replay stopping and restartingPavel Dovgalyuk1-0/+4
2016-09-27cpus-common: lock-free fast path for cpu_exec_start/endPaolo Bonzini1-2/+3
2016-09-27tcg: Make tb_flush() thread safeSergey Fedorov2-3/+1
2016-09-27cpus-common: Introduce async_safe_run_on_cpu()Paolo Bonzini1-0/+14
2016-09-27cpus-common: simplify locking for start_exclusive/end_exclusivePaolo Bonzini1-4/+0
2016-09-27cpus-common: move exclusive work infrastructure from linux-userPaolo Bonzini1-1/+43
2016-09-27cpus-common: move CPU work item management to common codeSergey Fedorov1-8/+19
2016-09-27cpus-common: move CPU list management to common codePaolo Bonzini3-11/+17
2016-09-27cpus: pass CPUState to run_on_cpu helpersAlex Bennée1-3/+5
2016-09-27migration: sync all address spacesPaolo Bonzini1-4/+3
2016-09-27compiler: Swap 'public domain' header for licenseFelipe Franciosi1-1/+5
2016-09-27x86: ioapic: boost default version to 0x20Peter Xu1-0/+4
2016-09-27Jhash: add linux kernel jhashtable in qemuZhang Chen1-0/+59
2016-09-27qemu-char: Add qemu_chr_add_handlers_full() for GMaincontextZhang Chen1-1/+10
2016-09-27virtio-net: allow increasing rx queue sizeMichael S. Tsirkin1-0/+1
2016-09-27memory: introduce IOMMUOps.notify_flag_changedPeter Xu1-4/+5
2016-09-27memory: introduce IOMMUNotifier and its capsPeter Xu2-8/+41
2016-09-26Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell5-6/+22