aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-16target-mips: Correct the handling of writes to CP0.Status for MIPSr6Maciej W. Rozycki
2014-12-16target-mips: Correct MIPS16/microMIPS branch size calculationMaciej W. Rozycki
2014-12-16target-mips: Restore the order of helpersMaciej W. Rozycki
2014-12-16target-mips: Remove unused `FLOAT_OP' macroMaciej W. Rozycki
2014-12-16target-mips: Make `helper_float_cvtw_s' consistent with the remaining helpersMaciej W. Rozycki
2014-12-16target-mips: Fix formatting in `decode_opc'Maciej W. Rozycki
2014-12-16target-mips: Fix formatting in `mips_defs'Maciej W. Rozycki
2014-12-16target-mips: Fix formatting in `decode_extended_mips16_opc'Maciej W. Rozycki
2014-12-16target-mips: Enable vectored interrupt support for the 74Kf CPUMaciej W. Rozycki
2014-12-16target-mips: Add M14K and M14Kc MIPS32r2 microMIPS processorsMaciej W. Rozycki
2014-12-16target-mips: Make CP0.Config4 and CP0.Config5 registers signedMaciej W. Rozycki
2014-12-16target-mips: Add 5KEc and 5KEf MIPS64r2 processorsMaciej W. Rozycki
2014-12-16target-mips: Make CP1.FIR read-only here tooMaciej W. Rozycki
2014-12-16target-mips: Correct the handling of register #72 on writesMaciej W. Rozycki
2014-12-16MAINTAINERS: Update for migrated migration codeDr. David Alan Gilbert
2014-12-16Split the QEMU buffered file code outDr. David Alan Gilbert
2014-12-16Split struct QEMUFile outDr. David Alan Gilbert
2014-12-16Remove migration- pre/post fixes off files in migration/ dirDr. David Alan Gilbert
2014-12-16Start migrating migration code into a migration directoryDr. David Alan Gilbert
2014-12-16qmp-command.hx: add missing docs for migration capabiliteszhanghailiang
2014-12-16cpu: verify that block->host is setMichael S. Tsirkin
2014-12-16cpu: assert host pointer offset within blockMichael S. Tsirkin
2014-12-16exec: add wrapper for host pointer accessMichael S. Tsirkin
2014-12-16MAINTAINERS: add include files to virtio-serial entryAmit Shah
2014-12-16MAINTAINERS: add entry for virtio-rngAmit Shah
2014-12-16MAINTAINERS: migration: add vmstate static checker filesAmit Shah
2014-12-16MAINTAINERS: Add myself to migration maintainersAmit Shah
2014-12-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-12-15sdhci: Support SDHCI devices on PCIKevin O'Connor
2014-12-15sdhci: Define SDHCI PCI idsKevin O'Connor
2014-12-15sdhci: Add "sysbus" to sdhci QOM types and methodsKevin O'Connor
2014-12-15sdhci: Remove class "virtual" methodsKevin O'Connor
2014-12-15sdhci: Set a default frequency clockKevin O'Connor
2014-12-15serial: only resample THR interrupt on rising edge of IER.THRIPaolo Bonzini
2014-12-15serial: update LSR on enabling/disabling FIFOsPaolo Bonzini
2014-12-15serial: clean up THRE/TEMT handlingPaolo Bonzini
2014-12-15serial: reset thri_pending on IER writes with THRI=0Paolo Bonzini
2014-12-15linuxboot: fix loading old kernelsPaolo Bonzini
2014-12-15kvm/apic: fix 2.2->2.1 migrationPaolo Bonzini
2014-12-15target-i386: add Ivy Bridge CPU modelPaolo Bonzini
2014-12-15target-i386: add f16c and rdrand to Haswell and BroadwellPaolo Bonzini
2014-12-15target-i386: add VME to all CPUsPaolo Bonzini
2014-12-15pc: add 2.3 machine typesPaolo Bonzini
2014-12-15i386: do not cross the pages boundaries in replay modePavel Dovgalyuk
2014-12-15cpus: make icount warp behave well with respect to stop/contPavel Dovgalyuk
2014-12-15timer: introduce new QEMU_CLOCK_VIRTUAL_RT clockPavel Dovgalyuk
2014-12-15cpu-exec: invalidate nocache translation if they are interruptedPavel Dovgalyuk
2014-12-15icount: introduce cpu_get_icount_rawPavel Dovgalyuk
2014-12-15icount: set can_do_io outside TB executionPavel Dovgalyuk
2014-12-15cpu-exec: reset exception_index correctlyPavel Dovgalyuk