index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-20
Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
17
-26
/
+43
2020-02-20
exec: Let cpu_[physical]_memory API use a boolean 'is_write' argument
Philippe Mathieu-Daudé
3
-9
/
+9
2020-02-20
Avoid address_space_rw() with a constant is_write argument
Peter Maydell
13
-107
/
+119
2020-02-20
Let address_space_rw() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
7
-27
/
+41
2020-02-20
exec: Let address_space_unmap() use a boolean 'is_write' argument
Philippe Mathieu-Daudé
2
-3
/
+3
2020-02-20
hw/virtio: Let vhost_memory_map() use a boolean 'is_write' argument
Philippe Mathieu-Daudé
1
-4
/
+4
2020-02-20
hw/virtio: Let virtqueue_map_iovec() use a boolean 'is_write' argument
Philippe Mathieu-Daudé
1
-3
/
+4
2020-02-20
hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argument
Philippe Mathieu-Daudé
6
-8
/
+8
2020-02-20
hw/ide/internal: Remove unused DMARestartFunc typedef
Philippe Mathieu-Daudé
1
-1
/
+0
2020-02-20
Remove unnecessary cast when using the cpu_[physical]_memory API
Philippe Mathieu-Daudé
5
-28
/
+31
2020-02-20
exec: Let the cpu_[physical]_memory API use void pointer arguments
Philippe Mathieu-Daudé
3
-5
/
+7
2020-02-20
Remove unnecessary cast when using the address_space API
Philippe Mathieu-Daudé
12
-46
/
+54
2020-02-20
hw/net: Avoid casting non-const pointer, use address_space_write()
Philippe Mathieu-Daudé
3
-4
/
+17
2020-02-20
exec: Let the address_space API use void pointer arguments
Philippe Mathieu-Daudé
2
-11
/
+12
2020-02-20
exec: Let flatview API take void pointer arguments
Philippe Mathieu-Daudé
2
-7
/
+9
2020-02-20
exec: Rename ram_ptr variable
Philippe Mathieu-Daudé
1
-10
/
+10
2020-02-20
hw: Remove unnecessary cast when calling dma_memory_read()
Philippe Mathieu-Daudé
4
-18
/
+33
2020-02-20
scripts/git.orderfile: Display Cocci scripts before code modifications
Philippe Mathieu-Daudé
1
-0
/
+3
2020-02-17
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2020-02-15-v2'...
Peter Maydell
18
-407
/
+460
2020-02-17
qemu-doc: Clarify extent of build platform support
Markus Armbruster
1
-4
/
+5
2020-02-17
monitor: Move qmp_query_qmp_schema to qmp-cmds-control.c
Kevin Wolf
3
-16
/
+19
2020-02-17
monitor: Collect "control" command handlers in qmp-cmds.control.c
Kevin Wolf
4
-125
/
+155
2020-02-17
qapi: Split control.json off misc.json
Kevin Wolf
11
-217
/
+229
2020-02-17
monitor: Move monitor option parsing to monitor/monitor.c
Kevin Wolf
4
-45
/
+52
2020-02-17
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-re...
Peter Maydell
10
-6
/
+454
2020-02-17
linux-user: xtensa: Remove unused constant TARGET_NR_syscall_count
Aleksandar Markovic
1
-2
/
+0
2020-02-17
linux-user: xtensa: Update syscall numbers to kernel 5.5 level
Aleksandar Markovic
1
-2
/
+36
2020-02-17
linux-user: x86_64: Update syscall numbers to kernel 5.5 level
Aleksandar Markovic
1
-0
/
+24
2020-02-17
linux-user: sh4: Update syscall numbers to kernel 5.5 level
Aleksandar Markovic
1
-0
/
+48
2020-02-17
linux-user: mips: Update syscall numbers to kernel 5.5 level
Aleksandar Markovic
3
-3
/
+175
2020-02-17
linux-user: microblaze: Update syscall numbers to kernel 5.5 level
Aleksandar Markovic
1
-0
/
+45
2020-02-17
linux-user: m68k: Update syscall numbers to kernel 5.5 level
Aleksandar Markovic
1
-1
/
+49
2020-02-17
linux-user: arm: Update syscall numbers to kernel 5.5 level
Aleksandar Markovic
1
-0
/
+44
2020-02-17
linux-user: alpha: Update syscall numbers to kernel 5.5 level
Aleksandar Markovic
1
-0
/
+35
2020-02-16
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-02-15' into ...
Peter Maydell
25
-1030
/
+1078
2020-02-15
qapi: Delete all the "foo: dropped in n.n" notes
Peter Maydell
3
-7
/
+0
2020-02-15
qapi/migration.json: Replace _this_ with *this*
Peter Maydell
1
-2
/
+2
2020-02-15
qapi: Add blank lines before bulleted lists
Peter Maydell
4
-0
/
+5
2020-02-15
qapi: Use explicit bulleted lists
Peter Maydell
5
-125
/
+119
2020-02-15
qapi/ui.json: Avoid `...' Texinfo style quoting
Peter Maydell
1
-12
/
+12
2020-02-15
qapi/ui.json: Put input-send-event body text in the right place
Peter Maydell
1
-7
/
+7
2020-02-15
qapi: Remove hardcoded tabs
Peter Maydell
2
-5
/
+5
2020-02-15
qapi: Fix indent level on doc comments in json files
Peter Maydell
20
-670
/
+670
2020-02-15
qapi: Fix incorrect "Not documented" claims in QMP documentation
Peter Maydell
1
-118
/
+118
2020-02-15
qapi/block-core.json: Use literal block for ascii art
Peter Maydell
1
-7
/
+7
2020-02-15
qga/qapi-schema.json: minor format fixups for rST
Peter Maydell
1
-43
/
+51
2020-02-15
qga/qapi-schema.json: Fix indent level on doc comments
Peter Maydell
1
-31
/
+31
2020-02-15
qga/qapi-schema.json: Fix missing '-' in GuestDiskBusType doc comment
Peter Maydell
1
-1
/
+1
2020-02-15
Makefile: Fix typo in dependency list for interop manpages
Peter Maydell
1
-1
/
+1
2020-02-15
configure: Check that sphinx-build is using Python 3
Peter Maydell
2
-2
/
+20
[next]