summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target-mips: add ALIGN, DALIGN, BITSWAP and DBITSWAP instructionsYongbok Kim2014-10-134-12/+140
* target-mips: Status.UX/SX/KX enable 32-bit address wrappingLeon Alrae2014-10-132-9/+15
* target-mips: move CLO, DCLO, CLZ, DCLZ, SDBBP and free special2 in R6Leon Alrae2014-10-132-59/+67
* target-mips: redefine Integer Multiply and Divide instructionsLeon Alrae2014-10-132-21/+338
* target-mips: move PREF, CACHE, LLD and SCD instructionsLeon Alrae2014-10-132-1/+32
* target-mips: signal RI Exception on DSP and Loongson instructionsLeon Alrae2014-10-131-97/+98
* target-mips: split decode_opc_special* into *_r6 and *_legacyLeon Alrae2014-10-131-68/+160
* target-mips: extract decode_opc_special* from decode_opcLeon Alrae2014-10-131-805/+845
* target-mips: move LL and SC instructionsLeon Alrae2014-10-132-3/+34
* target-mips: add SELEQZ and SELNEZ instructionsLeon Alrae2014-10-132-2/+24
* target-mips: signal RI Exception on instructions removed in R6Leon Alrae2014-10-131-8/+56
* target-mips: define ISA_MIPS64R6Leon Alrae2014-10-131-9/+19
* Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20141010' into stagingPeter Maydell2014-10-1018-96/+323
|\
| * s390x/virtio-ccw: fix vhost-scsi intializationCornelia Huck2014-10-101-1/+1
| * s390x/migration: migrate CPU stateThomas Huth2014-10-104-7/+82
| * s390x/kvm: synchronize the cpu state after SIGP (INITIAL) CPU RESETDavid Hildenbrand2014-10-101-0/+2
| * s390x/kvm: reuse kvm_s390_reset_vcpu() to get rid of ifdefsDavid Hildenbrand2014-10-103-12/+7
| * s390x/kvm: propagate s390 cpu state to kvmDavid Hildenbrand2014-10-104-2/+50
| * s390x/kvm: proper use of the cpu states OPERATING and STOPPEDDavid Hildenbrand2014-10-106-50/+79
| * s390x/kvm: introduce proper states for s390 cpusDavid Hildenbrand2014-10-103-32/+57
| * linux-headers: update to 3.17-rc7Jens Freimann2014-10-107-5/+58
* | kvm fix compilation with GCC 4.3.4Paolo Bonzini2014-10-101-2/+2
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-10-0929-235/+711
|\
| * qemu-char: Fix reconnect socket error reportingCorey Minyard2014-10-091-18/+34
| * qemu-sockets: Add error to non-blocking connect handlerCorey Minyard2014-10-095-12/+25
| * qemu-error: Add error_vreport()Corey Minyard2014-10-092-5/+19
| * virtio-scsi: fix use-after-free of VirtIOSCSIReqPaolo Bonzini2014-10-091-4/+5
| * linuxboot: compute initrd loading addressPaolo Bonzini2014-10-093-7/+61
| * kvm: Make KVMState be the TYPE_KVM_ACCEL instance structEduardo Habkost2014-10-091-4/+9
| * accel: Create accel object when initializing machineEduardo Habkost2014-10-092-0/+9
| * accel: Pass MachineState object to accel init functionsEduardo Habkost2014-10-098-13/+14
| * accel: Rename 'init' method to 'init_machine'Eduardo Habkost2014-10-045-8/+8
| * accel: Move accel init/allowed code to separate functionEduardo Habkost2014-10-041-3/+12
| * accel: Remove tcg_available() functionEduardo Habkost2014-10-043-7/+0
| * accel: Move qtest accel registration to qtest.cEduardo Habkost2014-10-043-20/+26
| * accel: Move Xen registration code to xen-common.cEduardo Habkost2014-10-044-26/+24
| * accel: Move KVM accel registration to kvm-all.cEduardo Habkost2014-10-044-26/+25
| * accel: Report unknown accelerator as "not found" instead of "does not exist"Eduardo Habkost2014-10-041-1/+1
| * accel: Make AccelClass.available() optionalEduardo Habkost2014-10-041-1/+1
| * accel: Use QOM classes for accel typesEduardo Habkost2014-10-042-24/+123
| * accel: Move accel name lookup to separate functionEduardo Habkost2014-10-041-24/+33
| * accel: Simplify configure_accelerator() using AccelType *acc variableEduardo Habkost2014-10-041-8/+10
| * accel: Create AccelType typedefEduardo Habkost2014-10-041-2/+4
| * accel: Move accel code to accel.cEduardo Habkost2014-10-044-80/+147
| * vl.c: Small coding style fixEduardo Habkost2014-10-041-1/+1
| * qemu-char: Print the remote and local addresses for a socketCorey Minyard2014-10-041-9/+18
| * qemu-char: Add reconnecting to client socketsCorey Minyard2014-10-043-17/+96
| * qemu-char: set socket filename to disconnected when not connectedCorey Minyard2014-10-041-38/+72
| * qemu-char: Move some items into TCPCharDriverCorey Minyard2014-10-041-14/+51
| * qemu-char: Rework qemu_chr_open_socket() for reconnectCorey Minyard2014-10-041-50/+68
OpenPOWER on IntegriCloud