OSDN Git Service

qmiga/qemu.git
2016-03-14 Kevin Wolfvpc: Use BB functions in .bdrv_create()
2016-03-14 Kevin Wolfvmdk: Use BB functions in .bdrv_create()
2016-03-14 Kevin Wolfvhdx: Use BB functions in .bdrv_create()
2016-03-14 Kevin Wolfvdi: Use BB functions in .bdrv_create()
2016-03-14 Kevin Wolfsheepdog: Use BB functions in .bdrv_create()
2016-03-14 Kevin Wolfqed: Use BB functions in .bdrv_create()
2016-03-14 Kevin Wolfqcow2: Use BB functions in .bdrv_create()
2016-03-14 Kevin Wolfqcow: Use BB functions in .bdrv_create()
2016-03-14 Kevin Wolfparallels: Use BB functions in .bdrv_create()
2016-03-14 Kevin Wolfblock: Introduce blk_set_allow_write_beyond_eof()
2016-03-14 Kevin Wolfblock: Use writeback in .bdrv_create() implementations
2016-03-14 Kevin Wolfhmp: Extend drive_del to delete nodes without BB
2016-03-14 Kevin Wolfhmp: 'drive_add -n' for creating a node without BB
2016-03-14 Fam Zhengvmdk: Switch to heap arrays for vmdk_parent_open
2016-03-14 Fam Zhengvmdk: Switch to heap arrays for vmdk_read_cid
2016-03-14 Fam Zhengvmdk: Switch to heap arrays for vmdk_write_cid
2016-03-14 Kevin Wolfblock: Fix cache mode defaults in bds_tree_init()
2016-03-14 Kevin Wolfblock: Fix snapshot=on cache modes
2016-03-14 Kevin Wolfblockdev: Snapshotting must not open second instance...
2016-03-14 Changlong Xiequorum: modify vote rules for flush operation
2016-03-14 Changlong Xieqmp event: Refactor QUORUM_REPORT_BAD
2016-03-14 Changlong Xiedocs: fix invalid node name in qmp event
2016-03-14 Jeff Codyblock/vpc: add tests for image creation force_size...
2016-03-14 Jeff Codyblock/vpc: give option to force the current_size field...
2016-03-14 Jeff Codyblock/vpc: tests for auto-detecting VPC and Hyper-V...
2016-03-14 Jeff Codyblock/vpc: choose size calculation method based on...
2016-03-14 Kevin Wolfblock/qapi: Include empty drives in query-blockstats
2016-03-14 Kevin Wolfblock/qapi: Factor out bdrv_query_bds_stats()
2016-03-14 Kevin Wolfblock/qapi: Factor out bdrv_query_blk_stats()
2016-03-14 Paolo Bonziniqemu-img: eliminate memory leak
2016-03-14 Peter MaydellMerge remote-tracking branch 'remotes/amit-migration...
2016-03-14 Peter MaydellMerge remote-tracking branch 'remotes/berrange/tags...
2016-03-14 Peter MaydellMerge remote-tracking branch 'remotes/cohuck/tags/s390x...
2016-03-11 Dr. David Alan... postcopy: Remove the x-
2016-03-11 Dr. David Alan... postcopy: listen thread is never joined
2016-03-11 Denis V. Lunevmigration: fix use-after-free in loadvm_postcopy_handle...
2016-03-11 Peter Xumigration: fix warning for source_return_path_thread
2016-03-10 Daniel P. Berrangeosdep: remove use of socket_error() from all code
2016-03-10 Daniel P. Berrangeosdep: add wrappers for socket functions
2016-03-10 Daniel P. Berrangechar: remove qemu_chr_open_socket_fd method
2016-03-10 Daniel P. Berrangechar: remove socket_try_connect method
2016-03-10 Daniel P. Berrangechar: remove qemu_chr_finish_socket_connection method
2016-03-10 Paolo Bonziniio: implement socket watch for win32 using WSAEventSele...
2016-03-10 Daniel P. Berrangeio: remove checking of EWOULDBLOCK
2016-03-10 Daniel P. Berrangeio: use qemu_accept to ensure SOCK_CLOEXEC is set
2016-03-10 Paolo Bonziniio: introduce qio_channel_create_socket_watch
2016-03-10 Paolo Bonziniio: pass HANDLE to g_source_add_poll on Win32
2016-03-10 Daniel P. Berrangeio: fix copy+paste mistake in socket error message
2016-03-10 Daniel P. Berrangeio: assert errors before asserting content in I/O test
2016-03-10 Daniel P. Berrangeio: set correct error object in background reader test...
2016-03-10 Daniel P. Berrangeio: wait for incoming client in socket test
2016-03-10 Daniel P. Berrangeio: bind to socket before creating QIOChannelSocket
2016-03-10 Daniel P. Berrangeio: initialize sockets in test program
2016-03-10 Daniel P. Berrangeio: use bind() to check for IPv4/6 availability
2016-03-10 Daniel P. Berrangeosdep: fix socket_error() to work with Mingw64
2016-03-10 Cornelia Hucks390x/cpu: use g_new0
2016-03-10 Janosch Franks390x: Introduce S390MachineClass
2016-03-10 Janosch Franks390x: Introduce machine definition macros
2016-03-10 Eugene (jno... pc-bios/s390-ccw: fix old bug in ptr increment
2016-03-10 Matthew Rosatos390x/cpu: Allow hotplug of CPUs
2016-03-10 Matthew Rosatos390x/cpu: Add error handling to cpu creation
2016-03-10 Matthew Rosatos390x/cpu: Add CPU property links
2016-03-10 Matthew Rosatos390x/cpu: Tolerate max_cpus
2016-03-10 Matthew Rosatos390x/cpu: Get rid of side effects when creating a...
2016-03-10 Matthew Rosatos390x/cpu: Set initial CPU state in common routine
2016-03-10 Matthew Rosatos390x/cpu: Cleanup init in preparation for hotplug
2016-03-10 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2016-03-09 Ren Kimuraui/console: add escape sequence \e[5, 6n
2016-03-09 Peter MaydellMerge remote-tracking branch 'remotes/thibault/tags...
2016-03-09 Peter MaydellMerge remote-tracking branch 'remotes/amit-migration...
2016-03-09 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/pull...
2016-03-09 Peter MaydellMerge remote-tracking branch 'remotes/amit-virtio-rng...
2016-03-08 Samuel ThibaultMAINTAINERS: Add Samuel Thibault as slirp maintainer
2016-03-08 Liang Licutils: add avx2 instruction optimization
2016-03-08 Liang Liconfigure: detect ifunc and avx2 attribute
2016-03-08 Dr. David Alan... Postcopy: Fix sync count in info migrate
2016-03-08 Gerd Hoffmanninput-linux: add switch to enable auto-repeat events
2016-03-08 Gerd Hoffmanninput-linux: add option to toggle grab on all devices
2016-03-08 Gerd Hoffmanninput: linux evdev support
2016-03-08 Gerd Hoffmanntests: update acpi test data
2016-03-08 Gabriel L.... fw_cfg: document ACPI device node information
2016-03-08 Gabriel L.... acpi: arm: add fw_cfg device node to dsdt
2016-03-08 Gabriel L.... acpi: pc: add fw_cfg device node to dsdt
2016-03-08 Gabriel L.... pc: fw_cfg: move ioport base constant to pc.h
2016-03-08 Peter MaydellMerge remote-tracking branch 'remotes/jasowang/tags...
2016-03-08 Gabriel L.... fw_cfg: expose control register size in fw_cfg.h
2016-03-08 Frediano Zigliovnc: send cursor when a new client is connecting
2016-03-08 Prasad J Panditnet: check packet payload length
2016-03-08 zhanghailiangfilter-buffer: Add status_changed callback processing
2016-03-08 zhanghailiangfilter: Add 'status' property for filter object
2016-03-08 Jiri Pirkorocker: allow user to specify rocker world by property
2016-03-08 Jiri Pirkorocker: add name field into WorldOps ale let world...
2016-03-08 Jiri Pirkorocker: return -ENOMEM in case of some world alloc...
2016-03-08 Jiri Pirkorocker: forbid to change world type
2016-03-08 Vincenzo Maffionenet: netmap: probe netmap interface for virtio-net...
2016-03-08 Paolo Bonzininet: simplify net_init_tap_one logic
2016-03-08 Thomas HuthMAINTAINERS: Add entries for include/net/ files
2016-03-08 Jason Wangnet: filter: correctly remove filter from the list...
2016-03-08 Prasad J Panditnet: ne2000: check ring buffer control registers
2016-03-08 Ladi Prosekrng: switch request queue to QSIMPLEQ
next