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-05-18
block: Make backing files child_of_bds children
Max Reitz
4
-14
/
+30
2020-05-18
block: Drop child_format
Max Reitz
2
-30
/
+0
2020-05-18
block: Switch child_format users to child_of_bds
Max Reitz
2
-4
/
+6
2020-05-18
raw-format: Split raw_read_options()
Max Reitz
1
-45
/
+65
2020-05-18
block: Add bdrv_default_perms()
Max Reitz
2
-0
/
+43
2020-05-18
block: Relax *perms_for_storage for data children
Max Reitz
1
-10
/
+48
2020-05-18
block: Pull out bdrv_default_perms_for_storage()
Max Reitz
1
-25
/
+46
2020-05-18
block: Pull out bdrv_default_perms_for_cow()
Max Reitz
1
-22
/
+40
2020-05-18
block: Distinguish paths in *_format_default_perms
Max Reitz
1
-6
/
+13
2020-05-18
block: Add child_of_bds
Max Reitz
2
-0
/
+25
2020-05-18
block: Unify bdrv_child_cb_detach()
Max Reitz
1
-7
/
+20
2020-05-18
block: Unify bdrv_child_cb_attach()
Max Reitz
1
-7
/
+20
2020-05-18
block: Use bdrv_inherited_options()
Max Reitz
1
-52
/
+19
2020-05-18
block: Add generic bdrv_inherited_options()
Max Reitz
1
-0
/
+81
2020-05-18
block: Rename bdrv_inherited_options()
Max Reitz
1
-4
/
+4
2020-05-18
block: Pass parent_is_format to .inherit_options()
Max Reitz
4
-13
/
+30
2020-05-18
block: Pass BdrvChildRole to .inherit_options()
Max Reitz
4
-19
/
+30
2020-05-18
block: Pass BdrvChildRole to bdrv_child_perm()
Max Reitz
13
-20
/
+36
2020-05-18
block: Add BdrvChildRole to BdrvChild
Max Reitz
31
-49
/
+62
2020-05-18
block: Add BdrvChildRole and BdrvChildRoleBits
Max Reitz
1
-0
/
+56
2020-05-18
block: Rename BdrvChildRole to BdrvChildClass
Max Reitz
17
-133
/
+141
2020-05-18
block: Add BlockDriver.is_format
Max Reitz
14
-0
/
+21
2020-05-18
block: Mark commit, mirror, blkreplay as filters
Max Reitz
3
-0
/
+5
2020-05-18
block: Use bdrv_make_empty() where possible
Max Reitz
2
-5
/
+2
2020-05-18
replication: Avoid blk_make_empty() on read-only child
Kevin Wolf
1
-2
/
+11
2020-05-18
block: Use blk_make_empty() after commits
Max Reitz
3
-16
/
+27
2020-05-18
block: Add blk_make_empty()
Max Reitz
2
-0
/
+12
2020-05-18
block: Add bdrv_make_empty()
Max Reitz
2
-0
/
+24
2020-05-18
iotests: Run pylint and mypy in a testcase
Kevin Wolf
3
-0
/
+48
2020-05-18
iotests: Fix incomplete type declarations
Kevin Wolf
1
-4
/
+4
2020-05-18
block/replication.c: Avoid cancelling the job twice
Lukas Straub
1
-0
/
+2
2020-05-18
iotests: Mirror with different source/target size
Kevin Wolf
2
-2
/
+47
2020-05-18
mirror: Make sure that source and target size match
Kevin Wolf
1
-9
/
+12
2020-05-18
iotests/229: Use blkdebug to inject an error
Kevin Wolf
2
-8
/
+16
2020-05-18
iotests/109: Don't mirror with mismatched size
Kevin Wolf
3
-48
/
+41
2020-05-15
Merge remote-tracking branch 'remotes/rth/tags/pull-fpu-20200515' into staging
Peter Maydell
3
-7
/
+133
2020-05-15
softfloat: fix floatx80 pseudo-denormal round to integer
Joseph Myers
2
-1
/
+11
2020-05-15
softfloat: fix floatx80 pseudo-denormal comparisons
Joseph Myers
2
-0
/
+11
2020-05-15
softfloat: fix floatx80 pseudo-denormal addition / subtraction
Joseph Myers
2
-0
/
+30
2020-05-15
softfloat: silence sNaN for conversions to/from floatx80
Joseph Myers
2
-6
/
+81
2020-05-15
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-tcg-plugins-1...
Peter Maydell
19
-392
/
+424
2020-05-15
MAINTAINERS: update the orphaned cpus-common.c file
Alex Bennée
1
-0
/
+1
2020-05-15
qemu/qemu-plugin: Make qemu_plugin_hwaddr_is_io() hwaddr argument const
Philippe Mathieu-Daudé
2
-3
/
+3
2020-05-15
qemu/plugin: Move !CONFIG_PLUGIN stubs altogether
Philippe Mathieu-Daudé
1
-18
/
+15
2020-05-15
qemu/plugin: Trivial code movement
Philippe Mathieu-Daudé
1
-16
/
+16
2020-05-15
translate-all: include guest address in out_asm output
Alex Bennée
1
-6
/
+33
2020-05-15
disas: add optional note support to cap_disas
Alex Bennée
1
-8
/
+15
2020-05-15
disas: include an optional note for the start of disassembly
Alex Bennée
5
-11
/
+17
2020-05-15
accel/tcg: don't disable exec_tb trace events
Alex Bennée
1
-4
/
+4
2020-05-15
accel/tcg: Relax va restrictions on 64-bit guests
Richard Henderson
3
-23
/
+30
[next]