summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-29Move cpu_exec_init_all() declaration to qemu-common.hBlue Swirl2-1/+2
2010-03-29Allow various header files to be included from non-CPU codeBlue Swirl3-8/+13
2010-03-29Adjust debug handlingBlue Swirl1-3/+3
2010-03-29tcg/mips: fix branch offset during retranslationAurelien Jarno1-19/+30
2010-03-28exec: remove dead codeAurelien Jarno1-1/+0
2010-03-28linux-user/ppc: use the Linux register layoutRob Landley1-21/+2
2010-03-28qemu-io: fix aio help textsChristoph Hellwig1-5/+5
2010-03-28tcg/arm: Replace qemu_ld32u (left over from previous commit)Stefan Weil1-1/+1
2010-03-27Fix driftfix optionBlue Swirl1-3/+3
2010-03-27Fix BSD and win32 buildsBlue Swirl2-0/+2
2010-03-27Refactor numa mode settingBlue Swirl1-8/+15
2010-03-27pflash_cfi02: fix incorrect TARGET_FMT_lx/d useBlue Swirl1-15/+15
2010-03-27Compile vmware_vga only onceBlue Swirl8-2/+8
2010-03-27tcg-mips: add guest base supportAurelien Jarno3-29/+42
2010-03-27tcg/mips: implement the not_i32 op the same way as gccAurelien Jarno1-1/+1
2010-03-27tcg-mips: implement norAurelien Jarno2-1/+5
2010-03-27be more specific in -mem-path error messagesMichael Tokarev1-2/+2
2010-03-27Add a missing #include for FreeBSD hostsJuergen Lock1-0/+3
2010-03-27error: Move qerror_report() from qemu-error.[ch] to qerror.[ch]Markus Armbruster4-24/+25
2010-03-27error: Link qemu-img, qemu-nbd, qemu-io with qemu-error.oMarkus Armbruster2-37/+18
2010-03-27error: Make use of error_set_progname() optionalMarkus Armbruster1-1/+1
2010-03-27error: Trim includes after "Infrastructure to track locations..."Markus Armbruster1-1/+0
2010-03-27error: Trim includes in qerror.cMarkus Armbruster1-2/+0
2010-03-27error: Trim includes after "Move qemu_error & friends..."Markus Armbruster3-4/+1
2010-03-27linux-user: Use RLIMIT_STACK for default stack size.Richard Henderson3-8/+19
2010-03-27target-arm: disable PAGE_EXEC for XN pagesRabin Vincent1-3/+7
2010-03-27fix race between timer firing vs. alarm_timer->pending = 0Paolo Bonzini1-2/+2
2010-03-27qemu-io: Fix return value handling of bdrv_openRyota Ozaki1-1/+1
2010-03-27qemu-nbd: Fix invalid usage of the first argument of errxRyota Ozaki1-17/+17
2010-03-27qemu-nbd: Fix return value handling of bdrv_openRyota Ozaki1-1/+1
2010-03-27balloon: Fix overflow when reporting actual memory sizeAdam Litke1-1/+2
2010-03-27json-parser: Output the content of invalid keywordAmos Kong1-1/+7
2010-03-27raw-posix: Better error return values for hdev_createKevin Wolf1-3/+3
2010-03-27qemu-options.hx: fix a typoAurelien Jarno1-1/+1
2010-03-27Compile some MIPS devices only onceBlue Swirl15-18/+51
2010-03-27Fix buildBlue Swirl1-3/+5
2010-03-27Compile ide/core only onceBlue Swirl17-17/+24
2010-03-26target-s390: Don't compile in virtio-pciAlexander Graf18-1/+19
2010-03-26target-ppc: generic PowerPC TBLDmitry Ilyevsky1-4/+4
2010-03-26tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs.Richard Henderson11-24/+37
2010-03-26tcg: Allow target-specific implementation of NOR.Richard Henderson10-0/+29
2010-03-26tcg: Allow target-specific implementation of NAND.Richard Henderson10-0/+29
2010-03-26tcg: Allow target-specific implementation of EQV.Richard Henderson11-1/+30
2010-03-26tcg: Use not_i32 to implement not_i64.Richard Henderson1-0/+3
2010-03-26tcg: Change TCGType to an enumeration.Richard Henderson2-9/+12
2010-03-26tcg: Use TCGCond where appropriate.Richard Henderson7-37/+39
2010-03-26tcg: Name the opcode enumeration.Richard Henderson12-63/+78
2010-03-26remove remaining occurrences AREG[1-9] and TCG_AREG[1-9]Paolo Bonzini10-50/+1
2010-03-26linux-user: Add the syscall id for pselect6 on ARMMichael Casadevall1-1/+1
2010-03-26linux-user: add inotify_init1 syscall supportRiku Voipio2-0/+32