summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-16qemu-log: add log category for MMU infoAntony Pavlov12-58/+61
2014-12-16Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20141216-1' into ...Peter Maydell6-24/+45
2014-12-16Merge remote-tracking branch 'remotes/amit-migration/tags/for-2.3-2' into sta...Peter Maydell21-529/+622
2014-12-16spice: fix memory leakGonglei1-4/+1
2014-12-16spice: remove spice-experimental.h includeMarc-André Lureau2-2/+0
2014-12-16spice: do not require TCP portsMarc-André Lureau1-4/+0
2014-12-16spice: rework mirror allocation, add no-resize fast pathGerd Hoffmann1-7/+26
2014-12-16spice: reduce refresh rate in native modeGerd Hoffmann1-0/+3
2014-12-16spice: use bottom half instead of refresh timer for cursor updatesGerd Hoffmann4-7/+15
2014-12-16MAINTAINERS: Update for migrated migration codeDr. David Alan Gilbert1-2/+1
2014-12-16Split the QEMU buffered file code outDr. David Alan Gilbert4-457/+489
2014-12-16Split struct QEMUFile outDr. David Alan Gilbert2-22/+54
2014-12-16Remove migration- pre/post fixes off files in migration/ dirDr. David Alan Gilbert7-4/+4
2014-12-16Start migrating migration code into a migration directoryDr. David Alan Gilbert15-12/+18
2014-12-16qmp-command.hx: add missing docs for migration capabiliteszhanghailiang1-0/+6
2014-12-16cpu: verify that block->host is setMichael S. Tsirkin1-0/+1
2014-12-16cpu: assert host pointer offset within blockMichael S. Tsirkin1-0/+1
2014-12-16exec: add wrapper for host pointer accessMichael S. Tsirkin2-5/+10
2014-12-16MAINTAINERS: add include files to virtio-serial entryAmit Shah1-0/+1
2014-12-16MAINTAINERS: add entry for virtio-rngAmit Shah1-0/+7
2014-12-16MAINTAINERS: migration: add vmstate static checker filesAmit Shah1-0/+2
2014-12-16MAINTAINERS: Add myself to migration maintainersAmit Shah1-0/+1
2014-12-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell44-263/+604
2014-12-15sdhci: Support SDHCI devices on PCIKevin O'Connor3-1/+54
2014-12-15sdhci: Define SDHCI PCI idsKevin O'Connor3-0/+4
2014-12-15sdhci: Add "sysbus" to sdhci QOM types and methodsKevin O'Connor2-18/+27
2014-12-15sdhci: Remove class "virtual" methodsKevin O'Connor2-106/+40
2014-12-15sdhci: Set a default frequency clockKevin O'Connor1-2/+2
2014-12-15serial: only resample THR interrupt on rising edge of IER.THRIPaolo Bonzini1-9/+16
2014-12-15serial: update LSR on enabling/disabling FIFOsPaolo Bonzini1-0/+3
2014-12-15serial: clean up THRE/TEMT handlingPaolo Bonzini1-14/+12
2014-12-15serial: reset thri_pending on IER writes with THRI=0Paolo Bonzini1-2/+16
2014-12-15linuxboot: fix loading old kernelsPaolo Bonzini2-10/+27
2014-12-15kvm/apic: fix 2.2->2.1 migrationPaolo Bonzini3-3/+13
2014-12-15target-i386: add Ivy Bridge CPU modelPaolo Bonzini1-0/+32
2014-12-15target-i386: add f16c and rdrand to Haswell and BroadwellPaolo Bonzini3-2/+10
2014-12-15target-i386: add VME to all CPUsPaolo Bonzini3-15/+43
2014-12-15pc: add 2.3 machine typesPaolo Bonzini2-7/+48
2014-12-15i386: do not cross the pages boundaries in replay modePavel Dovgalyuk2-0/+17
2014-12-15cpus: make icount warp behave well with respect to stop/contPavel Dovgalyuk2-12/+12
2014-12-15timer: introduce new QEMU_CLOCK_VIRTUAL_RT clockPavel Dovgalyuk2-0/+9
2014-12-15cpu-exec: invalidate nocache translation if they are interruptedPavel Dovgalyuk3-1/+8
2014-12-15icount: introduce cpu_get_icount_rawPavel Dovgalyuk2-3/+11
2014-12-15icount: set can_do_io outside TB executionPavel Dovgalyuk2-0/+6
2014-12-15cpu-exec: reset exception_index correctlyPavel Dovgalyuk2-1/+5
2014-12-15cpu-exec: fix cpu_exec_nocachePavel Dovgalyuk1-1/+6
2014-12-15scsi-disk: provide maximum transfer lengthPaolo Bonzini1-0/+27
2014-12-15scsi: Use g_new() & friends where that makes obvious senseMarkus Armbruster2-2/+2
2014-12-15scsi: Fuse g_malloc(); memset() into g_malloc0()Markus Armbruster1-4/+2
2014-12-15scsi: Drop superfluous conditionals around g_free()Markus Armbruster1-4/+2