aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-13Merge remote-tracking branch 'kraxel/usb.44' into stagingAnthony Liguori
2012-03-13qom: Add QOM support to user emulatorsAndreas Färber
2012-03-13qom: Register QOM infrastructure earlyAndreas Färber
2012-03-13kvmclock: Always register typeAndreas Färber
2012-03-13slirp: Fix compiler warning for w64Stefan Weil
2012-03-13slirp: Cleanup resources on instance removalJan Kiszka
2012-03-13slirp: Remove unneeded if_queuedJan Kiszka
2012-03-13slirp: Fix queue walking in if_startJan Kiszka
2012-03-13slirp: Prevent recursion of if_startJan Kiszka
2012-03-13slirp: Keep next_m always validJan Kiszka
2012-03-13Endian fix an assertion in usb-msdBenjamin Herrenschmidt
2012-03-13uhci: alloc can't fail, drop check.Gerd Hoffmann
2012-03-13uhci: new uhci_handle_td return code for tds still in flightGerd Hoffmann
2012-03-13uhci: renumber uhci_handle_td return codesGerd Hoffmann
2012-03-13uhci: use enum for uhci_handle_td return codesGerd Hoffmann
2012-03-13uhci: tracing supportGerd Hoffmann
2012-03-13uhci: cancel on schedule stop.Gerd Hoffmann
2012-03-13uhci: fix uhci_async_cancel_allGerd Hoffmann
2012-03-13uhci: pass addr to uhci_async_allocGerd Hoffmann
2012-03-13usb: improve packet state sanity checksGerd Hoffmann
2012-03-13usb-ohci: DMA writeback bug fixesWei Yang
2012-03-13usb-ehci: drop unused isoch_pause variableHans de Goede
2012-03-13usb: zap hw/ush-{ohic,uhci}.h + init wrappersGerd Hoffmann
2012-03-13usb: the big renameGerd Hoffmann
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