aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-16armv7m: Allow SHCSR writes to change pending and active bitsnvic-rewritePeter Maydell
2017-02-16armv7m: Raise correct kind of UsageFault for attempts to execute ARM codePeter Maydell
2017-02-16armv7m: Check exception return consistencyPeter Maydell
2017-02-16armv7m: Extract "exception taken" code into functionsPeter Maydell
2017-02-16armv7m: VECTCLRACTIVE and VECTRESET are UNPREDICTABLEMichael Davidsaver
2017-02-16armv7m: Simpler and faster exception startMichael Davidsaver
2017-02-16armv7m: Remove unused armv7m_nvic_acknowledge_irq() return valuePeter Maydell
2017-02-16armv7m: Escalate exceptions to HardFault if necessaryMichael Davidsaver
2017-02-16arm: gic: Remove references to NVICMichael Davidsaver
2017-02-16armv7m: Fix condition check for taking exceptionsPeter Maydell
2017-02-16armv7m: Rewrite NVIC to not use any GIC codeMichael Davidsaver
2017-02-16armv7m: Implement reading and writing of PRIGROUPPeter Maydell
2017-02-16armv7m: Rename nvic_state to NVICStatePeter Maydell
2017-02-14Merge remote-tracking branch 'remotes/rth/tags/pull-or-20170214' into stagingPeter Maydell
2017-02-14target/openrisc: Optimize for r0 being zeroRichard Henderson
2017-02-14target/openrisc: Tidy handling of delayed branchesRichard Henderson
2017-02-14target/openrisc: Tidy ppc/npc implementationRichard Henderson
2017-02-14target/openrisc: Optimize l.jal to nextRichard Henderson
2017-02-14target/openrisc: Fix maddRichard Henderson
2017-02-14target/openrisc: Implement muld, muldu, macu, msbuRichard Henderson
2017-02-14target/openrisc: Represent MACHI:MACLO as a single unitRichard Henderson
2017-02-14target/openrisc: Implement msyncRichard Henderson
2017-02-14target/openrisc: Enable trap, csync, msync, psync for user modeRichard Henderson
2017-02-14target/openrisc: Set flags on helpersRichard Henderson
2017-02-14target/openrisc: Use movcond where appropriateRichard Henderson
2017-02-14target/openrisc: Keep SR_CY and SR_OV in a separate variablesRichard Henderson
2017-02-14target/openrisc: Keep SR_F in a separate variableRichard Henderson
2017-02-14target/openrisc: Invert the decoding in dec_calcRichard Henderson
2017-02-14target/openrisc: Put SR[OVE] in TB flagsRichard Henderson
2017-02-14target/openrisc: Streamline arithmetic and OVERichard Henderson
2017-02-14target/openrisc: Rationalize immediate extractionRichard Henderson
2017-02-14target/openrisc: Tidy insn dumpingRichard Henderson
2017-02-14target/openrisc: Implement lwa, swaRichard Henderson
2017-02-14target/openrisc: Fix exception handling status registersStafford Horne
2017-02-14linux-user: Honor CLONE_SETTLS for openriscRichard Henderson
2017-02-14linux-user: Fix openrisc cpu_loopRichard Henderson
2017-02-14linux-user: Add MMAP_SHIFT for openriscRichard Henderson
2017-02-14target/openrisc: Rename the cpu from or32 to or1kRichard Henderson
2017-02-13Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170213a'...Peter Maydell
2017-02-13virtio/migration: Migrate virtio-net to VMStateDr. David Alan Gilbert
2017-02-13tests/migration: Add test for VMSTATE_WITH_TMPDr. David Alan Gilbert
2017-02-13migration: Add VMSTATE_WITH_TMPDr. David Alan Gilbert
2017-02-13migration: Add VMSTATE_UNUSED_VARRAY_UINT32Dr. David Alan Gilbert
2017-02-13COLO: Don't process failover request while loading VM's statezhanghailiang
2017-02-13COLO: Shutdown related socket fd while do failoverzhanghailiang
2017-02-13COLO: fix setting checkpoint-delay not working properlyzhanghailiang
2017-02-13migration: consolidate VMStateField.startHalil Pasic
2017-02-13migrate: Introduce zero RAM checks to skip RAM migrationAshijeet Acharya
2017-02-13migration: discard non-dirty ram pages after the start of postcopyPavel Butsykin
2017-02-13add 'release-ram' migrate capabilityPavel Butsykin