summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-12input-linux: factor out input_linux_handle_mouseGerd Hoffmann1-49/+53
2016-07-12input: add trace events for full queuesGerd Hoffmann3-2/+10
2016-07-12msmouse: send short messages if possible.Gerd Hoffmann1-9/+13
2016-07-12msmouse: switch to new input interfaceGerd Hoffmann1-12/+56
2016-07-12msmouse: fix buffer handlingGerd Hoffmann1-5/+35
2016-07-12msmouse: add MouseState, unregister handler on closeGerd Hoffmann1-5/+17
2016-07-11Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160711' into stagingPeter Maydell23-456/+1249
2016-07-11Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160708' into stagingPeter Maydell3-44/+74
2016-07-11Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell16-179/+386
2016-07-11Merge remote-tracking branch 'remotes/rth/tags/pull-rth-20160710' into stagingPeter Maydell4-26/+13
2016-07-11gtk: fix buildGerd Hoffmann2-0/+2
2016-07-11s390x/pci: make hot-unplug handler smootherYi Min Zhao2-1/+37
2016-07-11s390x/pci: replace fid with idx in msg data of msixYi Min Zhao3-7/+8
2016-07-11s390x/pci: fix stpcifc_service_callYi Min Zhao1-1/+9
2016-07-11s390x/pci: refactor list_pciYi Min Zhao3-26/+45
2016-07-11s390x/pci: refactor s390_pci_find_dev_by_idxYi Min Zhao1-20/+1
2016-07-11s390x/pci: add checkings in CLP_SET_PCI_FNYi Min Zhao1-0/+21
2016-07-11s390x/pci: enable zpci hot-plug/hot-unplugYi Min Zhao1-46/+73
2016-07-11s390x/pci: enable uid-checkingYi Min Zhao3-5/+5
2016-07-11s390x/pci: introduce S390PCIBusDevice qdevYi Min Zhao2-8/+261
2016-07-11s390x/pci: introduce S390PCIIOMMUYi Min Zhao2-10/+18
2016-07-11s390x/pci: introduce S390PCIBusYi Min Zhao2-0/+18
2016-07-11s390x/pci: enforce zPCI state checkingYi Min Zhao5-82/+230
2016-07-11s390x/pci: refactor s390_pci_find_dev_by_fhYi Min Zhao1-11/+4
2016-07-11s390x/pci: unify FH_ macrosYi Min Zhao3-15/+18
2016-07-11s390x/pci: write fid in CLP_QUERY_PCI_FNYi Min Zhao1-0/+1
2016-07-11s390x/pci: acceleration for getting S390pciStateYi Min Zhao1-33/+20
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