aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20exec: Let cpu_[physical]_memory API use a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20Avoid address_space_rw() with a constant is_write argumentPeter Maydell
2020-02-20Let address_space_rw() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20exec: Let address_space_unmap() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20hw/virtio: Let vhost_memory_map() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20hw/virtio: Let virtqueue_map_iovec() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20hw/ide/internal: Remove unused DMARestartFunc typedefPhilippe Mathieu-Daudé
2020-02-20Remove unnecessary cast when using the cpu_[physical]_memory APIPhilippe Mathieu-Daudé
2020-02-20exec: Let the cpu_[physical]_memory API use void pointer argumentsPhilippe Mathieu-Daudé
2020-02-20Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé
2020-02-20hw/net: Avoid casting non-const pointer, use address_space_write()Philippe Mathieu-Daudé
2020-02-20exec: Let the address_space API use void pointer argumentsPhilippe Mathieu-Daudé
2020-02-20exec: Let flatview API take void pointer argumentsPhilippe Mathieu-Daudé
2020-02-20exec: Rename ram_ptr variablePhilippe Mathieu-Daudé
2020-02-20hw: Remove unnecessary cast when calling dma_memory_read()Philippe Mathieu-Daudé
2020-02-20scripts/git.orderfile: Display Cocci scripts before code modificationsPhilippe Mathieu-Daudé
2020-02-17Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2020-02-15-v2'...Peter Maydell
2020-02-17qemu-doc: Clarify extent of build platform supportMarkus Armbruster
2020-02-17monitor: Move qmp_query_qmp_schema to qmp-cmds-control.cKevin Wolf
2020-02-17monitor: Collect "control" command handlers in qmp-cmds.control.cKevin Wolf
2020-02-17qapi: Split control.json off misc.jsonKevin Wolf
2020-02-17monitor: Move monitor option parsing to monitor/monitor.cKevin Wolf
2020-02-17Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-re...Peter Maydell
2020-02-17linux-user: xtensa: Remove unused constant TARGET_NR_syscall_countAleksandar Markovic
2020-02-17linux-user: xtensa: Update syscall numbers to kernel 5.5 levelAleksandar Markovic
2020-02-17linux-user: x86_64: Update syscall numbers to kernel 5.5 levelAleksandar Markovic
2020-02-17linux-user: sh4: Update syscall numbers to kernel 5.5 levelAleksandar Markovic
2020-02-17linux-user: mips: Update syscall numbers to kernel 5.5 levelAleksandar Markovic
2020-02-17linux-user: microblaze: Update syscall numbers to kernel 5.5 levelAleksandar Markovic
2020-02-17linux-user: m68k: Update syscall numbers to kernel 5.5 levelAleksandar Markovic
2020-02-17linux-user: arm: Update syscall numbers to kernel 5.5 levelAleksandar Markovic
2020-02-17linux-user: alpha: Update syscall numbers to kernel 5.5 levelAleksandar Markovic
2020-02-16Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-02-15' into ...Peter Maydell
2020-02-15qapi: Delete all the "foo: dropped in n.n" notesPeter Maydell
2020-02-15qapi/migration.json: Replace _this_ with *this*Peter Maydell
2020-02-15qapi: Add blank lines before bulleted listsPeter Maydell
2020-02-15qapi: Use explicit bulleted listsPeter Maydell
2020-02-15qapi/ui.json: Avoid `...' Texinfo style quotingPeter Maydell
2020-02-15qapi/ui.json: Put input-send-event body text in the right placePeter Maydell
2020-02-15qapi: Remove hardcoded tabsPeter Maydell
2020-02-15qapi: Fix indent level on doc comments in json filesPeter Maydell
2020-02-15qapi: Fix incorrect "Not documented" claims in QMP documentationPeter Maydell
2020-02-15qapi/block-core.json: Use literal block for ascii artPeter Maydell
2020-02-15qga/qapi-schema.json: minor format fixups for rSTPeter Maydell
2020-02-15qga/qapi-schema.json: Fix indent level on doc commentsPeter Maydell
2020-02-15qga/qapi-schema.json: Fix missing '-' in GuestDiskBusType doc commentPeter Maydell
2020-02-15Makefile: Fix typo in dependency list for interop manpagesPeter Maydell
2020-02-15configure: Check that sphinx-build is using Python 3Peter Maydell