summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-29Merge remote-tracking branch 'remotes/rth/tags/tcg-sparc-pull-20140428' into ...Peter Maydell
2014-04-28tcg-sparc: Accept stores of zeroRichard Henderson
2014-04-28tcg-sparc: Fix small 32-bit moviRichard Henderson
2014-04-28tcg-sparc: Fixup function argument typesRichard Henderson
2014-04-28tcg-sparc: Hoist common argument loads in tcg_out_opRichard Henderson
2014-04-28tcg-sparc: Don't handle mov/movi in tcg_out_opRichard Henderson
2014-04-28tcg-sparc: Tidy check_fit_* testsRichard Henderson
2014-04-28tcg-sparc: Implement muls2_i32Richard Henderson
2014-04-28tcg-sparc: Use the RETURN instructionRichard Henderson
2014-04-28tcg-sparc: Use 64-bit registers with sparcv8plusRichard Henderson
2014-04-28tcg-sparc: Support trunc_shr_i32Richard Henderson
2014-04-28tcg-sparc: Remove most uses of TCG_TARGET_REG_BITSRichard Henderson
2014-04-28tcg: Add INDEX_op_trunc_shr_i32Richard Henderson
2014-04-28tcg: Fix missed pointer size != TCG_TARGET_REG_BITS changesRichard Henderson
2014-04-28Merge remote-tracking branch 'remotes/otubo/seccomp' into stagingPeter Maydell
2014-04-28Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' in...Peter Maydell
2014-04-28Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell
2014-04-28Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2014-04-28Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell
2014-04-28Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140425' into stagingPeter Maydell
2014-04-28slirp/smb: Move ncalrpc directory to tmpMichael Buesch
2014-04-28po: add proper Language: tags to .po filesMichael Tokarev
2014-04-28po/Makefile: fix $SRC_PATH referenceMichael Tokarev
2014-04-28init_paths: fix minor memory leakKirill Batuzov
2014-04-28virtfs-proxy-helper: fix call to acceptTim Comer
2014-04-28net/net.c: remove unnecessary semicolonIgor Ryzhov
2014-04-28Add QEMU logo (SVG file)Stefan Weil
2014-04-28vl: avoid closing stdout with 'writeconfig'Chen Gang
2014-04-28xilinx: Fix typo in comment (Marvel -> Marvell)Stefan Weil
2014-04-28vl: Eliminate a superfluous local variableChen Gang
2014-04-28vl: Remove useless 'continue'Chen Gang
2014-04-28gitignore: cleanups #2Michael Tokarev
2014-04-27tests/.gitignore: Ignore test-rfifolockCole Robinson
2014-04-27move test-* from .gitignore to tests/.gitignoreLaszlo Ersek
2014-04-27configure: Improve help behaviorFam Zheng
2014-04-27vl: convert -m to QemuOptsIgor Mammedov
2014-04-27qemu-option: introduce qemu_find_opts_singletonPaolo Bonzini
2014-04-27misc: Use cpu_physical_memory_read and cpu_physical_memory_writeStefan Weil
2014-04-25seccomp: add shmctl(), mlock(), and munlock() to the syscall whitelistPaul Moore
2014-04-25seccomp: add timerfd_create and timerfd_settime to the whitelistFelix Geyer
2014-04-25iscsi: Don't use error_is_set() to suppress additional errorsMarkus Armbruster
2014-04-25blockdev: Clean up fragile use of error_is_set()Markus Armbruster
2014-04-25nbd: Use return values instead of error_is_set(errp)Markus Armbruster
2014-04-25qemu-img: Consistently name Error * objects err, and not errpMarkus Armbruster
2014-04-25Use error_is_set() only when necessary (again)Markus Armbruster
2014-04-25block: Expose host_* drivers in blockdev-addKevin Wolf
2014-04-25MAINTAINERS: Add qemu-img/io to block subsystemKevin Wolf
2014-04-25qemu-iotests: Improve and make use of QMPTestCase.wait_until_completed()Fam Zheng
2014-04-25doc: add -drive rerror=,werror= to qemu --help outputStefan Hajnoczi
2014-04-25block: Prevent coroutine stack overflow when recursing in bdrv_open_backing_f...BenoƮt Canet