summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-13usb: zap hw/ush-{ohic,uhci}.h + init wrappersGerd Hoffmann13-60/+11
2012-03-13usb: the big renameGerd Hoffmann27-70/+74
2012-03-12Merge remote-tracking branch 'mdroth/qga-pull-3-12-2012' into stagingAnthony Liguori7-21/+774
2012-03-12Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori28-267/+1054
2012-03-12Merge remote-tracking branch 'qemu-kvm/memory/core' into stagingAnthony Liguori6-267/+168
2012-03-12Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori7-12/+64
2012-03-12Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori2-7/+10
2012-03-12qemu-ga: add guest-sync-delimitedMichael Roth5-9/+77
2012-03-12qemu-ga: add guest-network-get-interfaces commandMichal Privoznik3-0/+246
2012-03-12qemu-ga: add win32 guest-suspend-ram commandMichael Roth1-9/+25
2012-03-12qemu-ga: add win32 guest-suspend-disk command.Gal Hammer2-13/+121
2012-03-12qemu-ga: add guest-suspend-hybridLuiz Capitulino3-0/+38
2012-03-12qemu-ga: add guest-suspend-ramLuiz Capitulino3-0/+43
2012-03-12qemu-ga: add guest-suspend-diskLuiz Capitulino4-1/+235
2012-03-12cpu-all.h: Don't accidentally sign extend in g2h()Peter Maydell1-1/+1
2012-03-12implement vnc_dpy_setdataGerd Hoffmann1-1/+4
2012-03-12initialize CPU model list after handling -readconfig optionsEduardo Habkost1-7/+13
2012-03-12add Opteron_G4 CPU model (v2)Eduardo Habkost1-0/+14
2012-03-12add SandyBridge CPU modelEduardo Habkost1-0/+14
2012-03-12add "tsc-deadline" flag name to feature_ecx tableEduardo Habkost1-1/+1
2012-03-12qom: fix device hot-unplugPaolo Bonzini1-5/+2
2012-03-12qdev: accept empty string propertiesPaolo Bonzini1-4/+0
2012-03-12test-coroutine: add performance test for nestingAlex Barcelo1-0/+27
2012-03-12coroutine: adding configure option for sigaltstack coroutine backendAlex Barcelo2-1/+9
2012-03-12coroutine: adding configure choose mechanism for coroutine backendAlex Barcelo1-8/+29
2012-03-12coroutine: adding sigaltstack method (.c source)Alex Barcelo1-0/+334
2012-03-12qcow2: Reduce number of I/O requestsKevin Wolf3-77/+168
2012-03-12qcow2: Add qcow2_alloc_clusters_at()Kevin Wolf2-0/+30
2012-03-12qcow2: Factor out count_cow_clustersKevin Wolf1-19/+36
2012-03-12qmp: convert blockdev-snapshot-sync to a wrapper around transactionsPaolo Bonzini5-73/+44
2012-03-12add mode field to blockdev-snapshot-sync transaction itemPaolo Bonzini3-10/+44
2012-03-12rename blockdev-group-snapshot-syncPaolo Bonzini3-76/+96
2012-03-12qapi: complete implementation of unionsPaolo Bonzini5-1/+98
2012-03-12use QSIMPLEQ_FOREACH_SAFE when freeing list elementsPaolo Bonzini1-2/+2
2012-03-12Add 'make check-block'Kevin Wolf2-1/+27
2012-03-12make check: Add qemu-iotests subsetKevin Wolf2-0/+22
2012-03-12qemu-iotests: Mark some tests as quickKevin Wolf1-12/+12
2012-03-12qcow2: Add error messages in qcow2_truncateKevin Wolf2-1/+4
2012-03-12block: handle -EBUSY in bdrv_commit_all()Stefan Hajnoczi3-6/+13
2012-03-12qcow2: Add some tracingKevin Wolf4-1/+65
2012-03-12qed: do not evict in-use L2 table cache entriesStefan Hajnoczi1-4/+18
2012-03-12Group snapshot: Fix format name for backing filePaolo Bonzini1-1/+2
2012-03-12vga: add trace event for ppm_saveAlon Levy2-0/+5
2012-03-12console: add some trace eventsAlon Levy2-0/+7
2012-03-12maintainers: Add docs/tracing.txt to TracingAndreas Färber1-0/+1
2012-03-12docs: correct ./configure line in tracing.txtJun Koi1-1/+1
2012-03-12trace: make trace_thread_create() use its function argJun Koi1-1/+1
2012-03-12tracetool: Omit useless QEMU_*_ENABLED() checkStefan Hajnoczi1-3/+1
2012-03-12trace: Provide a per-event status define for conditional compilationLluís Vilanova2-7/+48
2012-03-11Add missing const attributes for MemoryRegionOpsStefan Weil9-13/+13