aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-26target-arm: Make reserved ranges in ID_AA64* spaces RAZ, not UNDEFPeter Maydell2-7/+122
2016-02-26target-arm: Mark CNTHP_TVAL_EL2 as ARM_CP_NO_RAWEdgar E. Iglesias1-1/+1
2016-02-26sdhci: add quirk property for card insert interrupt status on Raspberry PiAndrew Baumann2-1/+39
2016-02-26sdhci: Revert "add optional quirk property to disable card insertion/removal ...Andrew Baumann2-7/+3
2016-02-26MAINTAINERS: Add some missing ARM related header filesThomas Huth1-0/+4
2016-02-26raspi: fix SD card with recent sdhci changesAndrew Baumann3-0/+30
2016-02-26ARM: PL061: Checking register r/w accesses to reserved areaWei Huang1-8/+22
2016-02-26target-arm: Implement MDCR_EL3.TPM and MDCR_EL2.TPM trapsPeter Maydell1-7/+36
2016-02-26target-arm: Fix handling of SDCR for 32-bit codePeter Maydell2-8/+19
2016-02-26target-arm: Make Monitor->NS PL1 mode changes illegal if HCR.TGE is 1Peter Maydell1-0/+10
2016-02-26target-arm: Make mode switches from Hyp via CPS and MRS illegalPeter Maydell1-2/+10
2016-02-26target-arm: In v8, make illegal AArch32 mode changes set PSTATE.ILPeter Maydell1-3/+12
2016-02-26target-arm: Forbid mode switch to Mon from Secure EL1Peter Maydell1-1/+1
2016-02-26target-arm: Add Hyp mode checks to bad_mode_switch()Peter Maydell1-0/+3
2016-02-26target-arm: Add comment about not implementing NSACR.RFRPeter Maydell1-0/+3
2016-02-26target-arm: In cpsr_write() ignore mode switches from User modePeter Maydell1-0/+1
2016-02-26linux-user: Use restrictive mask when calling cpsr_write()Peter Maydell2-2/+3
2016-02-26target-arm: Raw CPSR writes should skip checks and bank switchingPeter Maydell4-6/+7
2016-02-26target-arm: Add write_type argument to cpsr_write()Peter Maydell10-16/+26
2016-02-26target-arm: Give CPSR setting on 32-bit exception return its own helperPeter Maydell3-3/+10
2016-02-26migration/vmstate: document VMStateFlagsSascha Silbe1-10/+90
2016-02-26MAINTAINERS: Add docs/migration.txt to the "Migration" sectionThomas Huth1-0/+1
2016-02-26Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160226' into stagingPeter Maydell8-14/+525
2016-02-26Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...Peter Maydell4-0/+0
2016-02-26Update OpenBIOS imagesMark Cave-Ayland4-0/+0
2016-02-26migration/postcopy-ram: Guard use of sys/eventfd.h with CONFIG_EVENTFDMatthew Fortune1-2/+2
2016-02-26migration: reorder code to make it symmetricWei Yang1-3/+2
2016-02-26fw_cfg: unbreak migration compatibility for 2.4 and earlier machinesLaszlo Ersek2-8/+20
2016-02-26target-mips: implement R6 multi-threadingYongbok Kim7-1/+151
2016-02-26mips/kvm: Support MSA in MIPS KVM guestsJames Hogan1-20/+109
2016-02-26mips/kvm: Support FPU in MIPS KVM guestsJames Hogan1-4/+117
2016-02-26mips/kvm: Support signed 64-bit KVM registersJames Hogan1-9/+31
2016-02-26mips/kvm: Support unsigned KVM registersJames Hogan1-0/+22
2016-02-26mips/kvm: Implement Config CP0 registersJames Hogan1-0/+106
2016-02-26mips/kvm: Implement PRid CP0 registerJames Hogan1-0/+11
2016-02-26mips/kvm: Remove a couple of noisy DPRINTFsJames Hogan1-2/+0
2016-02-25Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2016-02-25-tag' in...Peter Maydell12-61/+170
2016-02-25qga: fix w32 breakage due to missing osdep.h includesMichael Roth5-9/+8
2016-02-25build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directoriesLluís Vilanova5-1/+20
2016-02-25qga: check utf8-to-utf16 conversionMarc-André Lureau1-3/+16
2016-02-25qga: fix off-by-one length checkMarc-André Lureau1-1/+1
2016-02-25qga: use wide-chars constants for wchar_t comparisonsMarc-André Lureau1-2/+4
2016-02-25qga: use size_t for wcslen() return valueMarc-André Lureau1-1/+2
2016-02-25qga: use more idiomatic qemu-style eol operatorsMarc-André Lureau1-3/+3
2016-02-25qga: implement the guest-get-vcpus for windowsGal Hammer1-2/+66
2016-02-25qemu-ga: Fixed minor version switch issueLeonid Bloch1-1/+1
2016-02-25qga: Support enum names in guest-file-seekEric Blake6-40/+70
2016-02-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell31-165/+564
2016-02-25target-i386: fix confusion in xcr0 bit position vs. maskPaolo Bonzini4-42/+59
2016-02-25chardev: Properly initialize ChardevCommon componentsEric Blake4-14/+30