OSDN Git Service

qmiga/qemu.git
2017-06-28 Peter Xumigration: move only_migratable to MigrationState
2017-06-28 Peter Xumigration: move global_state.optional out
2017-06-28 Peter Xumigration: let MigrationState be a qdev
2017-06-28 Peter Xuvl: clean up global property registration
2017-06-28 Peter Xuaccel: introduce AccelClass.global_props
2017-06-28 Peter Xumachine: export register_compat_prop()
2017-06-27 Peter MaydellMerge remote-tracking branch 'remotes/edgar/tags/edgar...
2017-06-27 KONRAD Fredericxilinx_spips: allow mmio execution
2017-06-27 KONRAD Fredericexec: allow to get a pointer for some mmio memory region
2017-06-27 KONRAD Fredericintroduce mmio_interface
2017-06-27 KONRAD Fredericqdev: add MemoryRegion property
2017-06-27 KONRAD Fredericcputlb: fix the way get_page_addr_code fills the tlb
2017-06-27 KONRAD Fredericcputlb: move get_page_addr_code
2017-06-27 KONRAD Fredericcputlb: cleanup get_page_addr_code to use VICTIM_TLB_HIT
2017-06-26 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2017-06-26 Kevin WolfMerge remote-tracking branch 'mreitz/tags/pull-block...
2017-06-26 Stefan Hajnocziqemu-img: don't shadow opts variable in img_dd()
2017-06-26 Max Reitzblock: Do not strcmp() with NULL uri->scheme
2017-06-26 Max Reitzblkverify: Catch bs->exact_filename overflow
2017-06-26 Max Reitzblkdebug: Catch bs->exact_filename overflow
2017-06-26 sochin.jiangfix: avoid an infinite loop or a dangling pointer probl...
2017-06-26 Manos Pitsidianakisblock: change variable names in BlockDriverState
2017-06-26 Kevin Wolfblock: Remove bdrv_aio_readv/writev/flush()
2017-06-26 Kevin Wolfqed: Use bdrv_co_* for coroutine_fns
2017-06-26 Kevin Wolfqed: Add coroutine_fn to I/O path functions
2017-06-26 Kevin Wolfqed: Use a coroutine for need_check_timer
2017-06-26 Kevin Wolfqed: Simplify request handling
2017-06-26 Kevin Wolfqed: Use CoQueue for serialising allocations
2017-06-26 Kevin Wolfqed: Implement .bdrv_co_readv/writev
2017-06-26 Kevin Wolfqed: Remove recursion in qed_aio_next_io()
2017-06-26 Kevin Wolfqed: Remove ret argument from qed_aio_next_io()
2017-06-26 Kevin Wolfqed: Add return value to qed_aio_read/write_data()
2017-06-26 Kevin Wolfqed: Add return value to qed_aio_write_inplace/alloc()
2017-06-26 Kevin Wolfqed: Add return value to qed_aio_write_cow()
2017-06-26 Kevin Wolfqed: Add return value to qed_aio_write_main()
2017-06-26 Kevin Wolfqed: Add return value to qed_aio_write_l2_update()
2017-06-26 Kevin Wolfqed: Add return value to qed_aio_write_l1_update()
2017-06-26 Kevin Wolfqed: Inline qed_commit_l2_update()
2017-06-26 Kevin Wolfqed: Make qed_aio_write_main() synchronous
2017-06-26 Kevin Wolfqed: Make qed_aio_read_data() synchronous
2017-06-26 Kevin Wolfqed: Remove callback from qed_write_table()
2017-06-26 Kevin Wolfqed: Remove GenericCB
2017-06-26 Kevin Wolfqed: Make qed_write_table() synchronous
2017-06-26 Kevin Wolfqed: Remove callback from qed_write_header()
2017-06-26 Kevin Wolfqed: Make qed_write_header() synchronous
2017-06-26 Kevin Wolfqed: Remove callback from qed_copy_from_backing_file()
2017-06-26 Kevin Wolfqed: Make qed_copy_from_backing_file() synchronous
2017-06-26 Kevin Wolfqed: Make qed_read_backing_file() synchronous
2017-06-26 Kevin Wolfqed: Remove callback from qed_find_cluster()
2017-06-26 Kevin Wolfqed: Remove callback from qed_read_l2_table()
2017-06-26 Kevin Wolfqed: Remove callback from qed_read_table()
2017-06-26 Kevin Wolfqed: Make qed_read_table() synchronous
2017-06-26 Kevin Wolfqed: Use bottom half to resume waiting requests
2017-06-26 Alberto Garciaqcow2: Use offset_into_cluster() and offset_to_l2_index()
2017-06-26 Alberto Garciaqcow2: Merge the writing of the COW regions with the...
2017-06-26 Alberto Garciaqcow2: Pass a QEMUIOVector to do_perform_cow_{read...
2017-06-26 Alberto Garciaqcow2: Allow reading both COW regions with only one...
2017-06-26 Alberto Garciaqcow2: Split do_perform_cow() into _read(), _encrypt...
2017-06-26 Alberto Garciaqcow2: Make perform_cow() call do_perform_cow() twice
2017-06-26 Alberto Garciaqcow2: Use unsigned int for both members of Qcow2COWRegion
2017-06-26 Alberto Garciaqcow2: Remove unused Error variable in do_perform_cow()
2017-06-26 Stephen Batesnvme: Add support for Read Data and Write Data in CMBs.
2017-06-26 Stefan Hajnocziqemu-iotests: 068: test iothread mode
2017-06-26 Stefan Hajnocziqemu-iotests: 068: use -drive/-device instead of -hda
2017-06-26 Stefan Hajnocziqemu-iotests: 068: extract _qemu() function
2017-06-26 Stefan Hajnoczimigration: hold AioContext lock for loadvm qemu_fclose()
2017-06-26 Alberto Garciathrottle: Update throttle-groups.c documentation
2017-06-26 Kevin Wolfdoc: Document driver-specific -blockdev options
2017-06-26 Kevin Wolfdoc: Document generic -blockdev options
2017-06-26 Stefan Hajnoczimigration: use bdrv_drain_all_begin/end() instead bdrv_...
2017-06-26 Stefan Hajnoczimigration: avoid recursive AioContext locking in save_v...
2017-06-26 Stefan Hajnocziblock: use BDRV_POLL_WHILE() in bdrv_rw_vmstate()
2017-06-26 Stefan Hajnocziblock: count bdrv_co_rw_vmstate() requests
2017-06-26 Kevin Wolfqemu-iotests: Test exiting qemu with running job
2017-06-26 Kevin Wolfqemu-iotests: Allow starting new qemu after cleanup
2017-06-26 Kevin Wolfcommit: Fix completion with extra reference
2017-06-26 Peter Maydellconfigure: Define NCURSES_WIDECHAR if we're using curses
2017-06-23 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2017-06-23 David Hildenbrandtarget/s390x: Implement idte instruction
2017-06-23 David Hildenbrandtarget/s390x: Improve heuristic for ipte
2017-06-23 David Hildenbrandtarget/s390x: Indicate and check for local tlb clearing
2017-06-23 Richard Hendersontarget/s390x: Clean up TB flag bits
2017-06-23 Richard Hendersontarget/s390x: Finish implementing ETF2-ENH
2017-06-23 Richard Hendersontarget/s390x: Mark STFLE_49 facility as available
2017-06-23 Richard Hendersontarget/s390x: Implement processor-assist insn
2017-06-23 Richard Hendersontarget/s390x: Implement execution-hint insns
2017-06-23 Richard Hendersontarget/s390x: Mark STFLE_53 facility as available
2017-06-23 Richard Hendersontarget/s390x: Implement load-and-zero-rightmost-byte...
2017-06-23 Richard Hendersontarget/s390x: Implement load-on-condition-2 insns
2017-06-23 Richard Hendersontarget/s390x: Mark FPSEH facility as available
2017-06-23 David Hildenbrandtarget/s390x: implement mvcos instruction
2017-06-23 David Hildenbrandtarget/s390x: change PSW_SHIFT_KEY
2017-06-23 Richard Hendersontarget/s390x: Map existing FAC_* names to S390_FEAT_...
2017-06-23 Peter MaydellMerge remote-tracking branch 'remotes/otubo/tags/pull...
2017-06-23 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/queue...
2017-06-23 John Arbuckleui/cocoa.m: add Speed menu
2017-06-23 Gabriel L.... applesmc: fix port i/o access width
2017-06-23 Gabriel L.... applesmc: implement error status port
2017-06-23 Gabriel L.... applesmc: cosmetic whitespace and indentation cleanup
2017-06-23 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/ui...
next