Age | Commit message (Expand) | Author | Files | Lines |
2013-01-04 | spice: drop incorrect vm_change_state_handler() opaque | Stefan Hajnoczi | 1 | -3/+2 |
2012-12-22 | build: fix includes for VNC | Paolo Bonzini | 1 | -1/+0 |
2012-12-19 | Merge remote-tracking branch 'bonzini/header-dirs' into staging | Anthony Liguori | 29 | -269/+7305 |
2012-12-19 | softmmu: move remaining include files to include/ subdirectories | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 8 | -8/+8 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 12 | -22/+22 |
2012-12-19 | migration: move include files to include/migration/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini | 4 | -4/+4 |
2012-12-19 | qapi: move include files to include/qobject/ | Paolo Bonzini | 5 | -8/+8 |
2012-12-19 | janitor: add guards to headers | Paolo Bonzini | 2 | -0/+9 |
2012-12-19 | ui: move files to ui/ and include/ui/ | Paolo Bonzini | 18 | -225/+7252 |
2012-12-19 | janitor: do not include qemu-char everywhere | Paolo Bonzini | 1 | -1/+0 |
2012-12-19 | build: move rules from Makefile to */Makefile.objs | Paolo Bonzini | 1 | -0/+5 |
2012-12-17 | spice-qemu-char: register spicevmc ports during qemu_spice_init() | Marc-André Lureau | 2 | -0/+5 |
2012-12-17 | spice-qemu-char: add spiceport chardev | Marc-André Lureau | 1 | -0/+3 |
2012-12-17 | qxl+vnc: register a vm state change handler for dummy spice_server | Uri Lublin | 1 | -0/+2 |
2012-12-14 | pixman: fix vnc tight png/jpeg support | Gerd Hoffmann | 2 | -3/+3 |
2012-12-10 | Merge remote-tracking branch 'afaerber/qom-cpu' into staging | Anthony Liguori | 1 | -0/+2 |
2012-12-08 | curses: Remove OpenBSD workaround | Brad Smith | 1 | -4/+0 |
2012-12-06 | ui/vnc-palette.c: Include headers it needs | Eduardo Habkost | 1 | -0/+2 |
2012-11-26 | Merge remote-tracking branch 'spice/spice.v64' into staging | Anthony Liguori | 2 | -1/+36 |
2012-11-26 | vnc: fix option misspelling ("non-adapative" -> "non-adaptive") | Catalin Patulea | 1 | -1/+1 |
2012-11-21 | spice: add new spice-server callbacks to ui/spice-display.c | Gerd Hoffmann | 1 | -0/+35 |
2012-11-21 | Fix the inconsistency in x509-dh-key-file parameter | Lei Li | 1 | -1/+1 |
2012-11-15 | vnc-palette.h: Include <stdbool.h> | Eduardo Habkost | 1 | -0/+1 |
2012-11-05 | spice: fix initialization order | Gerd Hoffmann | 1 | -1/+1 |
2012-11-05 | spice: switch to pixman | Gerd Hoffmann | 2 | -33/+25 |
2012-11-03 | Merge branch 'trivial-patches' of git://github.com/stefanha/qemu | Blue Swirl | 4 | -18/+12 |
2012-11-02 | ui/cocoa.m: Update to new DisplayChangeListener member names | Peter Maydell | 1 | -2/+2 |
2012-11-01 | vnc: add missing static | Blue Swirl | 4 | -18/+12 |
2012-11-01 | pixman/vnc: remove dead code. | Gerd Hoffmann | 3 | -87/+27 |
2012-11-01 | pixman/vnc: remove rgb_prepare_row* functions | Gerd Hoffmann | 1 | -74/+10 |
2012-11-01 | pixman/vnc: use pixman images in vnc. | Gerd Hoffmann | 7 | -228/+259 |
2012-11-01 | console: remove DisplayAllocator | Gerd Hoffmann | 1 | -111/+6 |
2012-11-01 | console: remove dpy_gfx_fill | Gerd Hoffmann | 1 | -7/+0 |
2012-11-01 | console: untangle gfx & txt updates | Gerd Hoffmann | 4 | -26/+19 |
2012-11-01 | console: move set_mouse + cursor_define callbacks | Gerd Hoffmann | 3 | -10/+10 |
2012-10-23 | vnc: drop QERR_VNC_SERVER_FAILED | Paolo Bonzini | 1 | -3/+0 |
2012-10-23 | vnc: add error propagation to vnc_display_open | Paolo Bonzini | 1 | -19/+23 |
2012-10-23 | vnc: reorganize code for reverse mode | Paolo Bonzini | 1 | -11/+9 |
2012-10-23 | vnc: introduce a single label for error returns | Paolo Bonzini | 1 | -25/+17 |
2012-10-23 | vnc: avoid Yoda conditionals | Paolo Bonzini | 1 | -2/+2 |
2012-10-23 | qemu-sockets: add Error ** to all functions | Paolo Bonzini | 1 | -2/+2 |
2012-10-19 | ui/vnc-jobs.c: Fix minor typos in comments | Peter Maydell | 1 | -8/+8 |
2012-10-19 | ui/vnc: Only report/use TIGHT_PNG encoding if enabled. | Joel Martin | 1 | -0/+2 |
2012-10-12 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori | 1 | -0/+4 |
2012-10-12 | vnc: fix "info vnc" with "-vnc ..., reverse=on" | Paolo Bonzini | 1 | -0/+4 |
2012-10-08 | spice: raise requirement to 0.12 | Gerd Hoffmann | 3 | -92/+2 |
2012-10-06 | Merge branch 'trivial-patches' of git://github.com/stefanha/qemu | Aurelien Jarno | 2 | -2/+1 |
2012-10-05 | cleanup useless return sentence | Amos Kong | 1 | -1/+0 |