Age | Commit message (Expand) | Author |
2014-10-14 | target-mips: add new Floating Point Comparison instructions | Yongbok Kim |
2014-10-14 | target-mips: add new Floating Point instructions | Leon Alrae |
2014-10-14 | softfloat: add functions corresponding to IEEE-2008 min/maxNumMag | Leon Alrae |
2014-10-14 | target-mips: add AUI, LSA and PCREL instruction families | Leon Alrae |
2014-10-13 | target-mips: add compact and CP1 branches | Yongbok Kim |
2014-10-13 | target-mips: add ALIGN, DALIGN, BITSWAP and DBITSWAP instructions | Yongbok Kim |
2014-10-13 | target-mips: Status.UX/SX/KX enable 32-bit address wrapping | Leon Alrae |
2014-10-13 | target-mips: move CLO, DCLO, CLZ, DCLZ, SDBBP and free special2 in R6 | Leon Alrae |
2014-10-13 | target-mips: redefine Integer Multiply and Divide instructions | Leon Alrae |
2014-10-13 | target-mips: move PREF, CACHE, LLD and SCD instructions | Leon Alrae |
2014-10-13 | target-mips: signal RI Exception on DSP and Loongson instructions | Leon Alrae |
2014-10-13 | target-mips: split decode_opc_special* into *_r6 and *_legacy | Leon Alrae |
2014-10-13 | target-mips: extract decode_opc_special* from decode_opc | Leon Alrae |
2014-10-13 | target-mips: move LL and SC instructions | Leon Alrae |
2014-10-13 | target-mips: add SELEQZ and SELNEZ instructions | Leon Alrae |
2014-10-13 | target-mips: signal RI Exception on instructions removed in R6 | Leon Alrae |
2014-10-13 | target-mips: define ISA_MIPS64R6 | Leon Alrae |
2014-10-10 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20141010' into staging | Peter Maydell |
2014-10-10 | kvm fix compilation with GCC 4.3.4 | Paolo Bonzini |
2014-10-10 | s390x/virtio-ccw: fix vhost-scsi intialization | Cornelia Huck |
2014-10-10 | s390x/migration: migrate CPU state | Thomas Huth |
2014-10-10 | s390x/kvm: synchronize the cpu state after SIGP (INITIAL) CPU RESET | David Hildenbrand |
2014-10-10 | s390x/kvm: reuse kvm_s390_reset_vcpu() to get rid of ifdefs | David Hildenbrand |
2014-10-10 | s390x/kvm: propagate s390 cpu state to kvm | David Hildenbrand |
2014-10-10 | s390x/kvm: proper use of the cpu states OPERATING and STOPPED | David Hildenbrand |
2014-10-10 | s390x/kvm: introduce proper states for s390 cpus | David Hildenbrand |
2014-10-10 | linux-headers: update to 3.17-rc7 | Jens Freimann |
2014-10-09 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2014-10-09 | qemu-char: Fix reconnect socket error reporting | Corey Minyard |
2014-10-09 | qemu-sockets: Add error to non-blocking connect handler | Corey Minyard |
2014-10-09 | qemu-error: Add error_vreport() | Corey Minyard |
2014-10-09 | virtio-scsi: fix use-after-free of VirtIOSCSIReq | Paolo Bonzini |
2014-10-09 | linuxboot: compute initrd loading address | Paolo Bonzini |
2014-10-09 | kvm: Make KVMState be the TYPE_KVM_ACCEL instance struct | Eduardo Habkost |
2014-10-09 | accel: Create accel object when initializing machine | Eduardo Habkost |
2014-10-09 | accel: Pass MachineState object to accel init functions | Eduardo Habkost |
2014-10-07 | Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20141006-2' i... | Peter Maydell |
2014-10-06 | translate-all.c: memory walker initial address miscalculation | Mikhail Ilyin |
2014-10-06 | linux-user: don't include timerfd if not needed | Riku Voipio |
2014-10-06 | linux-user: Simplify timerid checks on g_posix_timers range | Alexander Graf |
2014-10-06 | linux-user: Convert blkpg to use a special subop handler | Alexander Graf |
2014-10-06 | linux-user: Enable epoll_pwait syscall for ARM | Peter Maydell |
2014-10-06 | gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flag | Peter Maydell |
2014-10-06 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2014-10-04 | blockdev-test: Test device_del after drive_del | Markus Armbruster |
2014-10-04 | blockdev-test: Factor out some common code into helpers | Markus Armbruster |
2014-10-04 | blockdev-test: Simplify by using g_assert_cmpstr() | Markus Armbruster |
2014-10-04 | blockdev-test: Clean up bogus drive_add argument | Markus Armbruster |
2014-10-04 | blockdev-test: Use single rather than double quotes in QMP | Markus Armbruster |
2014-10-04 | drive_del-test: Merge of qdev-monitor-test, blockdev-test | Markus Armbruster |