aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-08ide/core: Remove explicit setting of BM_STATUS_INTKevin Wolf1-3/+4
2011-06-07Add an isa device for SGAGlauber Costa3-1/+66
2011-06-07json-parser: add handling for NULL token listMichael Roth1-1/+5
2011-06-07json-streamer: add handling for JSON_ERROR token/stateMichael Roth1-12/+23
2011-06-07json-lexer: make lexer error-recovery more deterministicMichael Roth2-4/+22
2011-06-07json-lexer: fix flushing logic to not always go to error stateMichael Roth1-3/+3
2011-06-07json-lexer: reset the lexer state on an invalid tokenAnthony Liguori1-0/+3
2011-06-07json-parser: detect premature EOIAnthony Liguori1-1/+57
2011-06-07json-streamer: make sure to reset token_size after emitting a token listAnthony Liguori2-0/+3
2011-06-07json-streamer: limit the maximum recursion depth and maximum token countAnthony Liguori1-0/+17
2011-06-07json-lexer: limit the maximum size of a given tokenAnthony Liguori1-0/+13
2011-06-07json-streamer: allow recovery after bad inputAnthony Liguori1-2/+6
2011-06-07json-parser: propagate error from parserAnthony Liguori5-7/+25
2011-06-07Introduce the new error frameworkLuiz Capitulino4-1/+240
2011-06-07QError: Introduce qerror_format()Luiz Capitulino2-0/+16
2011-06-07QError: Introduce qerror_format_desc()Luiz Capitulino1-19/+25
2011-06-07docs: qdev-device-use.txt has become stale, update itMarkus Armbruster1-66/+114
2011-06-07isa-vga: Make available with -device, like the other VGA qdevsMarkus Armbruster2-1/+1
2011-06-06Fix regression introduced by -machine accel=Anthony Liguori1-1/+2
2011-06-06timer: drop HPET and RTCAnthony Liguori1-120/+0
2011-06-05scsi: fix tracing of scsi requests with simple backendPaolo Bonzini2-2/+7
2011-06-03configure: check for -Wendif-labels supportMike Frysinger1-2/+2
2011-06-03virtio-9p: Remove statement without effect (fix warning from cppcheck)Stefan Weil1-1/+0
2011-06-03exec: Implement qemu_ram_free_from_ptr()Alex Williamson2-0/+14
2011-06-03multiboot: set boot_device to first partitionArun Thomas1-1/+1
2011-06-03target-arm: BKPT instructions should raise prefetch aborts with IFSR type 00010Alex Zuepke1-0/+1
2011-06-03tcg: Fix unused-but-set-variable warningChristophe Fergeau1-2/+2
2011-06-03tcg: If DEBUG_TCGV, distinguish TCGv_ptr from TCGv_i32/TCGv_i64Peter Maydell2-28/+50
2011-06-03tcg/tcg-op.h: Fix prototypes for ld/st functions on 64 bit hostsPeter Maydell1-11/+11
2011-06-03Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD.Brad1-0/+4
2011-06-03target-arm: Fix compilation failure for 64 bit hostsPeter Maydell1-9/+9
2011-06-03Merge branch 's390-next' of git://repo.or.cz/qemu/agrafAurelien Jarno4-29/+35
2011-06-03Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafAurelien Jarno5-14/+13
2011-06-03softfloat: add float*_is_zero_or_denormal()Aurelien Jarno1-0/+15
2011-06-03target-i386: use floatx80 constants in helper_fld*_ST0()Aurelien Jarno1-19/+8
2011-06-03softfloat: always enable floatx80 and float128 supportAurelien Jarno4-118/+0
2011-06-03softfloat-native: removeAurelien Jarno6-1093/+2
2011-06-03target-i386: remove old code handling float64Aurelien Jarno5-411/+115
2011-06-03target-mips/gdbstub: remove old CONFIG_SOFTFLOAT #ifndefAurelien Jarno1-4/+0
2011-06-03target-ppc: remove old CONFIG_SOFTFLOAT #ifdefAurelien Jarno3-15/+0
2011-06-03s390x: implement lrvgrAlexander Graf1-0/+3
2011-06-03s390x: fix cksm instructionAlexander Graf1-20/+8
2011-06-03s390x: free tmp explicitly in every opcode for disas_a5()Alexander Graf1-1/+12
2011-06-03target-s390x: Add missing tcg_temp_free_i32()Stefan Weil1-0/+3
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x90Stefan Weil1-0/+1
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x8eStefan Weil1-0/+2
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in disas_b2()Stefan Weil1-0/+2
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in do_mh()Stefan Weil1-0/+1
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in gen_jcc()Stefan Weil1-0/+1
2011-06-03target-s390x: Fix duplicate call of tcg_temp_new_i64Stefan Weil1-1/+0