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-alpha: Use movcond
Richard Henderson
2012-09-21
1
-54
/
+48
*
tcg: Introduce movcond
Richard Henderson
2012-09-21
15
-6
/
+70
*
target-sh4: remove useless code
Aurelien Jarno
2012-09-21
1
-4
/
+0
*
target-sh4: cleanup DisasContext
Aurelien Jarno
2012-09-21
1
-30
/
+26
*
target-sh4: rework exceptions handling
Aurelien Jarno
2012-09-21
3
-30
/
+32
*
target-sh4: remove gen_clr_t() and gen_set_t()
Aurelien Jarno
2012-09-21
1
-13
/
+3
*
target-sh4: optimize swap.w
Aurelien Jarno
2012-09-21
1
-11
/
+1
*
target-sh4: optimize xtrct
Aurelien Jarno
2012-09-21
1
-1
/
+0
*
target-sh4: implement addv and subv using TCG
Aurelien Jarno
2012-09-21
3
-62
/
+34
*
target-sh4: implement addc and subc using TCG
Aurelien Jarno
2012-09-21
3
-36
/
+36
*
target-sh4: use float32_muladd() to implement fmac
Aurelien Jarno
2012-09-21
1
-2
/
+1
*
target-sh4: mark a few helpers const and pure
Aurelien Jarno
2012-09-21
1
-3
/
+3
*
target-xtensa: don't emit extra tcg_gen_goto_tb
Max Filippov
2012-09-21
1
-1
/
+3
*
target-xtensa: fix extui shift amount
Max Filippov
2012-09-21
1
-3
/
+21
*
tcg/optimize: fix end of basic block detection
Aurelien Jarno
2012-09-19
1
-13
/
+9
*
target-mips: Implement Loongson Multimedia Instructions
Richard Henderson
2012-09-19
4
-4
/
+1180
*
target-mips: Always evaluate debugging macro arguments
Richard Henderson
2012-09-19
1
-14
/
+17
*
target-mips: Fix MIPS_DEBUG.
Richard Henderson
2012-09-19
1
-36
/
+38
*
target-mips: Set opn in gen_ldst_multiple.
Richard Henderson
2012-09-19
1
-0
/
+6
*
hw/pflash_cfi0[12]: Use host-utils.h ctz32()
Peter Maydell
2012-09-19
2
-72
/
+2
*
pflash_cfi01: fix vendor specific extended query
Aurelien Jarno
2012-09-19
1
-1
/
+3
*
revert "TCG: fix copy propagation"
Aurelien Jarno
2012-09-19
2
-14
/
+6
*
tcg: mark set_label with TCG_OPF_BB_END flag
Aurelien Jarno
2012-09-19
2
-6
/
+1
*
tcg/i386: allow constants in load/store ops
Aurelien Jarno
2012-09-19
1
-13
/
+37
*
xilinx_timer: Fix a compile error if debug enabled
Chris Wulff
2012-09-19
1
-1
/
+2
*
xilinx: fix names of ethernet and dma links.
Peter A. G. Crosthwaite
2012-09-19
1
-2
/
+4
*
xilinx.h: Error check when setting links
Peter A. G. Crosthwaite
2012-09-19
1
-2
/
+8
*
xilinx_timer: Fixed "frequency" prop name
Peter A. G. Crosthwaite
2012-09-19
2
-2
/
+3
*
xilinx_timer: Send dbg msgs to stderr not stdout
Peter A. G. Crosthwaite
2012-09-19
1
-4
/
+4
*
xilinx_timer: Removed comma in device name
Peter A. G. Crosthwaite
2012-09-19
2
-3
/
+3
*
arch_init.c: Improve '-soundhw help' for non-HAS_AUDIO_CHOICE archs
Peter Maydell
2012-09-19
1
-0
/
+5
*
Merge remote-tracking branch 'kiszka/queues/slirp' into staging
Anthony Liguori
2012-09-17
3
-46
/
+68
|
\
|
*
slirp: Implement TFTP Blocksize option
Hervé Poussineau
2012-09-14
1
-9
/
+33
|
*
slirp: Remove unused return value of tftp_send_next_block
Jan Kiszka
2012-09-13
1
-9
/
+5
|
*
slirp: Handle more than 65535 blocks in TFTP transfers
Hervé Poussineau
2012-09-13
2
-14
/
+11
|
*
slirp: improve TFTP performance
Hervé Poussineau
2012-09-13
2
-14
/
+19
|
*
slirp: Fix error reported by static code analysis
Stefan Weil
2012-09-13
1
-1
/
+1
|
*
slirp: Remove wrong type casts ins debug statements
Stefan Weil
2012-09-13
1
-3
/
+3
*
|
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2012-09-17
12
-88
/
+305
|
\
\
|
*
|
block: Don't forget to delete temporary file
Dunrong Huang
2012-09-12
1
-1
/
+5
|
*
|
Don't require encryption password for 'qemu-img info' command
Daniel P. Berrange
2012-09-12
1
-10
/
+11
|
*
|
qemu-img: Add json output option to the info command.
Benoît Canet
2012-09-12
4
-49
/
+199
|
*
|
qapi: Add SnapshotInfo and ImageInfo.
Benoît Canet
2012-09-12
1
-0
/
+64
|
*
|
ahci: properly reset PxCMD on HBA reset
Jason Baron
2012-09-12
1
-1
/
+1
|
*
|
block: fix block tray status
Pavel Hrdina
2012-09-12
1
-2
/
+2
|
*
|
vdi: Fix warning from clang
Stefan Weil
2012-09-12
1
-13
/
+12
|
*
|
block/curl: Fix wrong free statement
Stefan Weil
2012-09-12
1
-2
/
+1
|
*
|
ide: Fix error messages from static code analysis (no real error)
Stefan Weil
2012-09-12
1
-9
/
+2
|
*
|
ATAPI: STARTSTOPUNIT only eject/load media if powercondition is 0
Ronnie Sahlberg
2012-09-12
1
-0
/
+6
|
*
|
sheepdog: fix savevm and loadvm
MORITA Kazutaka
2012-09-12
1
-1
/
+2
|
|
/
[next]