summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-22monitor: add query-vnc-servers commandGerd Hoffmann3-0/+206
2015-01-22vnc: factor out qmp_query_client_listGerd Hoffmann1-15/+15
2015-01-22vnc: track & limit connectionsGerd Hoffmann2-3/+46
2015-01-22vnc: update docs/multiseat.txtGerd Hoffmann1-4/+14
2015-01-22vnc: allow binding servers to qemu consolesGerd Hoffmann1-7/+43
2015-01-22vnc: switch to QemuOpts, allow multiple serversGerd Hoffmann4-132/+199
2015-01-22vnc: add display id to acl namesGerd Hoffmann1-2/+20
2015-01-22vnc: remove unused DisplayState parameter, add id instead.Gerd Hoffmann3-26/+26
2015-01-22vnc: remove vnc_display globalGerd Hoffmann2-22/+43
2015-01-20Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20150120' into ...Peter Maydell30-309/+242
2015-01-20cpu_ldst.h: Don't define helpers if MMU_MODE*_SUFFIX not definedPeter Maydell1-4/+8
2015-01-20cpu_ldst.h, cpu-all.h, bswap.h: Update documentation on ld/st accessorsPeter Maydell3-38/+32
2015-01-20cpu_ldst_template.h: Drop unused cpu_ldfq/stfq/ldfl/stfl accessorsPeter Maydell1-53/+1
2015-01-20cpu_ldst.h: Drop unused _raw macros, saddr() and laddr()Peter Maydell1-23/+0
2015-01-20cpu_ldst_template.h: Use ld*_p directly rather than via ld*_raw macrosPeter Maydell1-3/+3
2015-01-20cpu_ldst.h: Use inline functions for usermode cpu_ld/st accessorsPeter Maydell3-40/+127
2015-01-20cpu_ldst.h: Remove unused very short ld*/st* definesPeter Maydell1-26/+0
2015-01-20cpu_ldst.h: Drop unused ld/st*_kernel definesPeter Maydell1-15/+0
2015-01-20target-mips: Don't use _raw load/store accessorsPeter Maydell1-2/+2
2015-01-20linux-user/main.c (m68k): Use get_user_u16 rather than lduw in cpu_loopPeter Maydell1-1/+1
2015-01-20linux-user/vm86.c: Use cpu_ldl_data &c rather than plain ldl &cPeter Maydell1-26/+31
2015-01-20bsd-user/elfload.c: Don't use ldl() or ldq_raw()Peter Maydell1-4/+7
2015-01-20linux-user/elfload.c: Don't use _raw accessor functionsPeter Maydell1-2/+5
2015-01-20target-sparc: Don't use {ld, st}*_raw functionsPeter Maydell1-12/+12
2015-01-20monitor.c: Use ld*_p() instead of ld*_raw()Peter Maydell1-4/+4
2015-01-20cpu_ldst.h: Remove unused ldul_ macrosPeter Maydell1-9/+0
2015-01-20exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell17-48/+2
2015-01-20scripts/qapi-types.py: Add dummy member to empty structsPeter Maydell1-0/+8
2015-01-20Merge remote-tracking branch 'remotes/sstabellini/xen-2015-01-20-v2' into sta...Peter Maydell8-53/+526
2015-01-20xen: add a lock for the mapcachePaolo Bonzini1-11/+43
2015-01-20xen: do not use __-named variables in mapcachePaolo Bonzini1-20/+20
2015-01-20Xen: Use the ioreq-server API when availablePaul Durrant4-22/+399
2015-01-20Add device listener interfacePaul Durrant3-0/+64
2015-01-19Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20150119-1' in...Peter Maydell12-36/+137
2015-01-19ui/sdl2: Support shared surface for more pixman formatsGerd Hoffmann3-6/+22
2015-01-19ui/sdl: Support shared surface for more pixman formatsBenjamin Herrenschmidt1-6/+20
2015-01-19ui/gtk: Support shared surface for most pixman formatsBenjamin Herrenschmidt1-6/+7
2015-01-19ui/spice: Support shared surface for most pixman formatsGerd Hoffmann1-6/+7
2015-01-19ui/vnc: Support shared surface for most pixman formatsBenjamin Herrenschmidt1-7/+8
2015-01-19ui/pixman: add qemu_pixman_check_formatGerd Hoffmann2-0/+29
2015-01-19ui: Add dpy_gfx_check_format() to check backend shared surface supportBenjamin Herrenschmidt3-4/+43
2015-01-19ui: Make qemu_default_pixman_format() return 0 on unsupported formatsBenjamin Herrenschmidt1-1/+1
2015-01-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150116'...Peter Maydell2-85/+70
2015-01-16fw_cfg: fix endianness in fw_cfg_data_mem_read() / _write()Laszlo Ersek1-34/+7
2015-01-16target-arm: crypto: fix BE host supportArd Biesheuvel1-51/+63
2015-01-16Merge remote-tracking branch 'remotes/amit-migration/tags/mig-2.3-1' into sta...Peter Maydell13-46/+143
2015-01-16vmstate: type-check sub-arraysPaolo Bonzini1-1/+1
2015-01-16migration_cancel: shutdown migration socketDr. David Alan Gilbert1-0/+12
2015-01-16Handle bi-directional communication for fd migrationCristian Klein1-2/+22
2015-01-16socket shutdownDr. David Alan Gilbert4-4/+48