Age | Commit message (Expand) | Author | Files | Lines |
2014-06-02 | console: add kbd_put_string_console | Gerd Hoffmann | 1 | -0/+1 |
2014-06-02 | console: add kbd_put_qcode_console | Gerd Hoffmann | 1 | -0/+1 |
2014-05-28 | Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in... | Peter Maydell | 3 | -21/+32 |
2014-05-28 | tcg: Move size effects out of dh_arg | Richard Henderson | 2 | -50/+39 |
2014-05-28 | tcg: Remove sizemask and flags arguments to tcg_gen_callN | Richard Henderson | 2 | -14/+7 |
2014-05-28 | tcg: Save flags and computed sizemask in TCGHelperInfo | Richard Henderson | 1 | -16/+28 |
2014-05-28 | tcg: Move side effects out of dh_sizemask | Richard Henderson | 2 | -15/+8 |
2014-05-28 | tcg: Inline tcg_gen_helperN | Richard Henderson | 1 | -6/+6 |
2014-05-28 | tcg: Push tcg-runtime routines into exec/helper-* | Richard Henderson | 4 | -4/+11 |
2014-05-28 | tcg: Invert the inclusion of helper.h | Richard Henderson | 4 | -143/+166 |
2014-05-28 | ssi: Name the CS GPIO | Peter Crosthwaite | 1 | -0/+2 |
2014-05-28 | qdev: Implement named GPIOs | Peter Crosthwaite | 1 | -4/+20 |
2014-05-28 | machine: Make -machine opts properties of MachineState | Marcel Apfelbaum | 1 | -3/+3 |
2014-05-28 | machine: Conversion of QEMUMachineInitArgs to MachineState | Marcel Apfelbaum | 1 | -17/+10 |
2014-05-28 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 3 | -3/+38 |
2014-05-28 | block: Add backing_blocker in BlockDriverState | Fam Zheng | 1 | -0/+3 |
2014-05-28 | block: Add bdrv_set_backing_hd() | Fam Zheng | 1 | -0/+1 |
2014-05-28 | block: Replace in_use with operation blocker | Fam Zheng | 3 | -3/+3 |
2014-05-28 | block: Introduce op_blockers to BlockDriverState | Fam Zheng | 2 | -0/+12 |
2014-05-28 | block: Add BlockOpType enum | Fam Zheng | 1 | -0/+19 |
2014-05-28 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-1' into staging | Peter Maydell | 1 | -0/+1 |
2014-05-28 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-9' into staging | Peter Maydell | 2 | -2/+6 |
2014-05-27 | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-05-26' in... | Peter Maydell | 1 | -22/+23 |
2014-05-26 | input: bind devices and input routing | Gerd Hoffmann | 1 | -0/+3 |
2014-05-26 | input: switch hid mouse and tablet to the new input layer api. | Gerd Hoffmann | 1 | -1/+0 |
2014-05-26 | input: switch hid keyboard to new input layer api. | Gerd Hoffmann | 1 | -1/+2 |
2014-05-26 | input: add qemu_input_key_number_to_qcode | Gerd Hoffmann | 1 | -0/+1 |
2014-05-26 | console: add kbd_put_keysym_console | Gerd Hoffmann | 1 | -0/+1 |
2014-05-24 | tcg-mips: Enable direct chaining of TBs | Richard Henderson | 1 | -2/+2 |
2014-05-24 | bswap.h: Rename ldl_p, stl_p, etc to ldl_he_p, stl_he_p, etc | Peter Maydell | 1 | -22/+23 |
2014-05-22 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-chardev-2' into staging | Peter Maydell | 1 | -6/+0 |
2014-05-22 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140520' into staging | Peter Maydell | 4 | -13/+82 |
2014-05-21 | error: error_is_set() is finally unused; remove | Markus Armbruster | 1 | -6/+0 |
2014-05-20 | s390x/virtio-ccw: wire up irq routing and irqfds | Cornelia Huck | 4 | -0/+38 |
2014-05-20 | s390x: add I/O adapter registration | Cornelia Huck | 1 | -0/+2 |
2014-05-20 | s390x: split flic into kvm and non-kvm parts | Cornelia Huck | 1 | -11/+40 |
2014-05-20 | kvm: Fix enable_cap helpers on older gcc | Alexander Graf | 1 | -2/+2 |
2014-05-20 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 4 | -4/+12 |
2014-05-19 | Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging | Peter Maydell | 2 | -9/+4 |
2014-05-19 | block: optimize zero writes with bdrv_write_zeroes | Peter Lieven | 1 | -0/+1 |
2014-05-19 | util: add qemu_iovec_is_zero | Peter Lieven | 1 | -0/+1 |
2014-05-19 | qdict: Add qdict_join() | Max Reitz | 1 | -0/+3 |
2014-05-19 | block: Fix bdrv_is_allocated() for short backing files | Kevin Wolf | 1 | -4/+7 |
2014-05-16 | input: add qemu_input_handler_deactivate | Gerd Hoffmann | 1 | -0/+1 |
2014-05-16 | input: key mapping helpers | Gerd Hoffmann | 1 | -0/+4 |
2014-05-15 | qapi: Replace start_optional()/end_optional() by optional() | Markus Armbruster | 2 | -6/+4 |
2014-05-15 | qapi: Remove unused Visitor callbacks start_handle(), end_handle() | Markus Armbruster | 1 | -3/+0 |
2014-05-15 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-s390-20140515' into s... | Peter Maydell | 1 | -0/+9 |
2014-05-15 | tcg-s390: Implement direct chaining of TBs | Richard Henderson | 1 | -0/+9 |
2014-05-15 | Merge remote-tracking branch 'remotes/kvm/uq/master' into staging | Peter Maydell | 2 | -5/+25 |