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
*
Fix compilation warning due to missing header for sigaction (followup)
Alexandre Raymond
2011-06-08
19
-26
/
+0
*
Fix compilation warning due to missing header for sigaction
Alexandre Raymond
2011-06-08
1
-0
/
+1
*
Add an isa device for SGA
Glauber Costa
2011-06-07
3
-1
/
+66
*
json-parser: add handling for NULL token list
Michael Roth
2011-06-07
1
-1
/
+5
*
json-streamer: add handling for JSON_ERROR token/state
Michael Roth
2011-06-07
1
-12
/
+23
*
json-lexer: make lexer error-recovery more deterministic
Michael Roth
2011-06-07
2
-4
/
+22
*
json-lexer: fix flushing logic to not always go to error state
Michael Roth
2011-06-07
1
-3
/
+3
*
json-lexer: reset the lexer state on an invalid token
Anthony Liguori
2011-06-07
1
-0
/
+3
*
json-parser: detect premature EOI
Anthony Liguori
2011-06-07
1
-1
/
+57
*
json-streamer: make sure to reset token_size after emitting a token list
Anthony Liguori
2011-06-07
2
-0
/
+3
*
json-streamer: limit the maximum recursion depth and maximum token count
Anthony Liguori
2011-06-07
1
-0
/
+17
*
json-lexer: limit the maximum size of a given token
Anthony Liguori
2011-06-07
1
-0
/
+13
*
json-streamer: allow recovery after bad input
Anthony Liguori
2011-06-07
1
-2
/
+6
*
json-parser: propagate error from parser
Anthony Liguori
2011-06-07
5
-7
/
+25
*
Introduce the new error framework
Luiz Capitulino
2011-06-07
4
-1
/
+240
*
QError: Introduce qerror_format()
Luiz Capitulino
2011-06-07
2
-0
/
+16
*
QError: Introduce qerror_format_desc()
Luiz Capitulino
2011-06-07
1
-19
/
+25
*
docs: qdev-device-use.txt has become stale, update it
Markus Armbruster
2011-06-07
1
-66
/
+114
*
isa-vga: Make available with -device, like the other VGA qdevs
Markus Armbruster
2011-06-07
2
-1
/
+1
*
Fix regression introduced by -machine accel=
Anthony Liguori
2011-06-06
1
-1
/
+2
*
timer: drop HPET and RTC
Anthony Liguori
2011-06-06
1
-120
/
+0
*
scsi: fix tracing of scsi requests with simple backend
Paolo Bonzini
2011-06-05
2
-2
/
+7
*
configure: check for -Wendif-labels support
Mike Frysinger
2011-06-03
1
-2
/
+2
*
virtio-9p: Remove statement without effect (fix warning from cppcheck)
Stefan Weil
2011-06-03
1
-1
/
+0
*
exec: Implement qemu_ram_free_from_ptr()
Alex Williamson
2011-06-03
2
-0
/
+14
*
multiboot: set boot_device to first partition
Arun Thomas
2011-06-03
1
-1
/
+1
*
target-arm: BKPT instructions should raise prefetch aborts with IFSR type 00010
Alex Zuepke
2011-06-03
1
-0
/
+1
*
tcg: Fix unused-but-set-variable warning
Christophe Fergeau
2011-06-03
1
-2
/
+2
*
tcg: If DEBUG_TCGV, distinguish TCGv_ptr from TCGv_i32/TCGv_i64
Peter Maydell
2011-06-03
2
-28
/
+50
*
tcg/tcg-op.h: Fix prototypes for ld/st functions on 64 bit hosts
Peter Maydell
2011-06-03
1
-11
/
+11
*
Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD.
Brad
2011-06-03
1
-0
/
+4
*
target-arm: Fix compilation failure for 64 bit hosts
Peter Maydell
2011-06-03
1
-9
/
+9
*
Merge branch 's390-next' of git://repo.or.cz/qemu/agraf
Aurelien Jarno
2011-06-03
4
-29
/
+35
|
\
|
*
s390x: implement lrvgr
Alexander Graf
2011-06-03
1
-0
/
+3
|
*
s390x: fix cksm instruction
Alexander Graf
2011-06-03
1
-20
/
+8
|
*
s390x: free tmp explicitly in every opcode for disas_a5()
Alexander Graf
2011-06-03
1
-1
/
+12
|
*
target-s390x: Add missing tcg_temp_free_i32()
Stefan Weil
2011-06-03
1
-0
/
+3
|
*
target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x90
Stefan Weil
2011-06-03
1
-0
/
+1
|
*
target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x8e
Stefan Weil
2011-06-03
1
-0
/
+2
|
*
target-s390x: Add missing tcg_temp_free_i64() in disas_b2()
Stefan Weil
2011-06-03
1
-0
/
+2
|
*
target-s390x: Add missing tcg_temp_free_i64() in do_mh()
Stefan Weil
2011-06-03
1
-0
/
+1
|
*
target-s390x: Add missing tcg_temp_free_i64() in gen_jcc()
Stefan Weil
2011-06-03
1
-0
/
+1
|
*
target-s390x: Fix duplicate call of tcg_temp_new_i64
Stefan Weil
2011-06-03
1
-1
/
+0
|
*
target-s390x: Fix wrong argument in call of tcg_gen_shl_i64()
Stefan Weil
2011-06-03
1
-2
/
+2
|
*
target-s390x: Fix build for non-linux hosts
Stefan Weil
2011-06-03
1
-5
/
+0
|
*
s390x: update zipl rom
Alexander Graf
2011-06-03
1
-0
/
+0
*
|
Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
Aurelien Jarno
2011-06-03
5
-14
/
+13
|
\
\
|
*
|
PPC: fix mpc8544ds pci default devices
Alexander Graf
2011-06-03
1
-1
/
+1
|
*
|
Fix segfault on screendump with -nographic
Alexander Graf
2011-06-03
1
-1
/
+1
|
*
|
PPC: install mpc8544ds.dtb
Alexander Graf
2011-06-03
1
-0
/
+1
[next]