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
2017-03-02
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...
Peter Maydell
4
-0
/
+0
2017-03-02
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
5
-81
/
+397
2017-03-02
Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-20170228-1' in...
Peter Maydell
9
-0
/
+0
2017-03-02
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170301' into staging
Peter Maydell
1
-2
/
+2
2017-03-01
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
71
-392
/
+2039
2017-03-01
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170228-tag' into...
Peter Maydell
2
-0
/
+122
2017-03-01
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170228-...
Peter Maydell
46
-767
/
+2479
2017-03-01
Merge remote-tracking branch 'remotes/gkurz/tags/cve-2016-9602-for-upstream' ...
Peter Maydell
9
-596
/
+893
2017-03-01
Merge remote-tracking branch 'remotes/famz/tags/docker-pull-request' into sta...
Peter Maydell
2
-0
/
+24
2017-02-28
Update OpenBIOS images to 0cd97cc built from submodule.
Mark Cave-Ayland
4
-0
/
+0
2017-03-01
aarch64: Change ext type to TCGType to fix warnings
Pranith Kumar
1
-2
/
+2
2017-02-28
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170228' into staging
Peter Maydell
14
-17
/
+160
2017-02-28
block: Add Error parameter to bdrv_append()
Kevin Wolf
5
-12
/
+43
2017-02-28
block: Add Error parameter to bdrv_set_backing_hd()
Kevin Wolf
6
-18
/
+47
2017-02-28
block: Assertions for resize permission
Kevin Wolf
2
-0
/
+4
2017-02-28
block: Assertions for write permissions
Kevin Wolf
1
-0
/
+3
2017-02-28
block: Pass BdrvChild to bdrv_aligned_preadv/pwritev and copy-on-read
Kevin Wolf
1
-16
/
+21
2017-02-28
tests: Remove FIXME comments
Kevin Wolf
2
-2
/
+2
2017-02-28
nbd/server: Use real permissions for NBD exports
Kevin Wolf
1
-2
/
+9
2017-02-28
migration/block: Use real permissions
Kevin Wolf
1
-5
/
+17
2017-02-28
hmp: Request permissions in qemu-io
Kevin Wolf
5
-1
/
+61
2017-02-28
commit: Add filter-node-name to block-commit
Kevin Wolf
7
-13
/
+32
2017-02-28
mirror: Add filter-node-name to blockdev-mirror
Kevin Wolf
4
-9
/
+30
2017-02-28
stream: Use real permissions in streaming block job
Kevin Wolf
1
-12
/
+27
2017-02-28
mirror: Use real permissions in mirror/active commit block job
Kevin Wolf
4
-38
/
+190
2017-02-28
blockjob: Factor out block_job_remove_all_bdrv()
Kevin Wolf
2
-7
/
+22
2017-02-28
block: Allow backing file links in change_parent_backing_link()
Kevin Wolf
1
-4
/
+3
2017-02-28
block: BdrvChildRole.attach/detach() callbacks
Kevin Wolf
2
-35
/
+63
2017-02-28
block: Fix pending requests check in bdrv_append()
Kevin Wolf
1
-2
/
+2
2017-02-28
backup: Use real permissions in backup block job
Kevin Wolf
2
-9
/
+17
2017-02-28
commit: Use real permissions for HMP 'commit'
Kevin Wolf
1
-6
/
+27
2017-02-28
commit: Use real permissions in commit block job
Kevin Wolf
1
-18
/
+95
2017-02-28
blockjob: Add permissions to block_job_add_bdrv()
Kevin Wolf
6
-13
/
+53
2017-02-28
block: Add BdrvChildRole.stay_at_node
Kevin Wolf
2
-0
/
+7
2017-02-28
block: Include details on permission errors in message
Kevin Wolf
1
-11
/
+56
2017-02-28
block: Add BdrvChildRole.get_parent_desc()
Kevin Wolf
3
-0
/
+36
2017-02-28
blockjob: Add permissions to block_job_create()
Kevin Wolf
8
-17
/
+24
2017-02-28
hw/block: Introduce share-rw qdev property
Kevin Wolf
3
-3
/
+61
2017-02-28
hw/block: Request permissions
Kevin Wolf
17
-27
/
+142
2017-02-28
block: Allow error return in BlockDevOps.change_media_cb()
Kevin Wolf
8
-15
/
+36
2017-02-28
block: Request real permissions in blk_new_open()
Kevin Wolf
1
-3
/
+19
2017-02-28
block: Add BDRV_O_RESIZE for blk_new_open()
Kevin Wolf
11
-12
/
+23
2017-02-28
block: Add error parameter to blk_insert_bs()
Kevin Wolf
14
-29
/
+100
2017-02-28
block: Add permissions to blk_new()
Kevin Wolf
18
-30
/
+53
2017-02-28
block: Add permissions to BlockBackend
Kevin Wolf
2
-0
/
+29
2017-02-28
block: Request real permissions in bdrv_attach_child()
Kevin Wolf
1
-2
/
+8
2017-02-28
block: Require .bdrv_child_perm() with child nodes
Kevin Wolf
1
-2
/
+4
2017-02-28
vvfat: Implement .bdrv_child_perm()
Kevin Wolf
3
-1
/
+24
2017-02-28
block: Request child permissions in format drivers
Kevin Wolf
12
-0
/
+12
2017-02-28
block: Default .bdrv_child_perm() for format drivers
Kevin Wolf
2
-0
/
+52
[next]