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
...
|
*
win32: add readv/writev emulation
Paolo Bonzini
2013-04-29
4
-21
/
+63
|
*
win32: generate console executable again
Paolo Bonzini
2013-04-27
1
-1
/
+1
|
*
win32: move Makefile dependencies on version-obj-y to rules.mak
Paolo Bonzini
2013-04-27
2
-2
/
+4
|
*
win32: add generic RC rules to rules.mak
Paolo Bonzini
2013-04-27
2
-2
/
+4
*
|
Merge remote-tracking branch 'alon/libcacard_ccid.2' into staging
Anthony Liguori
2013-04-29
1
-2
/
+8
|
\
\
|
*
|
ccid: Fix crash when backend isn't specified
Cole Robinson
2013-04-27
1
-2
/
+8
*
|
|
sparc64: use direct interrupt mapping for PCI devices
Artyom Tarasenko
2013-04-27
1
-1
/
+1
*
|
|
sparc64: fix loosing interrupts
Artyom Tarasenko
2013-04-27
1
-18
/
+96
*
|
|
sparc64: allow 64 IRQ lines
Artyom Tarasenko
2013-04-27
2
-2
/
+2
*
|
|
tcg-arm: Remove long jump from tcg_out_goto_label
Richard Henderson
2013-04-27
1
-6
/
+1
*
|
|
tcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATION
Richard Henderson
2013-04-27
3
-108
/
+220
*
|
|
tcg-arm: Use movi32 + blx for calls on v7
Richard Henderson
2013-04-27
1
-0
/
+3
*
|
|
tcg-arm: Delete the 'S' constraint
Richard Henderson
2013-04-27
1
-4
/
+2
*
|
|
tcg-arm: Improve scheduling of tcg_out_tlb_read
Richard Henderson
2013-04-27
1
-53
/
+57
*
|
|
tcg-arm: Split out tcg_out_tlb_read
Richard Henderson
2013-04-27
1
-99
/
+70
*
|
|
tcg-arm: Cleanup most primitive load store subroutines
Richard Henderson
2013-04-27
1
-124
/
+111
*
|
|
tcg-arm: Cleanup multiply subroutines
Richard Henderson
2013-04-27
1
-40
/
+45
*
|
|
tcg-arm: Use R12 for the tcg temporary
Richard Henderson
2013-04-27
1
-1
/
+1
*
|
|
tcg-arm: Use TCG_REG_TMP name for the tcg temporary
Richard Henderson
2013-04-27
1
-58
/
+60
*
|
|
tcg-arm: Implement division instructions
Richard Henderson
2013-04-27
3
-1
/
+46
*
|
|
tcg-arm: Implement deposit for armv7
Richard Henderson
2013-04-27
2
-4
/
+42
*
|
|
tcg-arm: Improve constant generation
Richard Henderson
2013-04-27
1
-23
/
+44
*
|
|
tcg-arm: Handle constant arguments to add2/sub2
Richard Henderson
2013-04-27
1
-48
/
+58
*
|
|
tcg-arm: Use tcg_out_dat_rIN for compares
Richard Henderson
2013-04-27
1
-20
/
+20
*
|
|
tcg-arm: Allow constant first argument to sub
Richard Henderson
2013-04-27
1
-3
/
+12
*
|
|
tcg-arm: Handle negated constant arguments to and/sub
Richard Henderson
2013-04-27
1
-6
/
+35
*
|
|
tcg-arm: Use bic to implement and with constant
Richard Henderson
2013-04-27
2
-14
/
+44
*
|
|
tcg: Log the contents of the prologue with -d out_asm
Richard Henderson
2013-04-27
1
-0
/
+10
*
|
|
tcg-arm: Fix local stack frame
Richard Henderson
2013-04-27
1
-74
/
+47
*
|
|
tcg: fix deposit_i64 op on 32-bit targets
Aurelien Jarno
2013-04-27
1
-1
/
+1
|
/
/
*
|
target-ppc: slightly optimize lfiwax
Aurelien Jarno
2013-04-27
1
-4
/
+1
*
|
Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemu
Aurelien Jarno
2013-04-27
25
-186
/
+796
|
\
\
|
|
/
|
/
|
|
*
target-ppc: add support for extended mtfsf/mtfsfi forms
Aurelien Jarno
2013-04-26
2
-22
/
+41
|
*
target-ppc: emulate store doubleword pair instructions
Aurelien Jarno
2013-04-26
1
-0
/
+48
|
*
target-ppc: emulate load doubleword pair instructions
Aurelien Jarno
2013-04-26
1
-0
/
+48
|
*
target-ppc: emulate lfiwax instruction
Aurelien Jarno
2013-04-26
1
-0
/
+21
|
*
target-ppc: emulate fcpsgn instruction
Aurelien Jarno
2013-04-26
1
-0
/
+14
|
*
target-ppc: emulate prtyw and prtyd instructions
Aurelien Jarno
2013-04-26
1
-0
/
+34
|
*
target-ppc: emulate cmpb instruction
Aurelien Jarno
2013-04-26
3
-0
/
+24
|
*
target-ppc: add instruction flags for Book I 2.05
Aurelien Jarno
2013-04-26
2
-2
/
+4
|
*
disas: Disassemble all ppc insns for the guest
Aurelien Jarno
2013-04-26
1
-0
/
+1
|
*
target-ppc: optimize fabs, fnabs, fneg
Aurelien Jarno
2013-04-26
3
-40
/
+34
|
*
PPC: Fix dcbz for linux-user on 970
Alexander Graf
2013-04-26
1
-1
/
+1
|
*
powerpc: correctly handle fpu exceptions.
Tristan Gingold
2013-04-26
1
-11
/
+12
|
*
pseries: Generate device paths for VIO devices
David Gibson
2013-04-26
1
-14
/
+23
|
*
pseries: Convert VIO code to QOM style type safe(ish) casts
David Gibson
2013-04-26
5
-28
/
+43
|
*
target-ppc: Synchronize VPA state with KVM
David Gibson
2013-04-26
1
-0
/
+120
|
*
pseries: Fix some small errors in XICS logic
David Gibson
2013-04-26
1
-0
/
+2
|
*
target-ppc: Add more stubs for POWER7 PMU registers
David Gibson
2013-04-26
2
-0
/
+13
|
*
pseries: Fixes and enhancements to L1 cache properties
David Gibson
2013-04-26
4
-2
/
+33
[prev]
[next]