summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | nbd-client: Support leading / in NBD URIEric Blake2020-02-261-2/+4
| * | nbd: Fix regression with multiple meta contextsEric Blake2020-02-261-2/+10
* | | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugins-2...Peter Maydell2020-02-2717-97/+235
|\ \ \
| * | | tests/tcg: take into account expected clashes pauth-4Alex Bennée2020-02-251-17/+37
| * | | tests/tcg: fix typo in configure.sh test for v8.3Alex Bennée2020-02-251-1/+1
| * | | tcg: save vaddr temp for plugin usageAlex Bennée2020-02-251-3/+20
| * | | tests/tcg: give debug builds a little bit longerAlex Bennée2020-02-251-2/+2
| * | | tests/plugins: make howvec clean-up after itself.Alex Bennée2020-02-251-9/+17
| * | | target/riscv: progressively load the instruction during decodeAlex Bennée2020-02-252-23/+25
| * | | qemu/bitops.h: Add extract8 and extract16Yoshinori Sato2020-02-251-0/+38
| * | | tests/plugin: prevent uninitialized warningChen Qun2020-02-252-5/+4Star
| * | | plugins/core: add missing break in cb_to_tcg_flagsEmilio G. Cota2020-02-251-0/+1
| * | | docs/devel: document query handle lifetimesAlex Bennée2020-02-251-2/+11
| * | | tracing: only allow -trace to override -D if setAlex Bennée2020-02-251-3/+8
| * | | tests/iotests: be a little more forgiving on the size testAlex Bennée2020-02-251-2/+2
| * | | travis.yml: single-thread build-tcg stagesAlex Bennée2020-02-251-2/+2
| * | | travis.yml: Fix Travis YAML configuration warningsWainer dos Santos Moschetta2020-02-251-5/+4Star
| * | | travis.yml: Test the s390-ccw build, tooThomas Huth2020-02-251-0/+10
| * | | tests/rcutorture: mild documenting refactor of update threadAlex Bennée2020-02-251-18/+37
| * | | tests/rcutorture: better document locking of statsAlex Bennée2020-02-251-4/+12
| * | | tests/rcutorture: update usage hintAlex Bennée2020-02-251-1/+2
| * | | tests/tcg: include a skip runner for pauth3 with pluginsAlex Bennée2020-02-251-0/+2
| |/ /
* / / softmmu/vl.c: fix too slow TCG regressionIgor Mammedov2020-02-271-25/+29
|/ /
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-02-25132-1044/+1256
|\ \ | |/ |/|
| * Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini2020-02-2550-256/+358
| |\
| | * Avoid cpu_physical_memory_rw() with a constant is_write argumentPhilippe Mathieu-Daudé2020-02-203-3/+15
| | * Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-2017-26/+43
| | * exec: Let cpu_[physical]_memory API use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-203-9/+9
| | * Avoid address_space_rw() with a constant is_write argumentPeter Maydell2020-02-2013-107/+119
| | * Let address_space_rw() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-207-27/+41
| | * exec: Let address_space_unmap() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-202-3/+3
| | * hw/virtio: Let vhost_memory_map() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-4/+4
| | * hw/virtio: Let virtqueue_map_iovec() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-3/+4
| | * hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-206-8/+8
| | * hw/ide/internal: Remove unused DMARestartFunc typedefPhilippe Mathieu-Daudé2020-02-201-1/+0Star
| | * Remove unnecessary cast when using the cpu_[physical]_memory APIPhilippe Mathieu-Daudé2020-02-205-28/+31
| | * exec: Let the cpu_[physical]_memory API use void pointer argumentsPhilippe Mathieu-Daudé2020-02-203-5/+7
| | * Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé2020-02-2012-46/+54
| | * hw/net: Avoid casting non-const pointer, use address_space_write()Philippe Mathieu-Daudé2020-02-203-4/+17
| | * exec: Let the address_space API use void pointer argumentsPhilippe Mathieu-Daudé2020-02-202-11/+12
| | * exec: Let flatview API take void pointer argumentsPhilippe Mathieu-Daudé2020-02-202-7/+9
| | * exec: Rename ram_ptr variablePhilippe Mathieu-Daudé2020-02-201-10/+10
| | * hw: Remove unnecessary cast when calling dma_memory_read()Philippe Mathieu-Daudé2020-02-204-18/+33
| | * scripts/git.orderfile: Display Cocci scripts before code modificationsPhilippe Mathieu-Daudé2020-02-201-0/+3
| * | Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini2020-02-2578-775/+829
| |\ \
| | * | tests:numa-test: use explicit memdev to specify node RAMIgor Mammedov2020-02-191-12/+18
| | * | tests/numa-test: make top level args dynamic and g_autofree(cli) cleanupsIgor Mammedov2020-02-191-54/+54
| | * | hostmem: fix strict bind policyIgor Mammedov2020-02-197-27/+4Star
| | * | hostmem: introduce "prealloc-threads" propertyIgor Mammedov2020-02-193-8/+51
| | * | make mem_path local variableIgor Mammedov2020-02-192-2/+1Star