aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-20s390x/pci: use hashtable to look up zpci via fhYi Min Zhao2-14/+9
2017-01-20s390x/pci: PCI multibus bridge handlingPierre Morel1-2/+15
2017-01-20s390x/pci: optimize calling s390_get_phb()Yi Min Zhao4-50/+52
2017-01-20s390x/pci: change the device array to a listPierre Morel2-51/+56
2017-01-20s390x/pci: dynamically allocate iommuYi Min Zhao2-15/+64
2017-01-20s390x/pci: make S390PCIIOMMU inherit ObjectYi Min Zhao4-53/+71
2017-01-20s390x/kvm: use kvm_gsi_routing_enabled in flicFei Li1-2/+2
2017-01-20s390x: add compat machine for 2.9Cornelia Huck1-1/+16
2017-01-20s390x: remove double compat statementChristian Borntraeger1-2/+0
2017-01-20tap: fix memory leak on failure in net_init_tap()Peter Maydell1-2/+5
2017-01-20hw/pci: use-after-free in pci_nic_init_nofail when nic device fails to initia...Alex Kompel1-8/+1
2017-01-20hw/net/dp8393x: Avoid unintentional sign extensions on addressesPeter Maydell1-27/+68
2017-01-20m68k: QOMify the MCF Fast Ethernet Controller deviceThomas Huth4-23/+90
2017-01-20net: optimize checksum computationLadi Prosek1-8/+13
2017-01-20docs: Fix description of the sentenceZhang Chen1-1/+3
2017-01-19Revert "win32: don't run subprocess tests on Mingw32 platform"Marc-André Lureau1-1/+1
2017-01-19hax: add Darwin supportVincent Palatin4-0/+390
2017-01-19Plumb the HAXM-based hardware acceleration supportVincent Palatin11-12/+141
2017-01-19target/i386: Add Intel HAX filesVincent Palatin8-0/+2554
2017-01-19kvm: move cpu synchronization codeVincent Palatin21-35/+59
2017-01-19KVM: PPC: eliminate unnecessary duplicate constantsPaolo Bonzini1-12/+0
2017-01-19virtio: force VIRTIO_F_IOMMU_PLATFORMJason Wang1-2/+3
2017-01-19virtio: fix up max size checksMichael S. Tsirkin1-20/+13
2017-01-19Merge remote-tracking branch 'remotes/artyom/tags/pull-sun4v-20170118' into s...Peter Maydell22-528/+1227
2017-01-19error: Report certain hints on stderr when no monitorMarc-André Lureau1-0/+2
2017-01-19error: error_setg_errno(): errno gets preservedSascha Silbe1-0/+3
2017-01-19Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170117' into stagingPeter Maydell1-25/+20
2017-01-18target-sparc: fix up niagara machineArtyom Tarasenko6-39/+199
2017-01-18target-sparc: move common cpu initialisation routines to sparc64.cArtyom Tarasenko5-345/+389
2017-01-18target-sparc: implement sun4v RTCArtyom Tarasenko4-0/+111
2017-01-18target-sparc: add ST_BLKINIT_ ASIs for UA2005+ CPUsArtyom Tarasenko1-0/+11
2017-01-18target-sparc: store the UA2005 entries in sun4u formatArtyom Tarasenko2-8/+47
2017-01-18target-sparc: implement UA2005 ASI_MMU (0x21)Artyom Tarasenko1-0/+31
2017-01-18target-sparc: add more registers to dump_mmuArtyom Tarasenko1-0/+2
2017-01-18target-sparc: implement auto-demapping for UA2005 CPUsArtyom Tarasenko1-0/+22
2017-01-18target-sparc: allow 256M sized pagesArtyom Tarasenko1-17/+1
2017-01-18target-sparc: simplify ultrasparc_tsb_pointerArtyom Tarasenko1-36/+15
2017-01-18target-sparc: implement UA2005 TSB PointersArtyom Tarasenko2-22/+104
2017-01-18target-sparc: use SparcV9MMU type for sparc64 I/D-MMUsArtyom Tarasenko4-37/+25
2017-01-18target-sparc: replace the last tlb entry when no free entries leftArtyom Tarasenko1-2/+4
2017-01-18target-sparc: ignore writes to UA2005 CPU mondo queue registerArtyom Tarasenko1-0/+1
2017-01-18target-sparc: allow priveleged ASIs in hyperprivileged modeArtyom Tarasenko1-14/+18
2017-01-18target-sparc: use direct address translation in hyperprivileged modeArtyom Tarasenko2-5/+4
2017-01-18target-sparc: fix immediate UA2005 trapsArtyom Tarasenko1-1/+1
2017-01-18target-sparc: implement UA2005 rdhpstate and wrhpstate instructionsArtyom Tarasenko1-2/+5
2017-01-18target-sparc: implement UA2005 GL registerArtyom Tarasenko6-7/+58
2017-01-18target-sparc: implement UA2005 hypervisor trapsArtyom Tarasenko3-5/+39
2017-01-18target-sparc: hypervisor mode takes over nucleus modeArtyom Tarasenko2-3/+7
2017-01-18target-sparc: implement UltraSPARC-T1 Strand status ASRArtyom Tarasenko1-0/+11
2017-01-18target-sparc: implement UA2005 scratchpad registersArtyom Tarasenko3-0/+26