| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20151103-1' into s... | Peter Maydell | 2015-11-03 | 2 | -2/+2 |
|\ |
|
| * | usb-host: fix usb3ep0quirk test | Gerd Hoffmann | 2015-11-03 | 1 | -1/+1 |
| * | ehci: clear suspend bit on detach | Gerd Hoffmann | 2015-11-03 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20151103-1' into st... | Peter Maydell | 2015-11-03 | 7 | -26/+94 |
|\ \
| |/
|/| |
|
| * | vnc: fix bug: vnc server can't start when 'to' is specified | Yang Hongyang | 2015-11-03 | 1 | -0/+2 |
| * | vnc: allow fall back to RAW encoding | Peter Lieven | 2015-11-03 | 1 | -2/+18 |
| * | ui/opengl: Reduce build required libraries for opengl | OGAWA Hirofumi | 2015-11-03 | 3 | -20/+7 |
| * | ui/curses: Fix pageup/pagedown on -curses | OGAWA Hirofumi | 2015-11-03 | 1 | -2/+6 |
| * | ui/curses: Support line graphics chars on -curses mode | OGAWA Hirofumi | 2015-11-03 | 2 | -1/+55 |
| * | ui/curses: Fix monitor color with -curses when 256 colors | OGAWA Hirofumi | 2015-11-03 | 1 | -1/+6 |
|/ |
|
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-11-02' into ... | Peter Maydell | 2015-11-02 | 74 | -607/+663 |
|\ |
|
| * | qapi: Simplify gen_struct_field() | Eric Blake | 2015-11-02 | 1 | -9/+7 |
| * | qapi: Reserve 'u' member name | Eric Blake | 2015-11-02 | 6 | -1/+11 |
| * | qapi: Finish converting to new qapi union layout | Eric Blake | 2015-11-02 | 1 | -22/+6 |
| * | tpm: Convert to new qapi union layout | Eric Blake | 2015-11-02 | 2 | -5/+5 |
| * | memory: Convert to new qapi union layout | Eric Blake | 2015-11-02 | 3 | -10/+10 |
| * | input: Convert to new qapi union layout | Eric Blake | 2015-11-02 | 9 | -123/+125 |
| * | char: Convert to new qapi union layout | Eric Blake | 2015-11-02 | 2 | -88/+88 |
| * | net: Convert to new qapi union layout | Eric Blake | 2015-11-02 | 10 | -32/+32 |
| * | sockets: Convert to new qapi union layout | Eric Blake | 2015-11-02 | 3 | -61/+61 |
| * | block: Convert to new qapi union layout | Eric Blake | 2015-11-02 | 4 | -41/+40 |
| * | tests: Convert to new qapi union layout | Eric Blake | 2015-11-02 | 3 | -62/+62 |
| * | qapi-visit: Convert to new qapi union layout | Eric Blake | 2015-11-02 | 1 | -15/+9 |
| * | qapi: Start converting to new qapi union layout | Eric Blake | 2015-11-02 | 2 | -8/+21 |
| * | qapi-visit: Remove redundant functions for flat union base | Eric Blake | 2015-11-02 | 1 | -17/+15 |
| * | qapi: Unbox base members | Eric Blake | 2015-11-02 | 15 | -87/+54 |
| * | qapi: Prefer typesafe upcasts to qapi base classes | Eric Blake | 2015-11-02 | 2 | -0/+21 |
| * | qapi-types: Refactor base fields output | Eric Blake | 2015-11-02 | 1 | -10/+14 |
| * | qapi-visit: Split off visit_type_FOO_fields forward decl | Eric Blake | 2015-11-02 | 1 | -6/+16 |
| * | vnc: Hoist allocation of VncBasicInfo to callers | Eric Blake | 2015-11-02 | 1 | -23/+34 |
| * | qapi: Reserve 'q_*' and 'has_*' member names | Eric Blake | 2015-11-02 | 14 | -35/+27 |
| * | qapi: Reserve '*List' type names for list types | Eric Blake | 2015-11-02 | 6 | -14/+11 |
| * | qapi: More robust conditions for when labels are needed | Eric Blake | 2015-11-02 | 2 | -2/+5 |
| * | qapi: More idiomatic string operations | Eric Blake | 2015-11-02 | 1 | -3/+3 |
| * | tests/qapi-schema: Test for reserved names, empty struct | Eric Blake | 2015-11-02 | 24 | -4/+59 |
| * | qapi-schema: mark InetSocketAddress as mandatory again | Daniel P. Berrange | 2015-11-02 | 1 | -4/+2 |
* | | Merge remote-tracking branch 'remotes/rth/tags/pull-tile-20151030' into staging | Peter Maydell | 2015-10-30 | 1 | -8/+14 |
|\ \
| |/
|/| |
|
| * | target-tilegx: Implement prefetch instructions in pipe y2 | Chen Gang | 2015-10-22 | 1 | -8/+14 |
* | | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 2015-10-30 | 21 | -116/+293 |
|\ \ |
|
| * | | block: Consider all child nodes in bdrv_requests_pending() | Kevin Wolf | 2015-10-29 | 1 | -5/+8 |
| * | | target-arm: xlnx-zynqmp: Add sdhci support. | Sai Pavan Boddu | 2015-10-29 | 2 | -0/+31 |
| * | | sdhci: Split sdhci.h for public and internal device usage | Sai Pavan Boddu | 2015-10-29 | 3 | -71/+99 |
| * | | sd.h: Move sd.h to include/hw/sd/ | Sai Pavan Boddu | 2015-10-29 | 8 | -7/+7 |
| * | | virtio: sync the dataplane vring state to the virtqueue before virtio_save | Pavel Butsykin | 2015-10-29 | 2 | -0/+10 |
| * | | gdb command: qemu handlers | Dr. David Alan Gilbert | 2015-10-29 | 2 | -1/+60 |
| * | | virtio-blk: switch off scsi-passthrough by default | Cornelia Huck | 2015-10-29 | 2 | -2/+6 |
| * | | ppc/spapr: add 2.4 compat props | Cornelia Huck | 2015-10-29 | 1 | -0/+9 |
| * | | s390x: include HW_COMPAT_* props | Cornelia Huck | 2015-10-29 | 1 | -0/+2 |
| * | | qemu-gdb: add $qemu_coroutine_sp and $qemu_coroutine_pc | Paolo Bonzini | 2015-10-29 | 2 | -0/+19 |
| * | | qemu-gdb: extract parts of "qemu coroutine" implementation | Paolo Bonzini | 2015-10-29 | 1 | -29/+27 |