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