summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-02-275-1/+68
|\
| * hw/arm/virt: Add the virtio-iommu device tree mappingsEric Auger2020-02-271-0/+2
| * virtio-iommu-pci: Add virtio iommu pci supportEric Auger2020-02-272-0/+2
| * virtio-iommu: Implement attach/detach commandEric Auger2020-02-271-0/+3
| * virtio-iommu: Add skeletonEric Auger2020-02-271-0/+57
| * vhost-user-blk: convert to new virtio_delete_queuePan Nengyuan2020-02-251-1/+2
| * vhost-user-fs: convert to the new virtio_delete_queue functionPan Nengyuan2020-02-251-0/+2
* | qemu/bitops.h: Add extract8 and extract16Yoshinori Sato2020-02-251-0/+38
* | Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini2020-02-254-17/+16Star
|\ \
| * | Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-2/+2
| * | exec: Let cpu_[physical]_memory API use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-202-4/+4
| * | exec: Let address_space_unmap() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-1/+1
| * | hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-1/+1
| * | hw/ide/internal: Remove unused DMARestartFunc typedefPhilippe Mathieu-Daudé2020-02-201-1/+0Star
| * | exec: Let the cpu_[physical]_memory API use void pointer argumentsPhilippe Mathieu-Daudé2020-02-202-2/+2
| * | exec: Let the address_space API use void pointer argumentsPhilippe Mathieu-Daudé2020-02-201-6/+6
| * | exec: Let flatview API take void pointer argumentsPhilippe Mathieu-Daudé2020-02-201-1/+1
* | | Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini2020-02-256-41/+46
|\ \ \ | |_|/ |/| |
| * | hostmem: fix strict bind policyIgor Mammedov2020-02-192-2/+1Star
| * | hostmem: introduce "prealloc-threads" propertyIgor Mammedov2020-02-191-0/+2
| * | make mem_path local variableIgor Mammedov2020-02-191-1/+0Star
| * | remove no longer used memory_region_allocate_system_memory()Igor Mammedov2020-02-191-32/+0Star
| * | ppc/{ppc440_bamboo, sam460ex}: use memdev for RAMIgor Mammedov2020-02-191-1/+1
| * | ppc/{ppc440_bamboo, sam460ex}: drop RAM size fixupIgor Mammedov2020-02-191-5/+4Star
| * | arm/aspeed: actually check RAM sizeIgor Mammedov2020-02-191-0/+1
| * | initialize MachineState::ram in NUMA caseIgor Mammedov2020-02-191-0/+1
| * | machine: introduce convenience MachineState::ramIgor Mammedov2020-02-191-1/+11
| * | machine: alias -mem-path and -mem-prealloc into memory-foo backendIgor Mammedov2020-02-192-0/+24
| * | machine: introduce memory-backend propertyIgor Mammedov2020-02-191-0/+2
| |/
* | qtest: add in-process incoming command handlerAlexander Bulekov2020-02-221-0/+1
* | qtest: add qtest_server_send abstractionAlexander Bulekov2020-02-221-0/+3
* | fuzz: add FUZZ_TARGET module typeAlexander Bulekov2020-02-221-1/+3
* | softmmu: split off vl.c:main() into main.cAlexander Bulekov2020-02-221-0/+4
* | aio-posix: make AioHandler deletion O(1)Stefan Hajnoczi2020-02-222-1/+8
* | qemu/queue.h: add QLIST_SAFE_REMOVE()Stefan Hajnoczi2020-02-221-0/+14
* | util/async: make bh_aio_poll() O(1)Stefan Hajnoczi2020-02-221-2/+18
* | rcu_queue: add QSLIST functionsPaolo Bonzini2020-02-222-2/+60
* | arm: allwinner: Wire up USB portsGuenter Roeck2020-02-211-0/+6
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200221' into...Peter Maydell2020-02-215-2/+71
|\ \
| * | spapr: Don't use spapr_drc_needed() in CAS codeGreg Kurz2020-02-201-1/+3
| * | spapr: Allow changing offset for -kernel imageAlexey Kardashevskiy2020-02-201-0/+1
| * | spapr: Add Hcalls to support PAPR NVDIMM deviceShivaprasad G Bhat2020-02-201-1/+7
| * | spapr: Add NVDIMM device supportShivaprasad G Bhat2020-02-202-0/+46
| * | nvdimm: add uuid property to nvdimmShivaprasad G Bhat2020-02-201-0/+7
| * | mem: move nvdimm_device_list to utilitiesShivaprasad G Bhat2020-02-201-0/+7
* | | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-02-20' in...Peter Maydell2020-02-212-2/+4
|\ \ \
| * | | qapi: Allow getting flat output from 'query-named-block-nodes'Peter Krempa2020-02-202-2/+4
| |/ /
* | | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-re...Peter Maydell2020-02-201-0/+2
|\ \ \ | |/ / |/| |
| * | linux-user: Use `qemu_log' for straceJosh Kunz2020-02-191-0/+2
| |/
* | block: Remove bdrv_recurse_is_first_non_filter()Max Reitz2020-02-182-12/+0Star