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-12-19
test-visitor-serialization: Drop insufficient precision workaround
Markus Armbruster
1
-16
/
+2
2020-12-19
string-output-visitor: Fix to use sufficient precision
Markus Armbruster
2
-2
/
+2
2020-12-19
test-string-output-visitor: Cover "unround" number
Markus Armbruster
1
-2
/
+2
2020-12-19
qobject: Fix qnum_to_string() to use sufficient precision
Markus Armbruster
3
-27
/
+9
2020-12-19
tests/check-qnum: Cover qnum_to_string() for "unround" argument
Markus Armbruster
1
-0
/
+6
2020-12-19
tests/check-qjson: Replace redundant large_number()
Markus Armbruster
1
-44
/
+3
2020-12-19
tests/check-qjson: Cover number 2^63
Markus Armbruster
1
-2
/
+39
2020-12-19
tests/check-qjson: Examine QNum more thoroughly
Markus Armbruster
1
-3
/
+16
2020-12-19
tests/check-qjson: Don't skip funny QNumber to JSON conversions
Markus Armbruster
1
-30
/
+25
2020-12-19
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
32
-424
/
+161
2020-12-19
migration: Refactor migrate_cap_add
Eric Blake
1
-13
/
+9
2020-12-19
rocker: Revamp fp_port_get_info
Eric Blake
3
-15
/
+12
2020-12-18
bugfix: hostmem: Free host_nodes list right after visited
Keqian Zhu
1
-0
/
+1
2020-12-18
qdev: Avoid unnecessary DeviceState* variable at set_prop_arraylen()
Eduardo Habkost
1
-3
/
+2
2020-12-18
qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()
Eduardo Habkost
8
-67
/
+67
2020-12-18
qdev: Move qdev_prop_tpm declaration to tpm_prop.h
Eduardo Habkost
2
-1
/
+2
2020-12-18
qdev: Make qdev_class_add_property() more flexible
Eduardo Habkost
1
-8
/
+6
2020-12-18
qdev: Make PropertyInfo.create return ObjectProperty*
Eduardo Habkost
2
-7
/
+8
2020-12-18
qdev: Move dev->realized check to qdev_property_set()
Eduardo Habkost
8
-188
/
+18
2020-12-18
qdev: Wrap getters and setters in separate helpers
Eduardo Habkost
1
-4
/
+40
2020-12-18
qdev: Add name argument to PropertyInfo.create method
Eduardo Habkost
2
-4
/
+5
2020-12-18
qdev: Add name parameter to qdev_class_add_property()
Eduardo Habkost
1
-4
/
+5
2020-12-18
qdev: Avoid using prop->name unnecessarily
Eduardo Habkost
3
-10
/
+10
2020-12-18
qdev: Get just property name at error_set_from_qdev_prop_error()
Eduardo Habkost
4
-12
/
+12
2020-12-18
sparc: Use DEFINE_PROP for nwindows property
Eduardo Habkost
1
-1
/
+2
2020-12-18
qdev: Reuse DEFINE_PROP in all DEFINE_PROP_* macros
Eduardo Habkost
2
-87
/
+46
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
76
-75
/
+158
2020-12-18
contrib/rdmacm-mux: Fix error condition in hash_tbl_search_fd_by_ifid()
AlexChen
1
-1
/
+1
2020-12-18
iotests: Fix _send_qemu_cmd with bash 5.1
Max Reitz
24
-199
/
+728
2020-12-18
iotests/102: Pass $QEMU_HANDLE to _send_qemu_cmd
Max Reitz
2
-2
/
+2
2020-12-18
block/vpc: Use sizeof() instead of HEADER_SIZE for footer size
Markus Armbruster
1
-15
/
+14
2020-12-18
block/vpc: Pass footer buffers as VHDFooter * instead of uint8_t *
Markus Armbruster
1
-7
/
+7
2020-12-18
block/vpc: Pad VHDFooter, replace uint8_t[] buffers
Markus Armbruster
1
-40
/
+37
2020-12-18
block/vpc: Use sizeof() instead of 1024 for dynamic header size
Markus Armbruster
1
-4
/
+5
2020-12-18
block/vpc: Pad VHDDynDiskHeader, replace uint8_t[] buffers
Markus Armbruster
1
-22
/
+19
2020-12-18
block/vpc: Make vpc_checksum() take void *
Markus Armbruster
1
-1
/
+2
2020-12-18
block/vpc: Don't abuse the footer buffer for dynamic header
Markus Armbruster
1
-10
/
+12
2020-12-18
block/vpc: Don't abuse the footer buffer as BAT sector buffer
Markus Armbruster
1
-2
/
+3
2020-12-18
block/vpc: Make vpc_open() read the full dynamic header
Markus Armbruster
1
-4
/
+4
2020-12-18
block/nvme: Implement fake truncate() coroutine
Philippe Mathieu-Daudé
1
-0
/
+24
2020-12-18
quorum: Implement bdrv_co_pwrite_zeroes()
Alberto Garcia
3
-2
/
+53
2020-12-18
quorum: Implement bdrv_co_block_status()
Alberto Garcia
4
-0
/
+268
2020-12-18
scripts/simplebench: add bench_prealloc.py
Vladimir Sementsov-Ogievskiy
1
-0
/
+132
2020-12-18
simplebench/results_to_text: make executable
Vladimir Sementsov-Ogievskiy
1
-0
/
+14
2020-12-18
simplebench/results_to_text: add difference line to the table
Vladimir Sementsov-Ogievskiy
1
-7
/
+60
2020-12-18
simplebench/results_to_text: improve view of the table
Vladimir Sementsov-Ogievskiy
1
-1
/
+12
2020-12-18
simplebench: move results_to_text() into separate file
Vladimir Sementsov-Ogievskiy
4
-33
/
+52
2020-12-18
simplebench: rename ascii() to results_to_text()
Vladimir Sementsov-Ogievskiy
3
-7
/
+7
2020-12-18
scripts/simplebench: use standard deviation for +- error
Vladimir Sementsov-Ogievskiy
1
-5
/
+6
2020-12-18
scripts/simplebench: support iops
Vladimir Sementsov-Ogievskiy
1
-10
/
+28
[prev]
[next]