aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-27target-tricore: Add instructions of RR1 opcode format, that have 0x93 as firs...Bastian Koppelmann1-0/+182
2015-01-26target-tricore: split up suov32 into suov32_pos and suov32_negBastian Koppelmann1-15/+26
2015-01-26target-tricore: Fix bugs found by coverityBastian Koppelmann2-1/+3
2015-01-26target-tricore: calculate av bits before saturationBastian Koppelmann1-12/+16
2015-01-26target-tricore: Several translator and cpu model fixesBastian Koppelmann3-4/+5
2015-01-26target-tricore: Add missing ULL suffix on 64 bit constantPeter Maydell1-1/+1
2015-01-26qemu-timer.c: Trim list of included headersPeter Maydell1-6/+2
2015-01-26Merge remote-tracking branch 'remotes/sstabellini/xen-2015-01-26' into stagingPeter Maydell1-4/+9
2015-01-26fix QEMU build on Xen/ARMStefano Stabellini1-4/+9
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