summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-14target-mips: add new Floating Point instructionsLeon Alrae4-44/+543
2014-10-14softfloat: add functions corresponding to IEEE-2008 min/maxNumMagLeon Alrae2-6/+35
2014-10-14target-mips: add AUI, LSA and PCREL instruction familiesLeon Alrae2-17/+228
2014-10-13target-mips: add compact and CP1 branchesYongbok Kim2-17/+523
2014-10-13target-mips: add ALIGN, DALIGN, BITSWAP and DBITSWAP instructionsYongbok Kim4-12/+140
2014-10-13target-mips: Status.UX/SX/KX enable 32-bit address wrappingLeon Alrae2-9/+15
2014-10-13target-mips: move CLO, DCLO, CLZ, DCLZ, SDBBP and free special2 in R6Leon Alrae2-59/+67
2014-10-13target-mips: redefine Integer Multiply and Divide instructionsLeon Alrae2-21/+338
2014-10-13target-mips: move PREF, CACHE, LLD and SCD instructionsLeon Alrae2-1/+32
2014-10-13target-mips: signal RI Exception on DSP and Loongson instructionsLeon Alrae1-97/+98
2014-10-13target-mips: split decode_opc_special* into *_r6 and *_legacyLeon Alrae1-68/+160
2014-10-13target-mips: extract decode_opc_special* from decode_opcLeon Alrae1-805/+845
2014-10-13target-mips: move LL and SC instructionsLeon Alrae2-3/+34
2014-10-13target-mips: add SELEQZ and SELNEZ instructionsLeon Alrae2-2/+24
2014-10-13target-mips: signal RI Exception on instructions removed in R6Leon Alrae1-8/+56
2014-10-13target-mips: define ISA_MIPS64R6Leon Alrae1-9/+19
2014-10-10Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20141010' into stagingPeter Maydell18-96/+323
2014-10-10kvm fix compilation with GCC 4.3.4Paolo Bonzini1-2/+2
2014-10-10s390x/virtio-ccw: fix vhost-scsi intializationCornelia Huck1-1/+1
2014-10-10s390x/migration: migrate CPU stateThomas Huth4-7/+82
2014-10-10s390x/kvm: synchronize the cpu state after SIGP (INITIAL) CPU RESETDavid Hildenbrand1-0/+2
2014-10-10s390x/kvm: reuse kvm_s390_reset_vcpu() to get rid of ifdefsDavid Hildenbrand3-12/+7
2014-10-10s390x/kvm: propagate s390 cpu state to kvmDavid Hildenbrand4-2/+50
2014-10-10s390x/kvm: proper use of the cpu states OPERATING and STOPPEDDavid Hildenbrand6-50/+79
2014-10-10s390x/kvm: introduce proper states for s390 cpusDavid Hildenbrand3-32/+57
2014-10-10linux-headers: update to 3.17-rc7Jens Freimann7-5/+58
2014-10-09Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell29-235/+711
2014-10-09qemu-char: Fix reconnect socket error reportingCorey Minyard1-18/+34
2014-10-09qemu-sockets: Add error to non-blocking connect handlerCorey Minyard5-12/+25
2014-10-09qemu-error: Add error_vreport()Corey Minyard2-5/+19
2014-10-09virtio-scsi: fix use-after-free of VirtIOSCSIReqPaolo Bonzini1-4/+5
2014-10-09linuxboot: compute initrd loading addressPaolo Bonzini3-7/+61
2014-10-09kvm: Make KVMState be the TYPE_KVM_ACCEL instance structEduardo Habkost1-4/+9
2014-10-09accel: Create accel object when initializing machineEduardo Habkost2-0/+9
2014-10-09accel: Pass MachineState object to accel init functionsEduardo Habkost8-13/+14
2014-10-07Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20141006-2' i...Peter Maydell7-45/+104
2014-10-06translate-all.c: memory walker initial address miscalculationMikhail Ilyin3-28/+27
2014-10-06linux-user: don't include timerfd if not neededRiku Voipio1-1/+3
2014-10-06linux-user: Simplify timerid checks on g_posix_timers rangeAlexander Graf1-13/+17
2014-10-06linux-user: Convert blkpg to use a special subop handlerAlexander Graf3-2/+56
2014-10-06linux-user: Enable epoll_pwait syscall for ARMPeter Maydell1-1/+1
2014-10-06gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flagPeter Maydell7-9/+31
2014-10-06Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell52-285/+500
2014-10-04blockdev-test: Test device_del after drive_delMarkus Armbruster1-0/+32
2014-10-04blockdev-test: Factor out some common code into helpersMarkus Armbruster1-25/+25
2014-10-04blockdev-test: Simplify by using g_assert_cmpstr()Markus Armbruster1-7/+2
2014-10-04blockdev-test: Clean up bogus drive_add argumentMarkus Armbruster1-1/+1
2014-10-04blockdev-test: Use single rather than double quotes in QMPMarkus Armbruster1-16/+16
2014-10-04drive_del-test: Merge of qdev-monitor-test, blockdev-testMarkus Armbruster3-75/+48
2014-10-04iotests: qemu-img info output for corrupt imageMax Reitz2-0/+12