aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-09docs/memory.txt: Improve list of different memory regionsPeter Maydell1-1/+25
2016-02-09ipmi_bmc_sim: Add break to correct watchdog NMI checkCorey Minyard1-0/+2
2016-02-09ipmi_bmc_sim: Fix off by one in check.Corey Minyard1-1/+1
2016-02-09ipmi: do not take/drop iothread lockPaolo Bonzini1-2/+0
2016-02-09target-i386: Deconstruct the cpu_T arrayRichard Henderson1-607/+617
2016-02-09target-i386: Tidy gen_add_A0_imRichard Henderson1-22/+5
2016-02-09target-i386: Rewrite leaveRichard Henderson1-14/+15
2016-02-09target-i386: Rewrite gen_enter inlineRichard Henderson3-137/+34
2016-02-09target-i386: Use gen_lea_v_seg in pusha/popaRichard Henderson1-27/+23
2016-02-09target-i386: Access segs via TCG registersRichard Henderson1-24/+28
2016-02-09target-i386: Use gen_lea_v_seg in stack subroutinesRichard Henderson1-39/+13
2016-02-09target-i386: Use gen_lea_v_seg in gen_lea_modrmRichard Henderson1-59/+23
2016-02-09target-i386: Introduce mo_stacksizeRichard Henderson1-14/+10
2016-02-09target-i386: Create gen_lea_v_segRichard Henderson1-107/+53
2016-02-09char: fix repeated registration of tcp chardev I/O handlersDaniel P. Berrange1-0/+4
2016-02-09kvm-all: trace: strerror fixupAndrew Jones1-2/+2
2016-02-09nbd: avoid unaligned uint64_t storeJohn Snow1-10/+10
2016-02-09scripts/kvm/kvm_stat: Fix tracefs access checkingJanosch Frank1-6/+17
2016-02-09qemu-nbd: Fix texi sentence capitalisationSitsofe Wheeler1-19/+19
2016-02-09qemu-nbd: Minor texi updatesSitsofe Wheeler1-12/+22
2016-02-09qemu-nbd: Fix unintended texi verbatim formattingSitsofe Wheeler1-29/+29
2016-02-09hw: Add support for LSI SAS1068 (mptsas) devicePaolo Bonzini9-0/+3827
2016-02-09scsi-generic: grab device and port SAS addresses from backendPaolo Bonzini3-0/+94
2016-02-09scsi: push WWN fields up to SCSIDevicePaolo Bonzini2-12/+12
2016-02-09include/qemu/atomic.h: default to __atomic functionsAlex Bennée1-61/+131
2016-02-09configure: sanity check the glib library that pkg-config findsDaniel P. Berrange1-0/+24
2016-02-09qemu-char: Keep pty slave file descriptor open until the master is closedPaolo Bonzini1-1/+3
2016-02-09memory: RCU ram_list.dirty_memory[] for safe RAM hotplugStefan Hajnoczi3-43/+225
2016-02-09memory: add early bail out from cpu_physical_memory_set_dirty_rangePaolo Bonzini1-0/+4
2016-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-02-09' into ...Peter Maydell71-1089/+1092
2016-02-09Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160209' into stagingPeter Maydell25-568/+564
2016-02-09tcg: Introduce temp_loadRichard Henderson1-64/+52
2016-02-09tcg: Change temp_save argument to TCGTempRichard Henderson1-9/+7
2016-02-09tcg: Change temp_sync argument to TCGTempRichard Henderson1-27/+28
2016-02-09tcg: Change temp_dead argument to TCGTempRichard Henderson1-25/+23
2016-02-09tcg: Change reg_to_temp to TCGTemp pointerRichard Henderson2-62/+57
2016-02-09tcg: Remove tcg_get_arg_str_i32/64Richard Henderson2-15/+0
2016-02-09tcg: More use of TCGReg where appropriateRichard Henderson2-15/+19
2016-02-09tcg: Work around clang bug wrt enum rangesRichard Henderson1-6/+6
2016-02-09tcg: Tidy temporary allocationRichard Henderson1-67/+56
2016-02-09tcg: Change ts->mem_reg to ts->mem_baseRichard Henderson2-31/+38
2016-02-09tcg: Change tcg_global_mem_new_* to take a TCGv_ptrRichard Henderson22-264/+282
2016-02-09tcg: Remove lingering references to gen_opc_bufRichard Henderson4-8/+4
2016-02-09tcg: Respect highwater in tcg_out_tb_finalizeRichard Henderson4-10/+27
2016-02-08qapi: Add missing JSON files in build dependenciesLluís Vilanova1-1/+2
2016-02-08qapi: Fix compilation failure on MIPS and SPARCEric Blake3-9/+11
2016-02-08qmp: Don't abuse stack to track qmp-output rootEric Blake1-63/+26
2016-02-08qmp: Fix reference-counting of qnull on empty output visitEric Blake2-7/+36
2016-02-08qapi: Drop unused error argument for list and implicit structEric Blake11-53/+41
2016-02-08qapi: Tighten qmp_input_end_list()Eric Blake1-1/+1