summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 remote-tracking branch 'remotes/armbru/tags/pull-monitor-2020-02-15-v2'...Peter Maydell2020-02-1718-407/+460
|\
| * qemu-doc: Clarify extent of build platform supportMarkus Armbruster2020-02-171-4/+5
| * monitor: Move qmp_query_qmp_schema to qmp-cmds-control.cKevin Wolf2020-02-173-16/+19
| * monitor: Collect "control" command handlers in qmp-cmds.control.cKevin Wolf2020-02-174-125/+155
| * qapi: Split control.json off misc.jsonKevin Wolf2020-02-1711-217/+229
| * monitor: Move monitor option parsing to monitor/monitor.cKevin Wolf2020-02-174-45/+52
* | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-re...Peter Maydell2020-02-1710-6/+454
|\ \ | |/ |/|
| * linux-user: xtensa: Remove unused constant TARGET_NR_syscall_countAleksandar Markovic2020-02-171-2/+0Star
| * linux-user: xtensa: Update syscall numbers to kernel 5.5 levelAleksandar Markovic2020-02-171-2/+36
| * linux-user: x86_64: Update syscall numbers to kernel 5.5 levelAleksandar Markovic2020-02-171-0/+24
| * linux-user: sh4: Update syscall numbers to kernel 5.5 levelAleksandar Markovic2020-02-171-0/+48
| * linux-user: mips: Update syscall numbers to kernel 5.5 levelAleksandar Markovic2020-02-173-3/+175
| * linux-user: microblaze: Update syscall numbers to kernel 5.5 levelAleksandar Markovic2020-02-171-0/+45
| * linux-user: m68k: Update syscall numbers to kernel 5.5 levelAleksandar Markovic2020-02-171-1/+49
| * linux-user: arm: Update syscall numbers to kernel 5.5 levelAleksandar Markovic2020-02-171-0/+44
| * linux-user: alpha: Update syscall numbers to kernel 5.5 levelAleksandar Markovic2020-02-171-0/+35
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-02-15' into ...Peter Maydell2020-02-1625-1030/+1078
|\ \ | |/ |/|
| * qapi: Delete all the "foo: dropped in n.n" notesPeter Maydell2020-02-153-7/+0Star
| * qapi/migration.json: Replace _this_ with *this*Peter Maydell2020-02-151-2/+2
| * qapi: Add blank lines before bulleted listsPeter Maydell2020-02-154-0/+5
| * qapi: Use explicit bulleted listsPeter Maydell2020-02-155-125/+119Star
| * qapi/ui.json: Avoid `...' Texinfo style quotingPeter Maydell2020-02-151-12/+12
| * qapi/ui.json: Put input-send-event body text in the right placePeter Maydell2020-02-151-7/+7
| * qapi: Remove hardcoded tabsPeter Maydell2020-02-152-5/+5
| * qapi: Fix indent level on doc comments in json filesPeter Maydell2020-02-1520-670/+670
| * qapi: Fix incorrect "Not documented" claims in QMP documentationPeter Maydell2020-02-151-118/+118
| * qapi/block-core.json: Use literal block for ascii artPeter Maydell2020-02-151-7/+7
| * qga/qapi-schema.json: minor format fixups for rSTPeter Maydell2020-02-151-43/+51
| * qga/qapi-schema.json: Fix indent level on doc commentsPeter Maydell2020-02-151-31/+31
| * qga/qapi-schema.json: Fix missing '-' in GuestDiskBusType doc commentPeter Maydell2020-02-151-1/+1
| * Makefile: Fix typo in dependency list for interop manpagesPeter Maydell2020-02-151-1/+1