aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-09target-i386: Rewrite leaveRichard Henderson
2016-02-09target-i386: Rewrite gen_enter inlineRichard Henderson
2016-02-09target-i386: Use gen_lea_v_seg in pusha/popaRichard Henderson
2016-02-09target-i386: Access segs via TCG registersRichard Henderson
2016-02-09target-i386: Use gen_lea_v_seg in stack subroutinesRichard Henderson
2016-02-09target-i386: Use gen_lea_v_seg in gen_lea_modrmRichard Henderson
2016-02-09target-i386: Introduce mo_stacksizeRichard Henderson
2016-02-09target-i386: Create gen_lea_v_segRichard Henderson
2016-02-09char: fix repeated registration of tcp chardev I/O handlersDaniel P. Berrange
2016-02-09kvm-all: trace: strerror fixupAndrew Jones
2016-02-09nbd: avoid unaligned uint64_t storeJohn Snow
2016-02-09scripts/kvm/kvm_stat: Fix tracefs access checkingJanosch Frank
2016-02-09qemu-nbd: Fix texi sentence capitalisationSitsofe Wheeler
2016-02-09qemu-nbd: Minor texi updatesSitsofe Wheeler
2016-02-09qemu-nbd: Fix unintended texi verbatim formattingSitsofe Wheeler
2016-02-09hw: Add support for LSI SAS1068 (mptsas) devicePaolo Bonzini
2016-02-09scsi-generic: grab device and port SAS addresses from backendPaolo Bonzini
2016-02-09scsi: push WWN fields up to SCSIDevicePaolo Bonzini
2016-02-09include/qemu/atomic.h: default to __atomic functionsAlex Bennée
2016-02-09configure: sanity check the glib library that pkg-config findsDaniel P. Berrange
2016-02-09qemu-char: Keep pty slave file descriptor open until the master is closedPaolo Bonzini
2016-02-09memory: RCU ram_list.dirty_memory[] for safe RAM hotplugStefan Hajnoczi
2016-02-09memory: add early bail out from cpu_physical_memory_set_dirty_rangePaolo Bonzini
2016-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-02-09' into ...Peter Maydell
2016-02-09Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160209' into stagingPeter Maydell
2016-02-09tcg: Introduce temp_loadRichard Henderson
2016-02-09tcg: Change temp_save argument to TCGTempRichard Henderson
2016-02-09tcg: Change temp_sync argument to TCGTempRichard Henderson
2016-02-09tcg: Change temp_dead argument to TCGTempRichard Henderson
2016-02-09tcg: Change reg_to_temp to TCGTemp pointerRichard Henderson
2016-02-09tcg: Remove tcg_get_arg_str_i32/64Richard Henderson
2016-02-09tcg: More use of TCGReg where appropriateRichard Henderson
2016-02-09tcg: Work around clang bug wrt enum rangesRichard Henderson
2016-02-09tcg: Tidy temporary allocationRichard Henderson
2016-02-09tcg: Change ts->mem_reg to ts->mem_baseRichard Henderson
2016-02-09tcg: Change tcg_global_mem_new_* to take a TCGv_ptrRichard Henderson
2016-02-09tcg: Remove lingering references to gen_opc_bufRichard Henderson
2016-02-09tcg: Respect highwater in tcg_out_tb_finalizeRichard Henderson
2016-02-08qapi: Add missing JSON files in build dependenciesLluís Vilanova
2016-02-08qapi: Fix compilation failure on MIPS and SPARCEric Blake
2016-02-08qmp: Don't abuse stack to track qmp-output rootEric Blake
2016-02-08qmp: Fix reference-counting of qnull on empty output visitEric Blake
2016-02-08qapi: Drop unused error argument for list and implicit structEric Blake
2016-02-08qapi: Tighten qmp_input_end_list()Eric Blake
2016-02-08qapi: Drop unused 'kind' for struct/enum visitEric Blake
2016-02-08qapi: Swap 'name' in visit_* callbacks to match public APIEric Blake
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-08qom: Use typedef for VisitorEric Blake
2016-02-08qapi: Don't cast Enum* to int*Eric Blake