aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-11s390x/pci: fix failures of dma map/unmapYi Min Zhao1-4/+2
2016-07-11s390x/css: Unplug handler of virtual css bridgeJing Liu7-57/+164
2016-07-11s390x/css: Factor out virtual css bridge and busJing Liu6-88/+127
2016-07-11s390x/css: use define for "virtual-css-bridge" literalSascha Silbe3-3/+6
2016-07-11s390x/css: factor out some generic code from virtio_ccw_device_realize()Sascha Silbe4-110/+175
2016-07-11s390x/ipl: fix reboots for migration from different biosDavid Hildenbrand2-2/+11
2016-07-11s390x/ipl: Support IPL from selected SCSI deviceAlexander Yarygin2-0/+31
2016-07-11pc-bios/s390-ccw.img: rebuild imageCornelia Huck1-0/+0
2016-07-11pc-bios/s390-ccw: Pass selected SCSI device to IPLEugene (jno) Dvurechenski4-0/+37
2016-07-10build: Use $(AS) for optionrom explicitlyRichard Henderson3-8/+7
2016-07-08translate-all: Fix user-mode self-modifying code in 2 page long TBStanislav Shmarov1-5/+5
2016-07-08cputlb: Fix for self-modifying writes across page boundariesSamuel Damashek1-9/+35
2016-07-08cputlb: Add address parameter to VICTIM_TLB_HITSamuel Damashek2-7/+7
2016-07-08cputlb: Move VICTIM_TLB_HIT out of lineRichard Henderson2-25/+29
2016-07-07linux-user: Fix i386 safe-syscall.SRichard Henderson1-18/+6
2016-07-07target-i386: Enable LMCE for '-cpu host' if supported by hostHaozhong Zhang1-0/+15
2016-07-07target-i386: Publish advised value of MSR_IA32_FEATURE_CONTROL via fw_cfgHaozhong Zhang2-0/+33
2016-07-07target-i386: kvm: Add basic Intel LMCE supportAshok Raj4-4/+67
2016-07-07target-i386: Report hyperv feature words through qomEvgeny Yakovlev3-48/+120
2016-07-07target-i386: Show host and VM TSC frequencies on mismatchEduardo Habkost1-1/+3
2016-07-07pc: Parse CPU features only onceIgor Mammedov4-55/+28
2016-07-07arm: virt: Parse cpu_model only onceIgor Mammedov2-22/+21
2016-07-07cpu: Use CPUClass->parse_features() as convertor to global propertiesIgor Mammedov4-22/+54
2016-07-07target-i386: Avoid using locals outside their scopePaolo Bonzini1-1/+1
2016-07-07target-i386: TCG can support CPUID.07H:EBX.ermsPaolo Bonzini1-2/+3
2016-07-07target-sparc: Use sparc_cpu_parse_features() directlyIgor Mammedov1-3/+4
2016-07-07vl: Set errp to &error_abort on machine compat_propsEduardo Habkost1-0/+2
2016-07-07machine: Add machine_register_compat_props() functionEduardo Habkost3-7/+19
2016-07-07qdev: GlobalProperty.errp fieldEduardo Habkost2-3/+12
2016-07-07qdev: Eliminate qemu_add_globals() functionEduardo Habkost3-22/+16
2016-07-07qdev: Don't stop applying globals on first errorEduardo Habkost1-1/+0
2016-07-07Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160707'...Peter Maydell15-30/+107
2016-07-07i.MX: split the GPT timer implementation into per SOC definitionsJean-Christophe Dubois7-11/+84
2016-07-07hw/block/m25p80: fix resource leakShannon Zhao1-2/+4
2016-07-07aux: Rename aux.[ch] to auxbus.[ch] for the benefit of WindowsPeter Maydell5-6/+6
2016-07-07aux: fix break that wanted to break two levels outPaolo Bonzini1-6/+6
2016-07-07xlnx_dp: fix iffy xlnx_dp_aux_push_tx_fifoPaolo Bonzini1-4/+6
2016-07-07target-arm/arm-semi.c: In SYS_HEAPINFO use correct type for 'limit'Peter Maydell1-1/+1
2016-07-07Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell11-6/+70
2016-07-07tap: vhost busy polling supportJason Wang11-6/+70
2016-07-06Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160706' into stagingPeter Maydell16-198/+341
2016-07-06Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20160706-1' into ...Peter Maydell14-65/+121
2016-07-06Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-06' into ...Peter Maydell63-713/+1025
2016-07-06Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell1-1/+1
2016-07-06replay: Use new QAPI cloningEric Blake1-27/+3
2016-07-06sockets: Use new QAPI cloningEric Blake6-35/+10
2016-07-06qapi: Add new clone visitorEric Blake9-43/+497
2016-07-06qapi: Add new visit_complete() functionEric Blake23-160/+166
2016-07-06tests: Factor out common code in qapi output testsEric Blake2-72/+44
2016-07-06tests: Clean up test-string-output-visitorEric Blake1-32/+29