summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: update string sizes for filename,backing_file,exact_filenameJeff Cody2015-01-236-12/+13
* block: mirror - change string allocation to 2-bytesJeff Cody2015-01-231-1/+2
* block: remove unused variable in bdrv_commitJeff Cody2015-01-231-3/+0
* block: qapi - move string allocation from stack to the heapJeff Cody2015-01-231-3/+4
* block: vmdk - move string allocations from stack to the heapJeff Cody2015-01-231-16/+23
* block: vmdk - make ret variable usage clearJeff Cody2015-01-231-6/+8
* iotests: Add tests for more corruption casesMax Reitz2015-01-232-0/+28
* qcow2: Add two more unalignment checksMax Reitz2015-01-231-0/+21
* virtio-blk: Use blk_aio_ioctlFam Zheng2015-01-231-46/+79
* virtio-blk: Pass req to virtio_blk_handle_scsi_reqFam Zheng2015-01-232-7/+5
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20150122-1' into...Peter Maydell2015-01-221-2/+2
|\
| * sb16: fix interrupt acknowledgementPaolo Bonzini2015-01-221-2/+2
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150122-1' into...Peter Maydell2015-01-222-1/+34
|\ \
| * | hw/input/hid.c Fix capslock hid codeDinar Valeev2015-01-221-1/+1
| * | hid: handle full ptr queues in post_loadGerd Hoffmann2015-01-221-0/+21
| * | input: improve docs for input-send-event qmp commandGerd Hoffmann2015-01-221-0/+12
| |/
* | Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150122-1' into ...Peter Maydell2015-01-223-4/+14
|\ \
| * | spice: fix coverity reported defect in display codeGerd Hoffmann2015-01-221-3/+3
| * | spice: add unix address supportMarc-André Lureau2015-01-222-1/+11
| |/
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20150122-1' into s...Peter Maydell2015-01-228-198/+611
|\ \
| * | monitor: add vnc websocketsGerd Hoffmann2015-01-222-4/+16
| * | monitor: add query-vnc-servers commandGerd Hoffmann2015-01-223-0/+206
| * | vnc: factor out qmp_query_client_listGerd Hoffmann2015-01-221-15/+15
| * | vnc: track & limit connectionsGerd Hoffmann2015-01-222-3/+46
| * | vnc: update docs/multiseat.txtGerd Hoffmann2015-01-221-4/+14
| * | vnc: allow binding servers to qemu consolesGerd Hoffmann2015-01-221-7/+43
| * | vnc: switch to QemuOpts, allow multiple serversGerd Hoffmann2015-01-224-132/+199
| * | vnc: add display id to acl namesGerd Hoffmann2015-01-221-2/+20
| * | vnc: remove unused DisplayState parameter, add id instead.Gerd Hoffmann2015-01-223-26/+26
| * | vnc: remove vnc_display globalGerd Hoffmann2015-01-222-22/+43
| |/
* | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell2015-01-223-61/+7
|\ \ | |/ |/|
| * disas/sparc: Remove unused data sparc_opcode_archs[]Peter Maydell2015-01-211-32/+0
| * target-sparc: Mark gen_load_trap_state_at_tl() as !CONFIG_USER_ONLYPeter Maydell2015-01-211-0/+2
| * target-sparc: is_translating_asi() is TARGET_SPARC64 onlyPeter Maydell2015-01-211-6/+2
| * target-sparc: address_mask(), asi_address_mask() are TARGET_SPARC64 onlyPeter Maydell2015-01-211-0/+4
| * target-sparc: Remove unused gen_op_subi_cc and gen_op_addi_ccPeter Maydell2015-01-211-24/+0
|/
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20150120' into ...Peter Maydell2015-01-2030-309/+242
|\
| * cpu_ldst.h: Don't define helpers if MMU_MODE*_SUFFIX not definedPeter Maydell2015-01-201-4/+8
| * cpu_ldst.h, cpu-all.h, bswap.h: Update documentation on ld/st accessorsPeter Maydell2015-01-203-38/+32
| * cpu_ldst_template.h: Drop unused cpu_ldfq/stfq/ldfl/stfl accessorsPeter Maydell2015-01-201-53/+1
| * cpu_ldst.h: Drop unused _raw macros, saddr() and laddr()Peter Maydell2015-01-201-23/+0
| * cpu_ldst_template.h: Use ld*_p directly rather than via ld*_raw macrosPeter Maydell2015-01-201-3/+3
| * cpu_ldst.h: Use inline functions for usermode cpu_ld/st accessorsPeter Maydell2015-01-203-40/+127
| * cpu_ldst.h: Remove unused very short ld*/st* definesPeter Maydell2015-01-201-26/+0
| * cpu_ldst.h: Drop unused ld/st*_kernel definesPeter Maydell2015-01-201-15/+0
| * target-mips: Don't use _raw load/store accessorsPeter Maydell2015-01-201-2/+2
| * linux-user/main.c (m68k): Use get_user_u16 rather than lduw in cpu_loopPeter Maydell2015-01-201-1/+1
| * linux-user/vm86.c: Use cpu_ldl_data &c rather than plain ldl &cPeter Maydell2015-01-201-26/+31
| * bsd-user/elfload.c: Don't use ldl() or ldq_raw()Peter Maydell2015-01-201-4/+7
| * linux-user/elfload.c: Don't use _raw accessor functionsPeter Maydell2015-01-201-2/+5
OpenPOWER on IntegriCloud