aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-03target-s390x: Fix wrong argument in call of tcg_gen_shl_i64()Stefan Weil1-2/+2
2011-06-03target-s390x: Fix build for non-linux hostsStefan Weil1-5/+0
2011-06-03s390x: update zipl romAlexander Graf1-0/+0
2011-06-03PPC: fix mpc8544ds pci default devicesAlexander Graf1-1/+1
2011-06-03Fix segfault on screendump with -nographicAlexander Graf1-1/+1
2011-06-03PPC: install mpc8544ds.dtbAlexander Graf1-0/+1
2011-06-03PPC: fix sregs usage on bookeAlexander Graf1-6/+4
2011-06-03ppc: Fix compilation for ppc64-softmmuStefan Weil1-6/+6
2011-06-01audio: fix integer overflow expressionJuha Riihim?ki1-2/+2
2011-05-31Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2-2/+2
2011-05-31Merge remote-tracking branch 'amit/for-anthony' into stagingAnthony Liguori3-71/+70
2011-05-31Merge remote-tracking branch 'bonzini/scsi.2' into stagingAnthony Liguori9-573/+868
2011-05-31Merge remote-tracking branch 'kraxel/usb.14.pull' into stagingAnthony Liguori23-387/+2441
2011-05-29Fix spelling in comment (additon -> addition)Stefan Weil1-1/+1
2011-05-29pflash_cfi02: Fix a typo in debug code (TARGET_FMT_pld -> TARGET_FMT_plx)Stefan Weil1-1/+1
2011-05-28bitbang_i2c: Fix spurious slave read after NACKMarcus Comstedt1-1/+4
2011-05-28Move user emulator stuff from cpu-exec.c to user-exec.cBlue Swirl3-660/+678
2011-05-28cpu-exec: prepare for user and softmmu splitBlue Swirl1-131/+172
2011-05-27virtio-console: Simplify init callbacksMarkus Armbruster1-26/+9
2011-05-27virtio-serial: Drop redundant VirtIOSerialPort member infoMarkus Armbruster3-20/+32