aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-02-25Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini4-17/+16
2020-02-25Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini6-41/+46
2020-02-22qtest: add in-process incoming command handlerAlexander Bulekov1-0/+1
2020-02-22qtest: add qtest_server_send abstractionAlexander Bulekov1-0/+3
2020-02-22fuzz: add FUZZ_TARGET module typeAlexander Bulekov1-1/+3
2020-02-22softmmu: split off vl.c:main() into main.cAlexander Bulekov1-0/+4
2020-02-22aio-posix: make AioHandler deletion O(1)Stefan Hajnoczi2-1/+8
2020-02-22qemu/queue.h: add QLIST_SAFE_REMOVE()Stefan Hajnoczi1-0/+14
2020-02-22util/async: make bh_aio_poll() O(1)Stefan Hajnoczi1-2/+18
2020-02-22rcu_queue: add QSLIST functionsPaolo Bonzini2-2/+60
2020-02-21arm: allwinner: Wire up USB portsGuenter Roeck1-0/+6
2020-02-21Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200221' into...Peter Maydell5-2/+71
2020-02-21Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-02-20' in...Peter Maydell2-2/+4
2020-02-21spapr: Don't use spapr_drc_needed() in CAS codeGreg Kurz1-1/+3
2020-02-21spapr: Allow changing offset for -kernel imageAlexey Kardashevskiy1-0/+1
2020-02-21spapr: Add Hcalls to support PAPR NVDIMM deviceShivaprasad G Bhat1-1/+7
2020-02-21spapr: Add NVDIMM device supportShivaprasad G Bhat2-0/+46
2020-02-21nvdimm: add uuid property to nvdimmShivaprasad G Bhat1-0/+7
2020-02-21mem: move nvdimm_device_list to utilitiesShivaprasad G Bhat1-0/+7
2020-02-20Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-re...Peter Maydell1-0/+2
2020-02-20qapi: Allow getting flat output from 'query-named-block-nodes'Peter Krempa2-2/+4
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-2/+2
2020-02-20exec: Let cpu_[physical]_memory API use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2-4/+4
2020-02-20exec: Let address_space_unmap() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-1/+1
2020-02-20hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-1/+1
2020-02-20hw/ide/internal: Remove unused DMARestartFunc typedefPhilippe Mathieu-Daudé1-1/+0
2020-02-20exec: Let the cpu_[physical]_memory API use void pointer argumentsPhilippe Mathieu-Daudé2-2/+2
2020-02-20exec: Let the address_space API use void pointer argumentsPhilippe Mathieu-Daudé1-6/+6
2020-02-20exec: Let flatview API take void pointer argumentsPhilippe Mathieu-Daudé1-1/+1
2020-02-19hostmem: fix strict bind policyIgor Mammedov2-2/+1
2020-02-19hostmem: introduce "prealloc-threads" propertyIgor Mammedov1-0/+2
2020-02-19make mem_path local variableIgor Mammedov1-1/+0
2020-02-19remove no longer used memory_region_allocate_system_memory()Igor Mammedov1-32/+0
2020-02-19ppc/{ppc440_bamboo, sam460ex}: use memdev for RAMIgor Mammedov1-1/+1
2020-02-19ppc/{ppc440_bamboo, sam460ex}: drop RAM size fixupIgor Mammedov1-5/+4
2020-02-19arm/aspeed: actually check RAM sizeIgor Mammedov1-0/+1
2020-02-19initialize MachineState::ram in NUMA caseIgor Mammedov1-0/+1
2020-02-19machine: introduce convenience MachineState::ramIgor Mammedov1-1/+11
2020-02-19machine: alias -mem-path and -mem-prealloc into memory-foo backendIgor Mammedov2-0/+24
2020-02-19machine: introduce memory-backend propertyIgor Mammedov1-0/+2
2020-02-19linux-user: Use `qemu_log' for straceJosh Kunz1-0/+2
2020-02-18block: Remove bdrv_recurse_is_first_non_filter()Max Reitz2-12/+0
2020-02-18block: Add bdrv_recurse_can_replace()Max Reitz1-0/+10
2020-02-18block: Drop bdrv_is_first_non_filter()Max Reitz1-1/+0
2020-02-17monitor: Move monitor option parsing to monitor/monitor.cKevin Wolf2-1/+3
2020-02-14Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf2' i...Peter Maydell2-0/+48
2020-02-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200213'...Peter Maydell2-0/+9
2020-02-13Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200212' into stagingPeter Maydell5-0/+35
2020-02-13hw/arm: ast2400/ast2500: Wire up EHCI controllersGuenter Roeck1-0/+6
2020-02-13i.MX: Add support for WDT on i.MX6Roman Kapl1-0/+3