Age | Commit message (Expand) | Author |
2014-04-28 | tcg-sparc: Use the RETURN instruction | Richard Henderson |
2014-04-28 | tcg-sparc: Use 64-bit registers with sparcv8plus | Richard Henderson |
2014-04-28 | tcg-sparc: Support trunc_shr_i32 | Richard Henderson |
2014-04-28 | tcg-sparc: Remove most uses of TCG_TARGET_REG_BITS | Richard Henderson |
2014-04-28 | tcg: Add INDEX_op_trunc_shr_i32 | Richard Henderson |
2014-04-28 | tcg: Fix missed pointer size != TCG_TARGET_REG_BITS changes | Richard Henderson |
2014-04-28 | Merge remote-tracking branch 'remotes/otubo/seccomp' into staging | Peter Maydell |
2014-04-28 | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' in... | Peter Maydell |
2014-04-28 | Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging | Peter Maydell |
2014-04-28 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2014-04-28 | Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st... | Peter Maydell |
2014-04-28 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140425' into staging | Peter Maydell |
2014-04-28 | slirp/smb: Move ncalrpc directory to tmp | Michael Buesch |
2014-04-28 | po: add proper Language: tags to .po files | Michael Tokarev |
2014-04-28 | po/Makefile: fix $SRC_PATH reference | Michael Tokarev |
2014-04-28 | init_paths: fix minor memory leak | Kirill Batuzov |
2014-04-28 | virtfs-proxy-helper: fix call to accept | Tim Comer |
2014-04-28 | net/net.c: remove unnecessary semicolon | Igor Ryzhov |
2014-04-28 | Add QEMU logo (SVG file) | Stefan Weil |
2014-04-28 | vl: avoid closing stdout with 'writeconfig' | Chen Gang |
2014-04-28 | xilinx: Fix typo in comment (Marvel -> Marvell) | Stefan Weil |
2014-04-28 | vl: Eliminate a superfluous local variable | Chen Gang |
2014-04-28 | vl: Remove useless 'continue' | Chen Gang |
2014-04-28 | gitignore: cleanups #2 | Michael Tokarev |
2014-04-27 | tests/.gitignore: Ignore test-rfifolock | Cole Robinson |
2014-04-27 | move test-* from .gitignore to tests/.gitignore | Laszlo Ersek |
2014-04-27 | configure: Improve help behavior | Fam Zheng |
2014-04-27 | vl: convert -m to QemuOpts | Igor Mammedov |
2014-04-27 | qemu-option: introduce qemu_find_opts_singleton | Paolo Bonzini |
2014-04-27 | misc: Use cpu_physical_memory_read and cpu_physical_memory_write | Stefan Weil |
2014-04-25 | seccomp: add shmctl(), mlock(), and munlock() to the syscall whitelist | Paul Moore |
2014-04-25 | seccomp: add timerfd_create and timerfd_settime to the whitelist | Felix Geyer |
2014-04-25 | iscsi: Don't use error_is_set() to suppress additional errors | Markus Armbruster |
2014-04-25 | blockdev: Clean up fragile use of error_is_set() | Markus Armbruster |
2014-04-25 | nbd: Use return values instead of error_is_set(errp) | Markus Armbruster |
2014-04-25 | qemu-img: Consistently name Error * objects err, and not errp | Markus Armbruster |
2014-04-25 | Use error_is_set() only when necessary (again) | Markus Armbruster |
2014-04-25 | block: Expose host_* drivers in blockdev-add | Kevin Wolf |
2014-04-25 | MAINTAINERS: Add qemu-img/io to block subsystem | Kevin Wolf |
2014-04-25 | qemu-iotests: Improve and make use of QMPTestCase.wait_until_completed() | Fam Zheng |
2014-04-25 | doc: add -drive rerror=,werror= to qemu --help output | Stefan Hajnoczi |
2014-04-25 | block: Prevent coroutine stack overflow when recursing in bdrv_open_backing_f... | BenoƮt Canet |
2014-04-25 | monitor: fix qmp_getfd() fd leak in error case | Stefan Hajnoczi |
2014-04-25 | HMP: support specifying dump format for dump-guest-memory | Qiao Nuohan |
2014-04-25 | HMP: fix doc of dump-guest-memory | Qiao Nuohan |
2014-04-25 | qmp: object-add: Validate class before creating object | Eduardo Habkost |
2014-04-25 | net: Don't use error_is_set() to suppress additional errors | Markus Armbruster |
2014-04-25 | net: Make qmp_query_rx_filter() with name argument more obvious | Markus Armbruster |
2014-04-25 | monitor: Add device_add and device_del completion. | Hani Benhabiles |
2014-04-25 | monitor: Add command_completion callback to mon_cmd_t. | Hani Benhabiles |