aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-29block/crypto: Simplify block_crypto_{open,create}_opts_init()Markus Armbruster
2018-06-29block: Move request tracking to children in copy offloadingFam Zheng
2018-06-29qcow2: Remove dead check on !retFam Zheng
2018-06-29file-posix: Make .bdrv_co_truncate asynchronousKevin Wolf
2018-06-29block: Use tracked request for truncateKevin Wolf
2018-06-29block: Move bdrv_truncate() implementation to io.cKevin Wolf
2018-06-29qcow2: Remove coroutine trampoline for preallocate_co()Kevin Wolf
2018-06-29block: Convert .bdrv_truncate callback to coroutine_fnKevin Wolf
2018-06-29qcow2: Fix qcow2_truncate() error return valueKevin Wolf
2018-06-29hw/block/nvme: add optional parameter num_queues for nvme deviceWeiping Zhang
2018-06-29usb-storage: Add rerror/werror propertiesKevin Wolf
2018-06-29qapi/job: The next release will be 3.0Kevin Wolf
2018-06-29block/crypto: Pacify Coverity after commit f853465aacbMarkus Armbruster
2018-06-29block-qdict: Pacify Coverity after commit f1b34a248e9Markus Armbruster
2018-06-28Merge remote-tracking branch 'remotes/berrange/tags/qio-next-pull-request' in...Peter Maydell
2018-06-28Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2018-06-28Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180627' i...Peter Maydell
2018-06-28Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-2018-06-27' i...Peter Maydell
2018-06-28Delete AF_UNIX socket after closePavel Balaev
2018-06-28socket: don't free msgfds if error equals EAGAINlinzhecheng
2018-06-28Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2018-06-27target/mips: Fix gdbstub to read/write 64 bit FP registersYongbok Kim
2018-06-27target/mips: Fix data type for offsetYongbok Kim
2018-06-27target/mips: Update gen_flt_ldst()Yongbok Kim
2018-06-27target/mips: Fix microMIPS on resetYongbok Kim
2018-06-27target/mips: Raise a RI when given fs is n/a from CTC1Yongbok Kim
2018-06-27hw/pci-host/xilinx-pcie: don't make "io" region be RAMPeter Maydell
2018-06-27hw/mips/mips_malta: don't make bios region 'nomigrate'Peter Maydell
2018-06-27hw/mips/boston: don't make flash region 'nomigrate'Peter Maydell
2018-06-27MAINTAINERS: update target-mips maintainersAleksandar Markovic
2018-06-27linux-aio: properly bubble up errors from initializationNishanth Aravamudan
2018-06-27compiler: add a sizeof_field() macroStefan Hajnoczi
2018-06-27migration: fix crash in when incoming client channel setup failsDaniel P. Berrangé
2018-06-27postcopy: drop ram_pages parameter from postcopy_ram_incoming_init()David Hildenbrand
2018-06-27migration: Stop sending whole pages through main channelJuan Quintela
2018-06-27migration: Remove not needed semaphore and quitJuan Quintela
2018-06-27migration: Wait for blocking IOJuan Quintela
2018-06-27migration: Start sending messagesJuan Quintela
2018-06-27migration: Create ram_save_multifd_pageJuan Quintela
2018-06-27migration: Create multifd_bytes ram_counterJuan Quintela
2018-06-27migration: Synchronize multifd threads with main threadJuan Quintela
2018-06-27migration: Add block where to send/receive packetsJuan Quintela
2018-06-27migration: Multifd channels always wait on the semJuan Quintela
2018-06-27migration: Add multifd traces for start/end threadJuan Quintela
2018-06-27migration: Abstract the number of bytes sentJuan Quintela
2018-06-27migration: Calculate mbps only during transfer timeJuan Quintela
2018-06-27migration: Create multifd packetJuan Quintela
2018-06-27migration: Create multipage supportJuan Quintela
2018-06-27trace: forbid floating point typesStefan Hajnoczi
2018-06-27trace: enable tracing of TCG atomicsEmilio G. Cota