summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-26Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell54-192/+944
2015-01-26kvm_stat: Add RESET support for perf event ioctlWei Huang1-0/+5
2015-01-26target-i386: Disable HLE and RTM on Haswell & BroadwellEduardo Habkost3-5/+12
2015-01-26sparse: Fix build with sparse on .S filesChristian Borntraeger1-0/+1
2015-01-26exec: fix madvise of NULL pointerPaolo Bonzini1-6/+7
2015-01-26.travis.yml: Add "--enable-modules"Paolo Bonzini1-0/+3
2015-01-26apic: do not dereference pointer before it is checked for NULLPaolo Bonzini1-3/+5
2015-01-26kvm_stat: Print errno when syscall to perf_event_open() failsWei Huang1-1/+6
2015-01-26kvm_stat: Update exit reasons to the latest defintionWei Huang1-0/+4
2015-01-26kvm_stat: Add aarch64 supportWei Huang1-0/+8
2015-01-26hw: misc, add educational driverJiri Slaby5-0/+525
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/kevin/tags/for-upstream' into stagingPeter Maydell17-98/+239
2015-01-23Merge remote-tracking branch 'mreitz/block' into queue-blockKevin Wolf3-7/+59
2015-01-23iotests: Lower 064's memory usageMax Reitz2-6/+47
2015-01-23block: vhdx - force FileOffsetMB field to '0' for certain block statesJeff Cody1-1/+12
2015-01-23block: update string sizes for filename,backing_file,exact_filenameJeff Cody6-12/+13
2015-01-23block: mirror - change string allocation to 2-bytesJeff Cody1-1/+2
2015-01-23block: remove unused variable in bdrv_commitJeff Cody1-3/+0
2015-01-23block: qapi - move string allocation from stack to the heapJeff Cody1-3/+4
2015-01-23block: vmdk - move string allocations from stack to the heapJeff Cody1-16/+23
2015-01-23block: vmdk - make ret variable usage clearJeff Cody1-6/+8
2015-01-23iotests: Add tests for more corruption casesMax Reitz2-0/+28
2015-01-23qcow2: Add two more unalignment checksMax Reitz1-0/+21
2015-01-23virtio-blk: Use blk_aio_ioctlFam Zheng1-46/+79
2015-01-23virtio-blk: Pass req to virtio_blk_handle_scsi_reqFam Zheng2-7/+5
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