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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-19
block: Remove BlockDriverState.blk
Kevin Wolf
1
-2
/
+1
2016-05-19
block: Avoid bs->blk in bdrv_next()
Kevin Wolf
2
-2
/
+2
2016-05-19
block: Add bdrv_has_blk()
Kevin Wolf
1
-0
/
+1
2016-05-19
block: Remove bdrv_aio_multiwrite()
Kevin Wolf
2
-6
/
+2
2016-05-19
blockjob: Don't set iostatus of target
Kevin Wolf
1
-3
/
+1
2016-05-19
block: User BdrvChild callback for device name
Kevin Wolf
1
-0
/
+5
2016-05-19
block: Use BdrvChild callbacks for change_media/resize
Kevin Wolf
1
-1
/
+3
2016-05-19
block: Decouple throttling from BlockDriverState
Kevin Wolf
1
-3
/
+0
2016-05-19
block: Drain throttling queue with BdrvChild callback
Kevin Wolf
1
-5
/
+11
2016-05-19
block: Introduce BdrvChild.opaque
Kevin Wolf
1
-0
/
+1
2016-05-19
block: Move I/O throttling configuration functions to BlockBackend
Kevin Wolf
4
-8
/
+8
2016-05-19
block: Move actual I/O throttling to BlockBackend
Kevin Wolf
1
-1
/
+1
2016-05-19
block: Move throttling fields from BDS to BB
Kevin Wolf
3
-15
/
+11
2016-05-19
block: Convert throttle_group_get_name() to BlockBackend
Kevin Wolf
1
-1
/
+1
2016-05-19
block: throttle-groups: Use BlockBackend pointers internally
Kevin Wolf
3
-4
/
+6
2016-05-19
block: Introduce BlockBackendPublic
Kevin Wolf
1
-0
/
+10
2016-05-18
Fix some typos found by codespell
Stefan Weil
4
-4
/
+4
2016-05-18
smbios: fix typo
Cao jin
1
-1
/
+1
2016-05-18
accel: make configure_accelerator return void
Wei Jiangang
1
-1
/
+1
2016-05-18
ipack: Update e-mail address
Alberto Garcia
1
-1
/
+1
2016-05-18
remove comment for nonexistent structure member
Cao jin
1
-1
/
+0
2016-05-17
s390x: enable runtime instrumentation
Fan Zhang
1
-0
/
+4
2016-05-17
s390x: add compat machine for 2.7
Cornelia Huck
1
-0
/
+3
2016-05-13
Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160513-1' into st...
Peter Maydell
1
-0
/
+1
2016-05-12
tcg: Remove needless CPUState::current_tb
Sergey Fedorov
1
-2
/
+0
2016-05-12
tcg: Rework tb_invalidated_flag
Sergey Fedorov
2
-2
/
+2
2016-05-12
tcg: Clarify thread safety check in tb_add_jump()
Sergey Fedorov
1
-13
/
+16
2016-05-12
tcg: Use uintptr_t type for jmp_list_{next|first} fields of TB
Sergey Fedorov
1
-5
/
+7
2016-05-12
tcg: Clean up direct block chaining data fields
Sergey Fedorov
1
-16
/
+28
2016-05-12
tcg: Note requirement on atomic direct jump patching
Sergey Fedorov
1
-0
/
+1
2016-05-12
tcg/arm: Make direct jump patching thread-safe
Sergey Fedorov
1
-23
/
+2
2016-05-12
tcg/s390: Make direct jump patching thread-safe
Sergey Fedorov
1
-1
/
+1
2016-05-12
tcg/i386: Make direct jump patching thread-safe
Sergey Fedorov
1
-1
/
+1
2016-05-12
tci: Make direct jump patching thread-safe
Sergey Fedorov
1
-1
/
+1
2016-05-12
include/qemu/osdep.h: Add macros for pointer alignment
Sergey Fedorov
1
-0
/
+11
2016-05-12
include/qemu/osdep.h: Add a macro to check for alignment
Sergey Fedorov
1
-0
/
+3
2016-05-12
tb: consistently use uint32_t for tb->flags
Emilio G. Cota
1
-2
/
+3
2016-05-12
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
5
-37
/
+58
2016-05-12
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160512'...
Peter Maydell
7
-10
/
+850
2016-05-12
spice/gl: add & use qemu_spice_gl_monitor_config
Gerd Hoffmann
1
-0
/
+1
2016-05-12
quorum: implement bdrv_add_child() and bdrv_del_child()
Wen Congyang
1
-0
/
+4
2016-05-12
Add new block driver interface to add/delete a BDS's child
Wen Congyang
2
-0
/
+9
2016-05-12
block: Honor BDRV_REQ_FUA during write_zeroes
Eric Blake
1
-2
/
+5
2016-05-12
block: Make supported_write_flags a per-bds property
Eric Blake
1
-2
/
+2
2016-05-12
block: Kill unused sector-based blk_* functions
Eric Blake
1
-10
/
+0
2016-05-12
ide: Switch to byte-based aio block access
Eric Blake
1
-2
/
+2
2016-05-12
block: Introduce byte-based aio read/write
Eric Blake
1
-1
/
+7
2016-05-12
block: Switch blk_*write_zeroes() to byte interface
Eric Blake
1
-6
/
+6
2016-05-12
block: Switch blk_read_unthrottled() to byte interface
Eric Blake
1
-2
/
+2
2016-05-12
block: Allow BDRV_REQ_FUA through blk_pwrite()
Eric Blake
1
-1
/
+2
[next]