aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-18loader: fix potential memory leakCao jin1-0/+6
2016-05-18remove comment for nonexistent structure memberCao jin1-1/+0
2016-05-18s390: remove misleading commentMichael Tokarev1-1/+1
2016-05-17Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160517' into stagingPeter Maydell22-98/+493
2016-05-17s390x/pci: remove whitespaceYi Min Zhao1-5/+5
2016-05-17s390x/pci: add length checking for pci sclp handlersYi Min Zhao1-2/+12
2016-05-17s390x/pci: enhance mpcifc_service_callYi Min Zhao2-7/+54
2016-05-17s390x/pci: fix s390_pci_sclp_deconfigureYi Min Zhao1-0/+7
2016-05-17s390x/pci: introduce S390PCIBusDevice.iommu_enabledYi Min Zhao2-5/+5
2016-05-17s390x/pci: export pci_dereg_ioat and pci_dereg_irqsYi Min Zhao2-5/+8
2016-05-17s390x/pci: separate s390_pcihost_iommu_configure functionYi Min Zhao3-13/+16
2016-05-17s390x/pci: separate s390_sclp_configure functionYi Min Zhao3-8/+29
2016-05-17s390x/pci: fix reg_irqs()Yi Min Zhao1-2/+15
2016-05-17hw/char: QOM'ify sclpconsole.cxiaoqiang zhao1-4/+8
2016-05-17hw/char: QOM'ify sclpconsole-lm.cxiaoqiang zhao1-5/+9
2016-05-17s390x/ipl: Remove redundant usage of gr7Alexander Yarygin1-27/+6
2016-05-17s390-ccw.img: rebuild imageCornelia Huck1-0/+0
2016-05-17pc-bios/s390-ccw: Get device address via diag 308/6Alexander Yarygin4-13/+95
2016-05-17s390x/ipl: Add ssid field to IplParameterBlockAlexander Yarygin3-1/+4
2016-05-17s390x/ipl: Provide ipl parameter blockAlexander Yarygin2-0/+8
2016-05-17s390x/ipl: Add type and length checks for IplParameterBlock valuesAlexander Yarygin2-2/+36
2016-05-17s390x/ipl: Extend the IplParameterBlock structAlexander Yarygin4-10/+90
2016-05-17s390x: enable runtime instrumentationFan Zhang5-0/+75
2016-05-17s390x: add compat machine for 2.7Cornelia Huck2-1/+23
2016-05-17Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2-0/+20
2016-05-17Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-1/+1
2016-05-17Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell6-173/+0
2016-05-16hw/intc/arm_gic: add tracepointsHollis Blanchard2-0/+20
2016-05-16rfifolock: no need to get thread identifier when nestingChanglong Xie1-1/+1
2016-05-16slirp: Clean up osdep.h related header inclusionsThomas Huth3-3/+0
2016-05-16slirp: Remove some unused code from slirp.hThomas Huth1-22/+0
2016-05-16slirp: Remove obsolete backward-compatibility cruftThomas Huth3-61/+0
2016-05-16slirp: Clean up slirp_config.hThomas Huth1-87/+0
2016-05-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160513-1' into st...Peter Maydell7-55/+178
2016-05-13Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160513' into stagingPeter Maydell2-8/+12
2016-05-13gtk: don't leak the GtkBorder with VTE 0.36Alberto Garcia1-10/+13
2016-05-13Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160512' into stagingPeter Maydell59-656/+917
2016-05-13hw/display: QOM'ify jazz_led.cxiaoqiang.zhao1-7/+11
2016-05-12cpu-exec: Clean up 'interrupt_request' reloading in cpu_handle_interrupt()Sergey Fedorov1-3/+4
2016-05-12cpu-exec: Remove unused 'x86_cpu' and 'env' from cpu_exec()Sergey Fedorov1-12/+0
2016-05-12cpu-exec: Move TB execution stuff out of cpu_exec()Sergey Fedorov1-55/+64
2016-05-12cpu-exec: Move interrupt handling out of cpu_exec()Sergey Fedorov1-62/+70
2016-05-12cpu-exec: Move exception handling out of cpu_exec()Sergey Fedorov1-41/+52
2016-05-12cpu-exec: Move halt handling out of cpu_exec()Sergey Fedorov1-14/+24
2016-05-12cpu-exec: Remove relic orphaned commentSergey Fedorov1-2/+0
2016-05-12tcg: Remove needless CPUState::current_tbSergey Fedorov7-41/+2
2016-05-12cpu-exec: Move TB chaining into tb_find_fast()Sergey Fedorov1-16/+19
2016-05-12tcg: Rework tb_invalidated_flagSergey Fedorov4-16/+14
2016-05-12tcg: Clean up from 'next_tb'Sergey Fedorov4-40/+46
2016-05-12cpu-exec: elide more icount code if CONFIG_USER_ONLYPaolo Bonzini1-0/+8