summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-12Merge remote-tracking branch 'remotes/afaerber/tags/prep-for-upstream' into s...Peter Maydell
2014-03-12Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell
2014-03-12prep: Update ppc_rom.binAndreas Färber
2014-03-12Add OpenHack'Ware submoduleAndreas Färber
2014-03-12Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2014-03-12Merge remote-tracking branch 'remotes/kraxel/tags/pull-misc-1' into stagingPeter Maydell
2014-03-12trace: Fix build warnings for Win32 buildPeter Maydell
2014-03-12Merge remote-tracking branch 'remotes/kiszka/queues/slirp' into stagingPeter Maydell
2014-03-12Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into stagingPeter Maydell
2014-03-12Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell
2014-03-12Docs: Introduce multiport serial support in qemupciserial.inf.Miki Mishael
2014-03-12tap: avoid deadlocking rxStefan Hajnoczi
2014-03-12slirp smb with modern win guests when samba is also running on hostMichael Tokarev
2014-03-12qemu/slirp: Fix SMB security configuration on newer samba versionsMichael Buesch
2014-03-12target-sparc: Add and use CPU_FEATURE_CASASebastian Huber
2014-03-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-03-11Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell
2014-03-11qemu-thread-posix: Fix build against older glibc versionJan Kiszka
2014-03-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140310'...Peter Maydell
2014-03-11tests: test-qmp-commands: Fix double freeLuiz Capitulino
2014-03-11qapi script: do not add "_" for every capitalized char in enumWenchao Xia
2014-03-11qapi script: do not allow string discriminatorWenchao Xia
2014-03-11qapi: convert BlockdevOptions to use enum discriminatorWenchao Xia
2014-03-11qapi script: support enum type as discriminator in unionWenchao Xia
2014-03-11qapi script: use same function to generate enum stringWenchao Xia
2014-03-11qapi script: code move for generate_enum_name()Wenchao Xia
2014-03-11qapi script: check correctness of unionWenchao Xia