summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* spapr: skip configuration section during migration of older machinesGreg Kurz2019-11-291-0/+1
* dbdma: warn when using unassigned channelHervé Poussineau2019-11-291-2/+23
* spapr: disable vmdesc submission for old machinesGreg Kurz2019-11-291-0/+1
* spapr_pci: fix irq leak in RTAS ibm,change-msiGreg Kurz2019-11-291-1/+8
* spapr_pci: kill useless variable in rtas_ibm_change_msi()Greg Kurz2019-11-291-3/+3
* spapr_rng: disable hotpluggabilityGreg Kurz2019-11-291-0/+1
* migration (postcopy): move bdrv_invalidate_cache_all of of coroutine contextDenis V. Lunev2019-11-291-10/+19
* migration (ordinary): move bdrv_invalidate_cache_all of of coroutine contextDenis V. Lunev2019-11-292-40/+51
* target-arm: Make reserved ranges in ID_AA64* spaces RAZ, not UNDEFPeter Maydell2019-11-292-7/+122
* target-arm: Mark CNTHP_TVAL_EL2 as ARM_CP_NO_RAWEdgar E. Iglesias2019-11-291-1/+1
* sdhci: add quirk property for card insert interrupt status on Raspberry PiAndrew Baumann2019-11-292-1/+39
* sdhci: Revert "add optional quirk property to disable card insertion/removal ...Andrew Baumann2019-11-292-7/+3
* MAINTAINERS: Add some missing ARM related header filesThomas Huth2019-11-291-0/+4
* raspi: fix SD card with recent sdhci changesAndrew Baumann2019-11-293-0/+30
* ARM: PL061: Checking register r/w accesses to reserved areaWei Huang2019-11-291-8/+22
* target-arm: Implement MDCR_EL3.TPM and MDCR_EL2.TPM trapsPeter Maydell2019-11-291-7/+36
* target-arm: Fix handling of SDCR for 32-bit codePeter Maydell2019-11-292-8/+19
* target-arm: Make Monitor->NS PL1 mode changes illegal if HCR.TGE is 1Peter Maydell2019-11-291-0/+10
* target-arm: Make mode switches from Hyp via CPS and MRS illegalPeter Maydell2019-11-291-2/+10
* target-arm: In v8, make illegal AArch32 mode changes set PSTATE.ILPeter Maydell2019-11-291-3/+12
* target-arm: Forbid mode switch to Mon from Secure EL1Peter Maydell2019-11-291-1/+1
* target-arm: Add Hyp mode checks to bad_mode_switch()Peter Maydell2019-11-291-0/+3
* target-arm: Add comment about not implementing NSACR.RFRPeter Maydell2019-11-291-0/+3
* target-arm: In cpsr_write() ignore mode switches from User modePeter Maydell2019-11-291-0/+1
* linux-user: Use restrictive mask when calling cpsr_write()Peter Maydell2019-11-292-2/+3
* target-arm: Raw CPSR writes should skip checks and bank switchingPeter Maydell2019-11-294-6/+7
* target-arm: Add write_type argument to cpsr_write()Peter Maydell2019-11-2910-16/+26
* target-arm: Give CPSR setting on 32-bit exception return its own helperPeter Maydell2019-11-293-3/+10
* migration/vmstate: document VMStateFlagsSascha Silbe2019-11-291-10/+90
* MAINTAINERS: Add docs/migration.txt to the "Migration" sectionThomas Huth2019-11-291-0/+1
* Update OpenBIOS imagesMark Cave-Ayland2019-11-294-0/+0
* migration/postcopy-ram: Guard use of sys/eventfd.h with CONFIG_EVENTFDMatthew Fortune2019-11-291-2/+2
* migration: reorder code to make it symmetricWei Yang2019-11-291-3/+2
* fw_cfg: unbreak migration compatibility for 2.4 and earlier machinesLaszlo Ersek2019-11-292-8/+20
* target-mips: implement R6 multi-threadingYongbok Kim2019-11-297-1/+151
* mips/kvm: Support MSA in MIPS KVM guestsJames Hogan2019-11-291-20/+109
* mips/kvm: Support FPU in MIPS KVM guestsJames Hogan2019-11-291-4/+117
* mips/kvm: Support signed 64-bit KVM registersJames Hogan2019-11-291-9/+31
* mips/kvm: Support unsigned KVM registersJames Hogan2019-11-291-0/+22
* mips/kvm: Implement Config CP0 registersJames Hogan2019-11-291-0/+106
* mips/kvm: Implement PRid CP0 registerJames Hogan2019-11-291-0/+11
* mips/kvm: Remove a couple of noisy DPRINTFsJames Hogan2019-11-291-2/+0
* qga: fix w32 breakage due to missing osdep.h includesMichael Roth2019-11-295-9/+8
* build: [bsd-user] Rename "syscall.h" to "target_syscall.h" in target directoriesLluís Vilanova2019-11-295-1/+20
* qga: check utf8-to-utf16 conversionMarc-André Lureau2019-11-291-3/+16
* qga: fix off-by-one length checkMarc-André Lureau2019-11-291-1/+1
* qga: use wide-chars constants for wchar_t comparisonsMarc-André Lureau2019-11-291-2/+4
* qga: use size_t for wcslen() return valueMarc-André Lureau2019-11-291-1/+2
* qga: use more idiomatic qemu-style eol operatorsMarc-André Lureau2019-11-291-3/+3
* qga: implement the guest-get-vcpus for windowsGal Hammer2019-11-291-2/+66
OpenPOWER on IntegriCloud