summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-17xen: Clean up build systemJan Kiszka3-13/+6
2011-07-16Fix signal handling of SIG_IPI when io-thread is enabledAlexandre Raymond1-1/+9
2011-07-16Fix signal handling when io-thread is disabledAlexandre Raymond1-1/+1
2011-07-16tcg/README: Expand advice on number of TCG ops per target insnPeter Maydell1-1/+9
2011-07-14set ELF_HWCAP for SPARC and SPARC64Artyom Tarasenko1-2/+4
2011-07-14Sparc: fix FPU and AM enable checks for translationBlue Swirl2-23/+35
2011-07-14SPARC64: C99 comment fix for block-transfer ASIsTsuneo Saito1-14/+14
2011-07-14SPARC64: Add JPS1 ASI_BLK_AIU[PS]L ASIs for ldfa and stfaTsuneo Saito1-0/+4
2011-07-14SPARC64: Add UA2007 ASI_BLK_AIU[PS]L? ASIs for stfaTsuneo Saito1-1/+5
2011-07-14SPARC64: Add UA2007 ASI_BLK_AIU[PS]L? ASIs for ldfaTsuneo Saito1-1/+5
2011-07-14SPARC64: fp_disabled checks on stfa/stdfa/stqfaTsuneo Saito1-0/+9
2011-07-14SPARC64: Implement stfa/stdfa/stqfa instrcutions properlyTsuneo Saito2-6/+11
2011-07-14SPARC64: fp_disabled checks on ldfa/lddfa/ldqfaTsuneo Saito1-0/+9
2011-07-14SPARC64: Implement ldfa/lddfa/ldqfa instructions properlyTsuneo Saito1-5/+11
2011-07-12os-posix: set groups properly for -runasStefan Hajnoczi1-0/+6
2011-07-12esp: cancel current request only if some request is in flightHervé Poussineau1-1/+1
2011-07-12target-alpha, target-ppc: Remove unnecessary setjmp.h includePeter Maydell2-4/+0
2011-07-12Remove unneeded setjmp.h (fix compilation on Debian "lenny")Stefan Weil1-1/+0
2011-07-12tcg: Reload local variables after return from longjmpJan Kiszka1-0/+4
2011-07-12exec-all.h: Make MAX_OP_PER_INSTR large enough for target-arm's usesPeter Maydell1-5/+1
2011-07-12exec.c: Fix calculation of code_gen_buffer_max_sizePeter Maydell1-2/+2
2011-07-12spapr: use specific endian ld/st_physAlexander Graf2-8/+8
2011-07-12s390-virtio: use specific endian ld/st_physAlexander Graf2-8/+8
2011-07-12ppc405_uc: use specific endian ld/st_physAlexander Graf1-20/+23
2011-07-12pl080: use specific endian ld/st_physAlexander Graf1-4/+4
2011-07-12msix: use specific endian ld/st_physAlexander Graf1-1/+1
2011-07-12msi: use specific endian ld/st_physAlexander Graf1-1/+1
2011-07-12intel-hda: use specific endian ld/st_physAlexander Graf1-17/+4
2011-07-12hpet: use specific endian ld/st_physAlexander Graf1-1/+1
2011-07-12exec: add endian specific phys ld/st functionsAlexander Graf2-10/+203
2011-07-05ide: Initialise buffers with zerosKevin Wolf1-1/+5
2011-07-05ide: Ignore reads during PIO in and writes during PIO outKevin Wolf1-8/+36
2011-07-05block: drive_init(): Improve CHS setting error messageLuiz Capitulino1-1/+1
2011-07-05block: drive_init(): Simplify interface type settingLuiz Capitulino1-8/+4
2011-07-05virtio-blk: Turn drive serial into a qdev propertyMarkus Armbruster7-13/+31
2011-07-05block/raw-posix: Linux compat-ioctl warning workaroundJohannes Stezenbach1-0/+14
2011-07-05qemu-img: Add cache command line optionFederico Simoncelli2-16/+70
2011-07-05Documentation: Remove outdated host_device noteKevin Wolf1-6/+0
2011-07-04pxa2xx_lcd: add proper rotation supportVasily Khoruzhick5-22/+144
2011-07-04arm: Add const attribute to some arm_boot_info pointersStefan Weil4-7/+7
2011-07-02esp: correctly fill bus id with requested lunHervé Poussineau1-1/+1
2011-07-02TCG/PPC: use stack for TCG tempsBlue Swirl2-4/+10
2011-07-01fix cpu_cc_src and cpu_cc_src2 corruption in udivx and sdivxArtyom Tarasenko1-10/+22
2011-07-01Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafBlue Swirl18-207/+493
2011-07-01tcg-hppa: Support deposit opcode.Richard Henderson2-4/+21
2011-07-01hppa: Fix printf warnings in hppa-dis.c.Richard Henderson1-3/+3
2011-07-01TCG/HPPA: use stack for TCG tempsBlue Swirl1-2/+7
2011-07-01TCG/HPPA: use TCG_REG_CALL_STACK instead of TCG_REG_SPBlue Swirl1-14/+16
2011-06-30etraxfs-ser: Correct default value for RW_REC_CTRLEdgar E. Iglesias1-5/+19
2011-06-28user: Fix -d debug logging for usermode emulationEdgar E. Iglesias3-3/+3