index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-02-20
Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
exec: Let cpu_[physical]_memory API use a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
Avoid address_space_rw() with a constant is_write argument
Peter Maydell
2020-02-20
Let address_space_rw() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
exec: Let address_space_unmap() use a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
hw/virtio: Let vhost_memory_map() use a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
hw/virtio: Let virtqueue_map_iovec() use a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
hw/ide/internal: Remove unused DMARestartFunc typedef
Philippe Mathieu-Daudé
2020-02-20
Remove unnecessary cast when using the cpu_[physical]_memory API
Philippe Mathieu-Daudé
2020-02-20
exec: Let the cpu_[physical]_memory API use void pointer arguments
Philippe Mathieu-Daudé
2020-02-20
Remove unnecessary cast when using the address_space API
Philippe Mathieu-Daudé
2020-02-20
hw/net: Avoid casting non-const pointer, use address_space_write()
Philippe Mathieu-Daudé
2020-02-20
exec: Let the address_space API use void pointer arguments
Philippe Mathieu-Daudé
2020-02-20
exec: Let flatview API take void pointer arguments
Philippe Mathieu-Daudé
2020-02-20
exec: Rename ram_ptr variable
Philippe Mathieu-Daudé
2020-02-20
hw: Remove unnecessary cast when calling dma_memory_read()
Philippe Mathieu-Daudé
2020-02-20
scripts/git.orderfile: Display Cocci scripts before code modifications
Philippe Mathieu-Daudé
2020-02-17
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2020-02-15-v2'...
Peter Maydell
2020-02-17
qemu-doc: Clarify extent of build platform support
Markus Armbruster
2020-02-17
monitor: Move qmp_query_qmp_schema to qmp-cmds-control.c
Kevin Wolf
2020-02-17
monitor: Collect "control" command handlers in qmp-cmds.control.c
Kevin Wolf
2020-02-17
qapi: Split control.json off misc.json
Kevin Wolf
2020-02-17
monitor: Move monitor option parsing to monitor/monitor.c
Kevin Wolf
2020-02-17
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-re...
Peter Maydell
2020-02-17
linux-user: xtensa: Remove unused constant TARGET_NR_syscall_count
Aleksandar Markovic
2020-02-17
linux-user: xtensa: Update syscall numbers to kernel 5.5 level
Aleksandar Markovic
2020-02-17
linux-user: x86_64: Update syscall numbers to kernel 5.5 level
Aleksandar Markovic
2020-02-17
linux-user: sh4: Update syscall numbers to kernel 5.5 level
Aleksandar Markovic
2020-02-17
linux-user: mips: Update syscall numbers to kernel 5.5 level
Aleksandar Markovic
2020-02-17
linux-user: microblaze: Update syscall numbers to kernel 5.5 level
Aleksandar Markovic
2020-02-17
linux-user: m68k: Update syscall numbers to kernel 5.5 level
Aleksandar Markovic
2020-02-17
linux-user: arm: Update syscall numbers to kernel 5.5 level
Aleksandar Markovic
2020-02-17
linux-user: alpha: Update syscall numbers to kernel 5.5 level
Aleksandar Markovic
2020-02-16
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-02-15' into ...
Peter Maydell
2020-02-15
qapi: Delete all the "foo: dropped in n.n" notes
Peter Maydell
2020-02-15
qapi/migration.json: Replace _this_ with *this*
Peter Maydell
2020-02-15
qapi: Add blank lines before bulleted lists
Peter Maydell
2020-02-15
qapi: Use explicit bulleted lists
Peter Maydell
2020-02-15
qapi/ui.json: Avoid `...' Texinfo style quoting
Peter Maydell
2020-02-15
qapi/ui.json: Put input-send-event body text in the right place
Peter Maydell
2020-02-15
qapi: Remove hardcoded tabs
Peter Maydell
2020-02-15
qapi: Fix indent level on doc comments in json files
Peter Maydell
2020-02-15
qapi: Fix incorrect "Not documented" claims in QMP documentation
Peter Maydell
2020-02-15
qapi/block-core.json: Use literal block for ascii art
Peter Maydell
2020-02-15
qga/qapi-schema.json: minor format fixups for rST
Peter Maydell
2020-02-15
qga/qapi-schema.json: Fix indent level on doc comments
Peter Maydell
2020-02-15
qga/qapi-schema.json: Fix missing '-' in GuestDiskBusType doc comment
Peter Maydell
2020-02-15
Makefile: Fix typo in dependency list for interop manpages
Peter Maydell
2020-02-15
configure: Check that sphinx-build is using Python 3
Peter Maydell
[next]