index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
target-mips: add compact and CP1 branches
Yongbok Kim
2014-10-13
2
-17
/
+523
*
target-mips: add ALIGN, DALIGN, BITSWAP and DBITSWAP instructions
Yongbok Kim
2014-10-13
4
-12
/
+140
*
target-mips: Status.UX/SX/KX enable 32-bit address wrapping
Leon Alrae
2014-10-13
2
-9
/
+15
*
target-mips: move CLO, DCLO, CLZ, DCLZ, SDBBP and free special2 in R6
Leon Alrae
2014-10-13
2
-59
/
+67
*
target-mips: redefine Integer Multiply and Divide instructions
Leon Alrae
2014-10-13
2
-21
/
+338
*
target-mips: move PREF, CACHE, LLD and SCD instructions
Leon Alrae
2014-10-13
2
-1
/
+32
*
target-mips: signal RI Exception on DSP and Loongson instructions
Leon Alrae
2014-10-13
1
-97
/
+98
*
target-mips: split decode_opc_special* into *_r6 and *_legacy
Leon Alrae
2014-10-13
1
-68
/
+160
*
target-mips: extract decode_opc_special* from decode_opc
Leon Alrae
2014-10-13
1
-805
/
+845
*
target-mips: move LL and SC instructions
Leon Alrae
2014-10-13
2
-3
/
+34
*
target-mips: add SELEQZ and SELNEZ instructions
Leon Alrae
2014-10-13
2
-2
/
+24
*
target-mips: signal RI Exception on instructions removed in R6
Leon Alrae
2014-10-13
1
-8
/
+56
*
target-mips: define ISA_MIPS64R6
Leon Alrae
2014-10-13
1
-9
/
+19
*
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20141010' into staging
Peter Maydell
2014-10-10
18
-96
/
+323
|
\
|
*
s390x/virtio-ccw: fix vhost-scsi intialization
Cornelia Huck
2014-10-10
1
-1
/
+1
|
*
s390x/migration: migrate CPU state
Thomas Huth
2014-10-10
4
-7
/
+82
|
*
s390x/kvm: synchronize the cpu state after SIGP (INITIAL) CPU RESET
David Hildenbrand
2014-10-10
1
-0
/
+2
|
*
s390x/kvm: reuse kvm_s390_reset_vcpu() to get rid of ifdefs
David Hildenbrand
2014-10-10
3
-12
/
+7
|
*
s390x/kvm: propagate s390 cpu state to kvm
David Hildenbrand
2014-10-10
4
-2
/
+50
|
*
s390x/kvm: proper use of the cpu states OPERATING and STOPPED
David Hildenbrand
2014-10-10
6
-50
/
+79
|
*
s390x/kvm: introduce proper states for s390 cpus
David Hildenbrand
2014-10-10
3
-32
/
+57
|
*
linux-headers: update to 3.17-rc7
Jens Freimann
2014-10-10
7
-5
/
+58
*
|
kvm fix compilation with GCC 4.3.4
Paolo Bonzini
2014-10-10
1
-2
/
+2
|
/
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-10-09
29
-235
/
+711
|
\
|
*
qemu-char: Fix reconnect socket error reporting
Corey Minyard
2014-10-09
1
-18
/
+34
|
*
qemu-sockets: Add error to non-blocking connect handler
Corey Minyard
2014-10-09
5
-12
/
+25
|
*
qemu-error: Add error_vreport()
Corey Minyard
2014-10-09
2
-5
/
+19
|
*
virtio-scsi: fix use-after-free of VirtIOSCSIReq
Paolo Bonzini
2014-10-09
1
-4
/
+5
|
*
linuxboot: compute initrd loading address
Paolo Bonzini
2014-10-09
3
-7
/
+61
|
*
kvm: Make KVMState be the TYPE_KVM_ACCEL instance struct
Eduardo Habkost
2014-10-09
1
-4
/
+9
|
*
accel: Create accel object when initializing machine
Eduardo Habkost
2014-10-09
2
-0
/
+9
|
*
accel: Pass MachineState object to accel init functions
Eduardo Habkost
2014-10-09
8
-13
/
+14
|
*
accel: Rename 'init' method to 'init_machine'
Eduardo Habkost
2014-10-04
5
-8
/
+8
|
*
accel: Move accel init/allowed code to separate function
Eduardo Habkost
2014-10-04
1
-3
/
+12
|
*
accel: Remove tcg_available() function
Eduardo Habkost
2014-10-04
3
-7
/
+0
|
*
accel: Move qtest accel registration to qtest.c
Eduardo Habkost
2014-10-04
3
-20
/
+26
|
*
accel: Move Xen registration code to xen-common.c
Eduardo Habkost
2014-10-04
4
-26
/
+24
|
*
accel: Move KVM accel registration to kvm-all.c
Eduardo Habkost
2014-10-04
4
-26
/
+25
|
*
accel: Report unknown accelerator as "not found" instead of "does not exist"
Eduardo Habkost
2014-10-04
1
-1
/
+1
|
*
accel: Make AccelClass.available() optional
Eduardo Habkost
2014-10-04
1
-1
/
+1
|
*
accel: Use QOM classes for accel types
Eduardo Habkost
2014-10-04
2
-24
/
+123
|
*
accel: Move accel name lookup to separate function
Eduardo Habkost
2014-10-04
1
-24
/
+33
|
*
accel: Simplify configure_accelerator() using AccelType *acc variable
Eduardo Habkost
2014-10-04
1
-8
/
+10
|
*
accel: Create AccelType typedef
Eduardo Habkost
2014-10-04
1
-2
/
+4
|
*
accel: Move accel code to accel.c
Eduardo Habkost
2014-10-04
4
-80
/
+147
|
*
vl.c: Small coding style fix
Eduardo Habkost
2014-10-04
1
-1
/
+1
|
*
qemu-char: Print the remote and local addresses for a socket
Corey Minyard
2014-10-04
1
-9
/
+18
|
*
qemu-char: Add reconnecting to client sockets
Corey Minyard
2014-10-04
3
-17
/
+96
|
*
qemu-char: set socket filename to disconnected when not connected
Corey Minyard
2014-10-04
1
-38
/
+72
|
*
qemu-char: Move some items into TCPCharDriver
Corey Minyard
2014-10-04
1
-14
/
+51
[next]