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
Age
Commit message (
Expand
)
Author
2017-06-28
migration: move global_state.optional out
Peter Xu
2017-06-28
migration: let MigrationState be a qdev
Peter Xu
2017-06-28
vl: clean up global property registration
Peter Xu
2017-06-28
accel: introduce AccelClass.global_props
Peter Xu
2017-06-28
machine: export register_compat_prop()
Peter Xu
2017-06-27
Merge remote-tracking branch 'remotes/edgar/tags/edgar/mmio-exec-v2.for-upstr...
Peter Maydell
2017-06-27
xilinx_spips: allow mmio execution
KONRAD Frederic
2017-06-27
exec: allow to get a pointer for some mmio memory region
KONRAD Frederic
2017-06-27
introduce mmio_interface
KONRAD Frederic
2017-06-27
qdev: add MemoryRegion property
KONRAD Frederic
2017-06-27
cputlb: fix the way get_page_addr_code fills the tlb
KONRAD Frederic
2017-06-27
cputlb: move get_page_addr_code
KONRAD Frederic
2017-06-27
cputlb: cleanup get_page_addr_code to use VICTIM_TLB_HIT
KONRAD Frederic
2017-06-26
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2017-06-26
Merge remote-tracking branch 'mreitz/tags/pull-block-2017-06-26' into queue-b...
Kevin Wolf
2017-06-26
qemu-img: don't shadow opts variable in img_dd()
Stefan Hajnoczi
2017-06-26
block: Do not strcmp() with NULL uri->scheme
Max Reitz
2017-06-26
blkverify: Catch bs->exact_filename overflow
Max Reitz
2017-06-26
blkdebug: Catch bs->exact_filename overflow
Max Reitz
2017-06-26
fix: avoid an infinite loop or a dangling pointer problem in img_commit
sochin.jiang
2017-06-26
block: change variable names in BlockDriverState
Manos Pitsidianakis
2017-06-26
block: Remove bdrv_aio_readv/writev/flush()
Kevin Wolf
2017-06-26
qed: Use bdrv_co_* for coroutine_fns
Kevin Wolf
2017-06-26
qed: Add coroutine_fn to I/O path functions
Kevin Wolf
2017-06-26
qed: Use a coroutine for need_check_timer
Kevin Wolf
2017-06-26
qed: Simplify request handling
Kevin Wolf
2017-06-26
qed: Use CoQueue for serialising allocations
Kevin Wolf
2017-06-26
qed: Implement .bdrv_co_readv/writev
Kevin Wolf
2017-06-26
qed: Remove recursion in qed_aio_next_io()
Kevin Wolf
2017-06-26
qed: Remove ret argument from qed_aio_next_io()
Kevin Wolf
2017-06-26
qed: Add return value to qed_aio_read/write_data()
Kevin Wolf
2017-06-26
qed: Add return value to qed_aio_write_inplace/alloc()
Kevin Wolf
2017-06-26
qed: Add return value to qed_aio_write_cow()
Kevin Wolf
2017-06-26
qed: Add return value to qed_aio_write_main()
Kevin Wolf
2017-06-26
qed: Add return value to qed_aio_write_l2_update()
Kevin Wolf
2017-06-26
qed: Add return value to qed_aio_write_l1_update()
Kevin Wolf
2017-06-26
qed: Inline qed_commit_l2_update()
Kevin Wolf
2017-06-26
qed: Make qed_aio_write_main() synchronous
Kevin Wolf
2017-06-26
qed: Make qed_aio_read_data() synchronous
Kevin Wolf
2017-06-26
qed: Remove callback from qed_write_table()
Kevin Wolf
2017-06-26
qed: Remove GenericCB
Kevin Wolf
2017-06-26
qed: Make qed_write_table() synchronous
Kevin Wolf
2017-06-26
qed: Remove callback from qed_write_header()
Kevin Wolf
2017-06-26
qed: Make qed_write_header() synchronous
Kevin Wolf
2017-06-26
qed: Remove callback from qed_copy_from_backing_file()
Kevin Wolf
2017-06-26
qed: Make qed_copy_from_backing_file() synchronous
Kevin Wolf
2017-06-26
qed: Make qed_read_backing_file() synchronous
Kevin Wolf
2017-06-26
qed: Remove callback from qed_find_cluster()
Kevin Wolf
2017-06-26
qed: Remove callback from qed_read_l2_table()
Kevin Wolf
2017-06-26
qed: Remove callback from qed_read_table()
Kevin Wolf
[next]