aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-13slirp: Prevent recursion of if_startJan Kiszka
2012-03-13slirp: Keep next_m always validJan Kiszka
2012-03-12Merge remote-tracking branch 'mdroth/qga-pull-3-12-2012' into stagingAnthony Liguori
2012-03-12Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-03-12Merge remote-tracking branch 'qemu-kvm/memory/core' into stagingAnthony Liguori
2012-03-12Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori
2012-03-12Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori
2012-03-12qemu-ga: add guest-sync-delimitedMichael Roth
2012-03-12qemu-ga: add guest-network-get-interfaces commandMichal Privoznik
2012-03-12qemu-ga: add win32 guest-suspend-ram commandMichael Roth
2012-03-12qemu-ga: add win32 guest-suspend-disk command.Gal Hammer
2012-03-12qemu-ga: add guest-suspend-hybridLuiz Capitulino
2012-03-12qemu-ga: add guest-suspend-ramLuiz Capitulino
2012-03-12qemu-ga: add guest-suspend-diskLuiz Capitulino
2012-03-12cpu-all.h: Don't accidentally sign extend in g2h()Peter Maydell
2012-03-12implement vnc_dpy_setdataGerd Hoffmann
2012-03-12initialize CPU model list after handling -readconfig optionsEduardo Habkost
2012-03-12add Opteron_G4 CPU model (v2)Eduardo Habkost
2012-03-12add SandyBridge CPU modelEduardo Habkost
2012-03-12add "tsc-deadline" flag name to feature_ecx tableEduardo Habkost
2012-03-12qom: fix device hot-unplugPaolo Bonzini
2012-03-12qdev: accept empty string propertiesPaolo Bonzini
2012-03-12test-coroutine: add performance test for nestingAlex Barcelo
2012-03-12coroutine: adding configure option for sigaltstack coroutine backendAlex Barcelo
2012-03-12coroutine: adding configure choose mechanism for coroutine backendAlex Barcelo
2012-03-12coroutine: adding sigaltstack method (.c source)Alex Barcelo
2012-03-12qcow2: Reduce number of I/O requestsKevin Wolf
2012-03-12qcow2: Add qcow2_alloc_clusters_at()Kevin Wolf
2012-03-12qcow2: Factor out count_cow_clustersKevin Wolf
2012-03-12qmp: convert blockdev-snapshot-sync to a wrapper around transactionsPaolo Bonzini
2012-03-12add mode field to blockdev-snapshot-sync transaction itemPaolo Bonzini
2012-03-12rename blockdev-group-snapshot-syncPaolo Bonzini
2012-03-12qapi: complete implementation of unionsPaolo Bonzini
2012-03-12use QSIMPLEQ_FOREACH_SAFE when freeing list elementsPaolo Bonzini
2012-03-12Add 'make check-block'Kevin Wolf
2012-03-12make check: Add qemu-iotests subsetKevin Wolf
2012-03-12qemu-iotests: Mark some tests as quickKevin Wolf
2012-03-12qcow2: Add error messages in qcow2_truncateKevin Wolf
2012-03-12block: handle -EBUSY in bdrv_commit_all()Stefan Hajnoczi
2012-03-12qcow2: Add some tracingKevin Wolf
2012-03-12qed: do not evict in-use L2 table cache entriesStefan Hajnoczi
2012-03-12Group snapshot: Fix format name for backing filePaolo Bonzini
2012-03-12vga: add trace event for ppm_saveAlon Levy
2012-03-12console: add some trace eventsAlon Levy
2012-03-12maintainers: Add docs/tracing.txt to TracingAndreas Färber
2012-03-12docs: correct ./configure line in tracing.txtJun Koi
2012-03-12trace: make trace_thread_create() use its function argJun Koi
2012-03-12tracetool: Omit useless QEMU_*_ENABLED() checkStefan Hajnoczi
2012-03-12trace: Provide a per-event status define for conditional compilationLluís Vilanova
2012-03-11Add missing const attributes for MemoryRegionOpsStefan Weil