summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini27-33/+45
2015-01-26qemu-timer: introduce timer_deinitPaolo Bonzini2-3/+22
2015-01-26qemu-timer: add timer_init and timer_init_ns/us/msPaolo Bonzini1-0/+73
2015-01-26target-i386: make xmm_regs 512-bit widePaolo Bonzini3-104/+59
2015-01-26target-i386: use vmstate_offset_sub_array for AVX registersPaolo Bonzini2-12/+26
2015-01-26tests/multiboot: Add test for modulesKevin Wolf7-2/+119
2015-01-26multiboot: Fix offset of bootloader nameKevin Wolf1-7/+9
2015-01-26tests/multiboot: Update reference outputKevin Wolf1-19/+18
2015-01-26pc: fix KVM features in pc-1.3 and earlier machine typesPaolo Bonzini1-2/+2
2015-01-23Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20150123' into ...Peter Maydell1-0/+1
2015-01-23seccomp: add mlockall to whitelistPaolo Bonzini1-0/+1
2015-01-22Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20150122-1' into...Peter Maydell1-2/+2
2015-01-22Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150122-1' into...Peter Maydell2-1/+34
2015-01-22Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150122-1' into ...Peter Maydell3-4/+14
2015-01-22Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20150122-1' into s...Peter Maydell8-198/+611
2015-01-22hw/input/hid.c Fix capslock hid codeDinar Valeev1-1/+1
2015-01-22hid: handle full ptr queues in post_loadGerd Hoffmann1-0/+21
2015-01-22input: improve docs for input-send-event qmp commandGerd Hoffmann1-0/+12
2015-01-22Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell3-61/+7
2015-01-22monitor: add vnc websocketsGerd Hoffmann2-4/+16
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-22spice: fix coverity reported defect in display codeGerd Hoffmann1-3/+3
2015-01-22spice: add unix address supportMarc-André Lureau2-1/+11
2015-01-22sb16: fix interrupt acknowledgementPaolo Bonzini1-2/+2
2015-01-21disas/sparc: Remove unused data sparc_opcode_archs[]Peter Maydell1-32/+0
2015-01-21target-sparc: Mark gen_load_trap_state_at_tl() as !CONFIG_USER_ONLYPeter Maydell1-0/+2
2015-01-21target-sparc: is_translating_asi() is TARGET_SPARC64 onlyPeter Maydell1-6/+2
2015-01-21target-sparc: address_mask(), asi_address_mask() are TARGET_SPARC64 onlyPeter Maydell1-0/+4
2015-01-21target-sparc: Remove unused gen_op_subi_cc and gen_op_addi_ccPeter Maydell1-24/+0
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