summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-13target-sparc: Clean up ENV_GET_CPU() usageAndreas Färber
2014-03-13target-s390x: Clean up ENV_GET_CPU() usageAndreas Färber
2014-03-13target-ppc: Clean up ENV_GET_CPU() usageAndreas Färber
2014-03-13target-i386: Clean up ENV_GET_CPU() usageAndreas Färber
2014-03-13target-arm: Clean up ENV_GET_CPU() usageAndreas Färber
2014-03-13target-alpha: Clean up ENV_GET_CPU() usageAndreas Färber
2014-03-13cpu: Don't clear cpu->exit_request on resetEdgar E. Iglesias
2014-03-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2014-03-13oslib-posix: Fix build on FreeBSDAndreas Färber
2014-03-13block/raw-win32: bdrv_parse_filename() for hdevMax Reitz
2014-03-13block/raw-posix: Strip protocol prefix on creationMax Reitz
2014-03-13block/raw-posix: bdrv_parse_filename() for cdromMax Reitz
2014-03-13block/raw-posix: bdrv_parse_filename() for floppyMax Reitz
2014-03-13block/raw-posix: bdrv_parse_filename() for hdevMax Reitz
2014-03-13qemu-io: Fix warnings from static code analysisStefan Weil
2014-03-13block: Unlink temporary fileMax Reitz
2014-03-13qcow2: Don't write with BDRV_O_INCOMINGKevin Wolf
2014-03-13qcow2: Keep option in qcow2_invalidate_cache()Kevin Wolf
2014-03-13qmp: add query-iothreads commandStefan Hajnoczi
2014-03-13iothread: stash thread ID awayStefan Hajnoczi
2014-03-13dataplane: replace internal thread with IOThreadStefan Hajnoczi
2014-03-13iothread: add "iothread" qdev property typeStefan Hajnoczi
2014-03-13qdev: make get_pointer() handle temporary stringsIgor Mammedov
2014-03-13iothread: add I/O thread objectStefan Hajnoczi
2014-03-13aio: add aio_context_acquire() and aio_context_release()Stefan Hajnoczi
2014-03-13rfifolock: add recursive FIFO lockStefan Hajnoczi
2014-03-13object: add object_get_canonical_path_component()Stefan Hajnoczi
2014-03-13block: Rewrite the snapshot authorization mechanism for block filters.Benoît Canet
2014-03-13iotests: Test corruption during COW requestMax Reitz
2014-03-13block: bs->drv may be NULL in bdrv_debug_resume()Max Reitz
2014-03-13qcow2: Check bs->drv in copy_sectors()Max Reitz
2014-03-13block: Update image size in bdrv_invalidate_cache()Kevin Wolf
2014-03-13qcow2-refcount: Sanitize refcount table entryMax Reitz
2014-03-13Merge remote-tracking branch 'remotes/afaerber/tags/ppc-for-2.0' into stagingPeter Maydell
2014-03-13Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell
2014-03-13libqtest: Avoid inline varargs functionsPeter Maydell
2014-03-13spapr-pci: Convert fprintf() to error_report()Alexey Kardashevskiy
2014-03-13spapr-pci: Convert to QOM realizeAlexey Kardashevskiy
2014-03-13xics-kvm: Fix reset functionAlexey Kardashevskiy
2014-03-13pseries: Update SLOF firmware image to qemu-slof-20140304Alexey Kardashevskiy
2014-03-13Move QEMUMachine typedef to qemu/typedefs.hAndreas Färber
2014-03-13Revert "KVM: Split QEMUMachine typedef into separate header"Andreas Färber
2014-03-13libqtest: Fix possible deadlock in qtest initializationMarcel Apfelbaum
2014-03-13pci: Move VMState registration/unregistration to QOM realize/unrealizeBandan Das
2014-03-13qdev: Realize buses on device realizationBandan Das
2014-03-13qdev: Prepare realize/unrealize hooks for BusStateBandan Das
2014-03-13tests: Add spapr-pci-host-bridge qtestAlexey Kardashevskiy
2014-03-13virtio-serial-port: Convert to QOM realize/unrealizeAndreas Färber
2014-03-13virtio-console: QOM cast cleanup for VirtConsoleAndreas Färber
2014-03-13tests: Add virtio-console qtestAndreas Färber