aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-20stm32f205: Rename 'nvic' local to 'armv7m'v7m-qomifyPeter Maydell
2017-02-20stm32f205: Create armv7m object without using armv7m_init()Peter Maydell
2017-02-20armv7m: Split systick out from NVICPeter Maydell
2017-02-20armv7m: Don't put core v7M devices under CONFIG_STELLARISPeter Maydell
2017-02-20armv7m: Make bitband device take the address space to accessPeter Maydell
2017-02-20armv7m: Make NVIC expose a memory region rather than mapping itselfPeter Maydell
2017-02-20armv7m: Make ARMv7M object take memory region linkPeter Maydell
2017-02-20armv7m: Use QOMified armv7m object in armv7m_init()Peter Maydell
2017-02-20armv7m: QOMify the armv7m containerPeter Maydell
2017-02-20armv7m: Move NVICState struct definition into headerPeter Maydell
2017-02-20armv7m: Abstract out the "load kernel" codePeter Maydell
2017-02-20cputlb: Don't assume do_unassigned_access() never returnsPeter Maydell
2017-02-20armv7m: Allow SHCSR writes to change pending and active bitsPeter Maydell
2017-02-20armv7m: Raise correct kind of UsageFault for attempts to execute ARM codePeter Maydell
2017-02-20armv7m: Check exception return consistencyPeter Maydell
2017-02-20armv7m: Extract "exception taken" code into functionsPeter Maydell
2017-02-20armv7m: VECTCLRACTIVE and VECTRESET are UNPREDICTABLEMichael Davidsaver
2017-02-20armv7m: Simpler and faster exception startMichael Davidsaver
2017-02-20armv7m: Remove unused armv7m_nvic_acknowledge_irq() return valuePeter Maydell
2017-02-20armv7m: Escalate exceptions to HardFault if necessaryMichael Davidsaver
2017-02-20arm: gic: Remove references to NVICMichael Davidsaver
2017-02-20armv7m: Fix condition check for taking exceptionsPeter Maydell
2017-02-20armv7m: Rewrite NVIC to not use any GIC codeMichael Davidsaver
2017-02-20armv7m: Implement reading and writing of PRIGROUPPeter Maydell
2017-02-20armv7m: Rename nvic_state to NVICStatePeter Maydell
2017-02-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-02-16target-i386: correctly propagate retaddr into SVM helpersPaolo Bonzini
2017-02-16Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-upstream-pu...Peter Maydell
2017-02-16vl: log available guest crash informationAnton Nefedov
2017-02-16report guest crash information in GUEST_PANICKED eventAnton Nefedov
2017-02-16i386/cpu: add crash-information QOM propertyAnton Nefedov
2017-02-16Makefile: avoid leaving the temporary QEMU_PKGVERSION header fileLin Ma
2017-02-16vl: Move the cpu_synchronize_all_post_init() after generic devices initializa...Dou Liyang
2017-02-16qemu-nbd: Implement socket activation.Richard W.M. Jones
2017-02-16linux-user: Add FICLONE and FICLONERANGE ioctlsHelge Deller
2017-02-16linux-user: Use correct types in load_symbols()Peter Maydell
2017-02-16linux-user: fill target sigcontext struct accordinglyJose Ricardo Ziviani
2017-02-16linux-user: fix tcg/mmap testMarc-André Lureau
2017-02-16linux-user: fix settime old value locationMarc-André Lureau
2017-02-16linux-user: Update m68k syscall definitions to match Linux 4.6John Paul Adrian Glaubitz
2017-02-16linux-user: Update sh4 syscall definitions to match Linux 4.8John Paul Adrian Glaubitz
2017-02-16qemu-doc: Clarify that -vga std is now the defaultAlberto Garcia
2017-02-16cpu-exec: remove outermost infinite loopPaolo Bonzini
2017-02-16cpu-exec: avoid repeated sigsetjmp on interruptsPaolo Bonzini
2017-02-16cpu-exec: avoid cpu_loop_exit in cpu_handle_interruptPaolo Bonzini
2017-02-16cpu-exec: tighten barrier on TCG_EXIT_REQUESTEDPaolo Bonzini
2017-02-16cpu-exec: fix icount out-of-bounds accessPaolo Bonzini
2017-02-16hw/char/mcf_uart: QOMify the ColdFire UARTThomas Huth
2017-02-16gdbstub: Fix vCont behaviourClaudio Imbrenda
2017-02-16move vm_start to cpus.cClaudio Imbrenda