aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-28configure: enable debug-mutex if debug enabledPeter Xu1-0/+1
2018-06-28QemuMutex: support --enable-debug-mutexPaolo Bonzini4-0/+30
2018-06-28qemu-thread: introduce qemu-thread-common.hPeter Xu3-20/+59
2018-06-28tests/atomic_add-bench: add -m option to use mutexesEmilio G. Cota1-2/+17
2018-06-28kvm: Delete the slot if and only if the KVM_MEM_READONLY flag is changedShannon Zhao2-9/+9
2018-06-28exec: check that alignment is a power of twoDavid Hildenbrand1-0/+4
2018-06-28memory-device: turn alignment assert into checkDavid Hildenbrand1-1/+7
2018-06-28whpx: commit missing filePaolo Bonzini1-0/+56
2018-06-28target/i386: Fix BLSR and BLSIRichard Henderson1-17/+9
2018-06-28hw/char/serial: Only retry if qemu_chr_fe_write returns 0Sergio Lopez1-1/+1
2018-06-28main-loop: document IOCanReadHandlerStefan Hajnoczi1-0/+14
2018-06-28chardev: don't splatter terminal settings on exit if not previously setDaniel P. Berrangé1-2/+4
2018-06-28move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini8-41/+38
2018-06-28exec: Fix MAP_RAM for cached accessEric Auger2-31/+22
2018-06-28Merge remote-tracking branch 'remotes/berrange/tags/qio-next-pull-request' in...Peter Maydell2-3/+19
2018-06-28Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell15-35/+77
2018-06-28Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180627' i...Peter Maydell9-30/+515
2018-06-28Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-2018-06-27' i...Peter Maydell7-22/+28
2018-06-28Delete AF_UNIX socket after closePavel Balaev1-1/+17
2018-06-28socket: don't free msgfds if error equals EAGAINlinzhecheng1-2/+2
2018-06-28Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell8-37/+128
2018-06-27target/mips: Fix gdbstub to read/write 64 bit FP registersYongbok Kim1-1/+2
2018-06-27target/mips: Fix data type for offsetYongbok Kim1-4/+4
2018-06-27target/mips: Update gen_flt_ldst()Yongbok Kim1-8/+7
2018-06-27target/mips: Fix microMIPS on resetYongbok Kim1-0/+5
2018-06-27target/mips: Raise a RI when given fs is n/a from CTC1Yongbok Kim1-0/+3
2018-06-27hw/pci-host/xilinx-pcie: don't make "io" region be RAMPeter Maydell1-3/+2
2018-06-27hw/mips/mips_malta: don't make bios region 'nomigrate'Peter Maydell1-1/+1
2018-06-27hw/mips/boston: don't make flash region 'nomigrate'Peter Maydell1-2/+1
2018-06-27MAINTAINERS: update target-mips maintainersAleksandar Markovic1-3/+3
2018-06-27linux-aio: properly bubble up errors from initializationNishanth Aravamudan6-13/+53
2018-06-27compiler: add a sizeof_field() macroStefan Hajnoczi9-22/+24
2018-06-27migration: fix crash in when incoming client channel setup failsDaniel P. Berrangé1-1/+2
2018-06-27postcopy: drop ram_pages parameter from postcopy_ram_incoming_init()David Hildenbrand5-8/+5
2018-06-27migration: Stop sending whole pages through main channelJuan Quintela1-8/+3
2018-06-27migration: Remove not needed semaphore and quitJuan Quintela1-9/+5
2018-06-27migration: Wait for blocking IOJuan Quintela1-13/+0
2018-06-27migration: Start sending messagesJuan Quintela1-5/+24
2018-06-27migration: Create ram_save_multifd_pageJuan Quintela2-1/+108
2018-06-27migration: Create multifd_bytes ram_counterJuan Quintela3-1/+7
2018-06-27migration: Synchronize multifd threads with main threadJuan Quintela2-30/+121
2018-06-27migration: Add block where to send/receive packetsJuan Quintela2-5/+46
2018-06-27migration: Multifd channels always wait on the semJuan Quintela1-2/+11
2018-06-27migration: Add multifd traces for start/end threadJuan Quintela2-0/+26
2018-06-27migration: Abstract the number of bytes sentJuan Quintela1-3/+11
2018-06-27migration: Calculate mbps only during transfer timeJuan Quintela1-2/+4
2018-06-27migration: Create multifd packetJuan Quintela1-1/+144
2018-06-27migration: Create multipage supportJuan Quintela1-0/+57
2018-06-27trace: forbid floating point typesStefan Hajnoczi4-4/+7
2018-06-27trace: enable tracing of TCG atomicsEmilio G. Cota1-6/+81