summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-18aio_ctx_check: follow CODING_STYLECao jin1-1/+1
2016-07-18linux-aio: share one LinuxAioState within an AioContextPaolo Bonzini7-111/+58
2016-07-18spec/parallels: fix a mistakeVladimir Sementsov-Ogievskiy1-1/+1
2016-07-18Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160718' into...Peter Maydell7-97/+119
2016-07-18e1000e: fix building without CONFIG_VMXNET3_PCIJason Wang1-0/+1
2016-07-18MAINTAINERS: release Scott from being a rocker maintainerJiri Pirko1-1/+0
2016-07-18tap: fix memory leak on failure to create a multiqueue tap devicePaolo Bonzini1-6/+16
2016-07-18net: fix incorrect argument to iov_to_bufPaolo Bonzini1-2/+2
2016-07-18net: fix incorrect access to pointerPaolo Bonzini1-1/+1
2016-07-18e1000e: fix incorrect access to pointerPaolo Bonzini1-2/+2
2016-07-18ppc: Yet another fix for the huge page support detection mechanismThomas Huth1-3/+7
2016-07-18target-ppc: fix left shift overflow in hpte_page_shiftPaolo Bonzini1-1/+1
2016-07-18ppc/mmu-hash64: Remove duplicated #include statementThomas Huth1-1/+0
2016-07-18ppc: abort if compat property contains an unknown valueGreg Kurz1-2/+2
2016-07-18spapr: Ensure CPU cores are added contiguously and removed in LIFO orderBharata B Rao1-1/+20
2016-07-18vfio/spapr: Remove stale ioctl() callDavid Gibson1-1/+0
2016-07-18ppc: Fix support for odd MSR combinationsBenjamin Herrenschmidt1-24/+22
2016-07-18dbdma: reset io->processing flag for unassigned DBDMA channel rw accessesMark Cave-Ayland1-0/+1
2016-07-18dbdma: set FLUSH bit upon reception of flush command for unassigned DBDMA cha...Mark Cave-Ayland1-0/+10
2016-07-18dbdma: fix load_word/store_word value endiannessMark Cave-Ayland1-19/+5
2016-07-18dbdma: fix endian of DBDMA_CMDPTR_LO during branchMark Cave-Ayland1-1/+1
2016-07-18dbdma: add per-channel debugging enabled via DEBUG_DBDMA_CHANMASKMark Cave-Ayland1-33/+42
2016-07-18dbdma: always define DBDMA_DPRINTF and enable debug with DEBUG_DBDMAMark Cave-Ayland1-8/+7
2016-07-18spapr: fix core unplug crashGreg Kurz1-4/+2
2016-07-17cpu-exec: Move down some declarations in cpu_exec()Sergey Fedorov1-4/+3
2016-07-17exec: avoid realloc in phys_map_node_reservePeter Lieven1-1/+3
2016-07-17checkpatch: consider git extended headers valid patchesStefan Hajnoczi1-0/+5
2016-07-17megasas: remove useless check for cmd->framePaolo Bonzini1-5/+1
2016-07-17compiler: never omit assertions if using a static analysis toolPaolo Bonzini2-1/+4
2016-07-17hw/i386: add device tree supportAntonio Borneo1-0/+46
2016-07-17Changed malloc to g_malloc, free to g_free in bsd-user/qemu.hMd Haris Iqbal1-2/+2
2016-07-17use g_path_get_dirname instead of dirnameWei Jiangang2-2/+5
2016-07-15Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...Peter Maydell4-0/+0
2016-07-15Update OpenBIOS images to b747b6a built from submodule.Mark Cave-Ayland4-0/+0
2016-07-15vnc-tight: fix regression with libxenstorePeter Lieven1-7/+21
2016-07-15vnc-enc-tight: fix off-by-one bugHerongguang (Stephen)1-1/+2
2016-07-15vnc: make sure we finish disconnectGerd Hoffmann1-0/+5
2016-07-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160714'...Peter Maydell13-37/+262
2016-07-14ast2400: externalize revision numbersCédric Le Goater3-5/+6
2016-07-14ast2400: pretend DMAs are done for U-bootCédric Le Goater1-0/+4
2016-07-14ast2400: replace aspeed_smc_is_implemented()Cédric Le Goater1-20/+15
2016-07-14hw/misc: fix typo in Aspeed SCU hw-strap2 property nameCédric Le Goater1-1/+1
2016-07-14m25p80: Fix QIOR/DIOR handling for WinbondMarcin Krzeminski1-2/+4
2016-07-14target-arm: Add missed AArch32 TLBI sytem registersSergey Sorokin1-0/+139
2016-07-14hw/arm/virt: tcg: adjust MPIDR like KVMAndrew Jones1-1/+24
2016-07-14gic: provide defines for v2/v3 targetlist sizesAndrew Jones2-0/+6
2016-07-14target-arm: Use Neon for zero checkingVijay1-0/+7
2016-07-14Revert "hw/ptimer: Perform counter wrap around if timer already expired"Dmitry Osipenko1-7/+2
2016-07-14virtio-mmio: format transport base address in BusClass.get_dev_pathLaszlo Ersek2-1/+54
2016-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-fwcfg' into s...Peter Maydell10-13/+349