Age | Commit message (Expand) | Author |
2014-12-17 | tcg: add separate monitor command to dump opcode counters | Max Filippov |
2014-12-16 | Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20141216-1' into ... | Peter Maydell |
2014-12-16 | Merge remote-tracking branch 'remotes/amit-migration/tags/for-2.3-2' into sta... | Peter Maydell |
2014-12-16 | spice: fix memory leak | Gonglei |
2014-12-16 | spice: remove spice-experimental.h include | Marc-André Lureau |
2014-12-16 | spice: do not require TCP ports | Marc-André Lureau |
2014-12-16 | spice: rework mirror allocation, add no-resize fast path | Gerd Hoffmann |
2014-12-16 | spice: reduce refresh rate in native mode | Gerd Hoffmann |
2014-12-16 | spice: use bottom half instead of refresh timer for cursor updates | Gerd Hoffmann |
2014-12-16 | MAINTAINERS: Update for migrated migration code | Dr. David Alan Gilbert |
2014-12-16 | Split the QEMU buffered file code out | Dr. David Alan Gilbert |
2014-12-16 | Split struct QEMUFile out | Dr. David Alan Gilbert |
2014-12-16 | Remove migration- pre/post fixes off files in migration/ dir | Dr. David Alan Gilbert |
2014-12-16 | Start migrating migration code into a migration directory | Dr. David Alan Gilbert |
2014-12-16 | qmp-command.hx: add missing docs for migration capabilites | zhanghailiang |
2014-12-16 | cpu: verify that block->host is set | Michael S. Tsirkin |
2014-12-16 | cpu: assert host pointer offset within block | Michael S. Tsirkin |
2014-12-16 | exec: add wrapper for host pointer access | Michael S. Tsirkin |
2014-12-16 | MAINTAINERS: add include files to virtio-serial entry | Amit Shah |
2014-12-16 | MAINTAINERS: add entry for virtio-rng | Amit Shah |
2014-12-16 | MAINTAINERS: migration: add vmstate static checker files | Amit Shah |
2014-12-16 | MAINTAINERS: Add myself to migration maintainers | Amit Shah |
2014-12-15 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2014-12-15 | sdhci: Support SDHCI devices on PCI | Kevin O'Connor |
2014-12-15 | sdhci: Define SDHCI PCI ids | Kevin O'Connor |
2014-12-15 | sdhci: Add "sysbus" to sdhci QOM types and methods | Kevin O'Connor |
2014-12-15 | sdhci: Remove class "virtual" methods | Kevin O'Connor |
2014-12-15 | sdhci: Set a default frequency clock | Kevin O'Connor |
2014-12-15 | serial: only resample THR interrupt on rising edge of IER.THRI | Paolo Bonzini |
2014-12-15 | serial: update LSR on enabling/disabling FIFOs | Paolo Bonzini |
2014-12-15 | serial: clean up THRE/TEMT handling | Paolo Bonzini |
2014-12-15 | serial: reset thri_pending on IER writes with THRI=0 | Paolo Bonzini |
2014-12-15 | linuxboot: fix loading old kernels | Paolo Bonzini |
2014-12-15 | kvm/apic: fix 2.2->2.1 migration | Paolo Bonzini |
2014-12-15 | target-i386: add Ivy Bridge CPU model | Paolo Bonzini |
2014-12-15 | target-i386: add f16c and rdrand to Haswell and Broadwell | Paolo Bonzini |
2014-12-15 | target-i386: add VME to all CPUs | Paolo Bonzini |
2014-12-15 | pc: add 2.3 machine types | Paolo Bonzini |
2014-12-15 | i386: do not cross the pages boundaries in replay mode | Pavel Dovgalyuk |
2014-12-15 | cpus: make icount warp behave well with respect to stop/cont | Pavel Dovgalyuk |
2014-12-15 | timer: introduce new QEMU_CLOCK_VIRTUAL_RT clock | Pavel Dovgalyuk |
2014-12-15 | cpu-exec: invalidate nocache translation if they are interrupted | Pavel Dovgalyuk |
2014-12-15 | icount: introduce cpu_get_icount_raw | Pavel Dovgalyuk |
2014-12-15 | icount: set can_do_io outside TB execution | Pavel Dovgalyuk |
2014-12-15 | cpu-exec: reset exception_index correctly | Pavel Dovgalyuk |
2014-12-15 | cpu-exec: fix cpu_exec_nocache | Pavel Dovgalyuk |
2014-12-15 | scsi-disk: provide maximum transfer length | Paolo Bonzini |
2014-12-15 | scsi: Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2014-12-15 | scsi: Fuse g_malloc(); memset() into g_malloc0() | Markus Armbruster |
2014-12-15 | scsi: Drop superfluous conditionals around g_free() | Markus Armbruster |