summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* exec: cpu_physical_memory_set/clear_dirty_rangeMichael S. Tsirkin2015-01-082-4/+13
* memory: add memory_region_set_sizeMichael S. Tsirkin2015-01-082-0/+26
* Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20141216-1' into ...Peter Maydell2014-12-166-24/+45
|\
| * spice: fix memory leakGonglei2014-12-161-4/+1Star
| * spice: remove spice-experimental.h includeMarc-André Lureau2014-12-162-2/+0Star
| * spice: do not require TCP portsMarc-André Lureau2014-12-161-4/+0Star
| * spice: rework mirror allocation, add no-resize fast pathGerd Hoffmann2014-12-161-7/+26
| * spice: reduce refresh rate in native modeGerd Hoffmann2014-12-161-0/+3
| * spice: use bottom half instead of refresh timer for cursor updatesGerd Hoffmann2014-12-164-7/+15
* | Merge remote-tracking branch 'remotes/amit-migration/tags/for-2.3-2' into sta...Peter Maydell2014-12-1621-529/+622
|\ \ | |/ |/|
| * MAINTAINERS: Update for migrated migration codeDr. David Alan Gilbert2014-12-161-2/+1Star
| * Split the QEMU buffered file code outDr. David Alan Gilbert2014-12-164-457/+489
| * Split struct QEMUFile outDr. David Alan Gilbert2014-12-162-22/+54
| * Remove migration- pre/post fixes off files in migration/ dirDr. David Alan Gilbert2014-12-167-4/+4
| * Start migrating migration code into a migration directoryDr. David Alan Gilbert2014-12-1615-12/+18
| * qmp-command.hx: add missing docs for migration capabiliteszhanghailiang2014-12-161-0/+6
| * cpu: verify that block->host is setMichael S. Tsirkin2014-12-161-0/+1
| * cpu: assert host pointer offset within blockMichael S. Tsirkin2014-12-161-0/+1
| * exec: add wrapper for host pointer accessMichael S. Tsirkin2014-12-162-5/+10
| * MAINTAINERS: add include files to virtio-serial entryAmit Shah2014-12-161-0/+1
| * MAINTAINERS: add entry for virtio-rngAmit Shah2014-12-161-0/+7
| * MAINTAINERS: migration: add vmstate static checker filesAmit Shah2014-12-161-0/+2
| * MAINTAINERS: Add myself to migration maintainersAmit Shah2014-12-161-0/+1
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-12-1544-263/+604
|\ \ | |/ |/|
| * sdhci: Support SDHCI devices on PCIKevin O'Connor2014-12-153-1/+54
| * sdhci: Define SDHCI PCI idsKevin O'Connor2014-12-153-0/+4
| * sdhci: Add "sysbus" to sdhci QOM types and methodsKevin O'Connor2014-12-152-18/+27
| * sdhci: Remove class "virtual" methodsKevin O'Connor2014-12-152-106/+40Star
| * sdhci: Set a default frequency clockKevin O'Connor2014-12-151-2/+2
| * serial: only resample THR interrupt on rising edge of IER.THRIPaolo Bonzini2014-12-151-9/+16
| * serial: update LSR on enabling/disabling FIFOsPaolo Bonzini2014-12-151-0/+3
| * serial: clean up THRE/TEMT handlingPaolo Bonzini2014-12-151-14/+12Star
| * serial: reset thri_pending on IER writes with THRI=0Paolo Bonzini2014-12-151-2/+16
| * linuxboot: fix loading old kernelsPaolo Bonzini2014-12-152-10/+27
| * kvm/apic: fix 2.2->2.1 migrationPaolo Bonzini2014-12-153-3/+13
| * target-i386: add Ivy Bridge CPU modelPaolo Bonzini2014-12-151-0/+32
| * target-i386: add f16c and rdrand to Haswell and BroadwellPaolo Bonzini2014-12-153-2/+10
| * target-i386: add VME to all CPUsPaolo Bonzini2014-12-153-15/+43
| * pc: add 2.3 machine typesPaolo Bonzini2014-12-152-7/+48
| * i386: do not cross the pages boundaries in replay modePavel Dovgalyuk2014-12-152-0/+17
| * cpus: make icount warp behave well with respect to stop/contPavel Dovgalyuk2014-12-152-12/+12
| * timer: introduce new QEMU_CLOCK_VIRTUAL_RT clockPavel Dovgalyuk2014-12-152-0/+9
| * cpu-exec: invalidate nocache translation if they are interruptedPavel Dovgalyuk2014-12-153-1/+8
| * icount: introduce cpu_get_icount_rawPavel Dovgalyuk2014-12-152-3/+11
| * icount: set can_do_io outside TB executionPavel Dovgalyuk2014-12-152-0/+6
| * cpu-exec: reset exception_index correctlyPavel Dovgalyuk2014-12-152-1/+5
| * cpu-exec: fix cpu_exec_nocachePavel Dovgalyuk2014-12-151-1/+6
| * scsi-disk: provide maximum transfer lengthPaolo Bonzini2014-12-151-0/+27
| * scsi: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-12-152-2/+2
| * scsi: Fuse g_malloc(); memset() into g_malloc0()Markus Armbruster2014-12-151-4/+2Star