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
2024-03-04
migration: simplify exec migration functions
Steve Sistare
1
-49
/
+8
2024-03-04
qapi: New strv_from_str_list()
Steve Sistare
2
-0
/
+22
2024-03-04
qapi: New QAPI_LIST_LENGTH()
Steve Sistare
1
-0
/
+13
2024-03-04
docs/devel/writing-monitor-commands: Minor improvements
Markus Armbruster
1
-17
/
+15
2024-03-04
docs/devel/writing-monitor-commands: Repair a decade of rot
Markus Armbruster
1
-279
/
+181
2024-03-04
qapi: Reject "Returns" section when command doesn't return anything
Markus Armbruster
5
-1
/
+15
2024-03-04
qga/qapi-schema: Fix guest-set-memory-blocks documentation
Markus Armbruster
1
-3
/
+3
2024-03-04
qga/qapi-schema: Tweak documentation of fsfreeze commands
Markus Armbruster
1
-7
/
+9
2024-03-04
qga/qapi-schema: Clean up "Returns" sections
Markus Armbruster
1
-8
/
+8
2024-03-04
qga/qapi-schema: Delete useless "Returns" sections
Markus Armbruster
1
-12
/
+0
2024-03-04
qga/qapi-schema: Move error documentation to new "Errors" sections
Markus Armbruster
1
-12
/
+10
2024-03-04
qapi/yank: Tweak @yank's error description for consistency
Markus Armbruster
1
-1
/
+1
2024-03-04
qapi: Clean up "Returns" sections
Markus Armbruster
3
-5
/
+5
2024-03-04
qapi: Delete useless "Returns" sections
Markus Armbruster
17
-183
/
+1
2024-03-04
qapi: Move error documentation to new "Errors" sections
Markus Armbruster
12
-31
/
+126
2024-03-04
qapi: New documentation section tag "Errors"
Markus Armbruster
5
-7
/
+32
2024-03-04
qapi: Slightly clearer error message for invalid "Returns" section
Markus Armbruster
2
-3
/
+4
2024-03-04
qapi: Memorize since & returns sections
Markus Armbruster
1
-14
/
+17
2024-03-04
migration/multifd: Document two places for mapped-ram
Peter Xu
2
-1
/
+19
2024-03-03
roms/hppa: Add build rules for hppa-firmware
Helge Deller
1
-0
/
+7
2024-03-03
pc-bios/README: Add information about hppa-firmware
Helge Deller
1
-0
/
+6
2024-03-03
pc-bios/meson: Add hppa-firmware64.img blob
Helge Deller
1
-0
/
+1
2024-03-03
target/hppa: Restore unwind_breg before calculating ior
Helge Deller
3
-3
/
+6
2024-03-03
target: hppa: Fix unaligned double word accesses for hppa64
Guenter Roeck
1
-1
/
+2
2024-03-01
tests/tcg: Check that shmat() does not break /proc/self/maps
Ilya Leoshkevich
1
-0
/
+55
2024-03-01
linux-user: Rewrite target_shmat
Richard Henderson
1
-33
/
+133
2024-03-01
linux-user: Add strace for shmat
Richard Henderson
2
-1
/
+25
2024-03-01
Merge tag 'pull-request-2024-03-01' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
5
-18
/
+33
2024-03-01
Merge tag 'pull-loongarch-20240229' of https://gitlab.com/gaosong/qemu into s...
Peter Maydell
3
-33
/
+107
2024-03-01
tests/qtest/migration: Add a multifd + mapped-ram migration test
Fabiano Rosas
1
-0
/
+68
2024-03-01
migration/multifd: Add mapped-ram support to fd: URI
Fabiano Rosas
5
-6
/
+64
2024-03-01
migration/multifd: Support incoming mapped-ram stream format
Fabiano Rosas
5
-6
/
+73
2024-03-01
migration/multifd: Support outgoing mapped-ram stream format
Fabiano Rosas
8
-16
/
+125
2024-03-01
migration/multifd: Prepare multifd sync for mapped-ram migration
Fabiano Rosas
1
-7
/
+31
2024-03-01
migration/multifd: Add incoming QIOChannelFile support
Fabiano Rosas
3
-11
/
+30
2024-03-01
migration/multifd: Add outgoing QIOChannelFile support
Fabiano Rosas
4
-3
/
+57
2024-03-01
migration/multifd: Add a wrapper for channels_created
Fabiano Rosas
2
-1
/
+7
2024-03-01
migration/multifd: Allow receiving pages without packets
Fabiano Rosas
3
-7
/
+138
2024-03-01
migration/multifd: Allow multifd without packets
Fabiano Rosas
1
-61
/
+114
2024-03-01
migration/multifd: Decouple recv method from pages
Fabiano Rosas
4
-13
/
+16
2024-03-01
migration/multifd: Rename MultiFDSend|RecvParams::data to compress_data
Fabiano Rosas
3
-22
/
+22
2024-03-01
tests/qtest/migration: Add tests for mapped-ram file-based migration
Fabiano Rosas
1
-0
/
+59
2024-03-01
migration/ram: Add incoming 'mapped-ram' migration
Fabiano Rosas
1
-2
/
+141
2024-03-01
migration/ram: Add outgoing 'mapped-ram' migration
Fabiano Rosas
2
-9
/
+135
2024-03-01
migration: Add mapped-ram URI compatibility check
Fabiano Rosas
1
-0
/
+29
2024-03-01
migration/ram: Introduce 'mapped-ram' migration capability
Fabiano Rosas
7
-1
/
+187
2024-03-01
migration/qemu-file: add utility methods for working with seekable channels
Fabiano Rosas
3
-0
/
+114
2024-03-01
io: fsync before closing a file channel
Fabiano Rosas
1
-0
/
+5
2024-03-01
io: implement io_pwritev/preadv for QIOChannelFile
Nikolay Borisov
1
-0
/
+56
2024-03-01
io: Add generic pwritev/preadv interface
Nikolay Borisov
2
-0
/
+140
[prev]
[next]