aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-27trace: add trace_mem_build_info_no_se_be/leEmilio G. Cota1-0/+12
2018-06-27trace: expand mem_info:size_shift to 3 bitsEmilio G. Cota1-4/+4
2018-06-27trace: simplify trace_mem functionsEmilio G. Cota2-23/+19
2018-06-27trace: fix misreporting of TCG access sizes for user-spaceEmilio G. Cota1-3/+8
2018-06-26Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180626'...Peter Maydell30-253/+1174
2018-06-26aspeed/timer: use the APB frequency from the SCUCédric Le Goater3-4/+21
2018-06-26aspeed: initialize the SCU controller firstCédric Le Goater1-20/+20
2018-06-26aspeed/scu: introduce clock frequenciesCédric Le Goater2-4/+172
2018-06-26hw/arm/smmuv3: Add notifications on invalidationEric Auger4-2/+142
2018-06-26hw/arm/smmuv3: IOTLB emulationEric Auger4-4/+176
2018-06-26hw/arm/smmuv3: Cache/invalidate config dataEric Auger5-7/+164
2018-06-26hw/arm/smmuv3: Fix translate error handlingJia He3-34/+79
2018-06-26target/arm: Handle small regions in get_phys_addr_pmsav8()Peter Maydell1-23/+55
2018-06-26target/arm: Set page (region) size in get_phys_addr_pmsav7()Peter Maydell1-11/+26
2018-06-26tcg: Support MMU protection regions smaller than TARGET_PAGE_SIZEPeter Maydell3-29/+129
2018-06-26hw/arm/stellaris: Use HWADDR_PRIx to display register addressPhilippe Mathieu-Daudé1-2/+4
2018-06-26hw/arm/stellaris: Fix gptm_write() error messagePhilippe Mathieu-Daudé1-1/+1
2018-06-26hw/net/smc91c111: Use qemu_log_mask(UNIMP) instead of fprintfPhilippe Mathieu-Daudé1-4/+8
2018-06-26hw/net/smc91c111: Use qemu_log_mask(GUEST_ERROR) instead of hw_errorPhilippe Mathieu-Daudé1-2/+7
2018-06-26hw/net/stellaris_enet: Use qemu_log_mask(GUEST_ERROR) instead of hw_errorPhilippe Mathieu-Daudé1-2/+7
2018-06-26hw/net/stellaris_enet: Fix a typoPhilippe Mathieu-Daudé1-1/+1
2018-06-26hw/arm/stellaris: Use qemu_log_mask(UNIMP) instead of fprintfPhilippe Mathieu-Daudé1-1/+1
2018-06-26hw/arm/omap: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé1-6/+6
2018-06-26hw/arm/omap1: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé2-24/+12
2018-06-26hw/i2c/omap_i2c: Use qemu_log_mask(UNIMP) instead of fprintfPhilippe Mathieu-Daudé1-8/+12
2018-06-26hw/sd/omap_mmc: Use qemu_log_mask(UNIMP) instead of printfPhilippe Mathieu-Daudé1-4/+9
2018-06-26hw/ssi/omap_spi: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé1-5/+10