aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-11max7310: finish qdev'icationDmitry Eremin-Solenikov2-26/+5
2011-02-11tosa: we aren't connected to VBus, pass this info to Linux kernelDmitry Eremin-Solenikov1-0/+4
2011-02-11mainstone: pass one irq to the mst_fpga instead of the whole PICDmitry Eremin-Solenikov3-8/+8
2011-02-11Drop unnecessary inclusions of pxa.h headerDmitry Eremin-Solenikov2-2/+0
2011-02-11Add scoop post_load callback that sets IRQs to loaded levelsDmitry Eremin-Solenikov1-1/+18
2011-02-11tc6393xb: correct NAND isr assertionDmitry Eremin-Solenikov1-1/+1
2011-02-11sysbus: print number of irqs in dev_printDmitry Eremin-Solenikov1-0/+1
2011-02-11.gitignore: ignore vi swap files and ctags filesDmitry Eremin-Solenikov1-0/+3
2011-02-11arm: drop unused irq-related part of CPUARMStateDmitry Eremin-Solenikov1-4/+0
2011-02-10target-arm: Remove stray #include from middle of neon_helper.cPeter Maydell1-1/+0
2011-02-10linux-user/arm: fix compilation failures using softfloat's struct typesPeter Maydell3-19/+19
2011-02-10softfloat: Fix compilation failures with USE_SOFTFLOAT_STRUCT_TYPESPeter Maydell2-15/+21
2011-02-10target-arm: Use standard FPSCR for Neon half-precision operationsPeter Maydell3-12/+32
2011-02-10target-arm: Silence NaNs resulting from half-precision conversionsPeter Maydell1-2/+10
2011-02-10softfloat: Correctly handle NaNs in float16_to_float32()Peter Maydell2-3/+18
2011-02-10softfloat: Fix single-to-half precision float conversionsPeter Maydell2-11/+38
2011-02-10softfloat: Honour default_nan_mode for float-to-float conversionsChristophe Lyon2-16/+37
2011-02-10softfloat: Add float16 type and float16 NaN handling functionsPeter Maydell4-12/+118
2011-02-10Make tb_alloc staticTristan Gingold2-27/+26
2011-02-10microblaze: Handle singlestepping over direct jmpsEdgar E. Iglesias1-2/+6
2011-02-09Merge branch 'linux-user-for-upstream' of git://gitorious.org/qemu-maemo/qemuAurelien Jarno12-39/+298
2011-02-09target-arm: implement vsli.64, vsri.64Christophe Lyon1-1/+13
2011-02-09target-arm: fix VSHLL Neon instruction.Christophe Lyon1-3/+15
2011-02-09[PATCH] [MIPS] Clear softfpu exception state for round, trunc, ceil and floorChris Dearman1-0/+16
2011-02-09target-arm: Fix 32 bit signed saturating narrowPeter Maydell1-1/+1
2011-02-09target-arm: Fix VQMOVUN Neon instruction.Juha Riihimäki3-6/+88
2011-02-09linux-user: fix for loopmount ioctlMartin Mohring1-2/+0
2011-02-09linux-user: fix build errors for mmap2-only portsMike Frysinger1-1/+1
2011-02-09user: speed up init_paths a bitMike Frysinger1-6/+22
2011-02-09linux-user: implement sched_{g,s}etaffinityMike Frysinger1-0/+67
2011-02-09linux-user/FLAT: allow targets to override FLAT processingMike Frysinger3-17/+22
2011-02-09linux-user/FLAT: fix auto-stack sizingMike Frysinger1-2/+9
2011-02-09linux-user: decode MAP_{UNINITIALIZED,EXECUTABLE} in straceMike Frysinger2-0/+5
2011-02-09linux-user: add ppoll syscall supportMike Frysinger1-2/+55
2011-02-09linux-user/elfload: add FDPIC supportMike Frysinger3-0/+97
2011-02-09linux-user: fix sizeof handling for getsockoptMike Frysinger1-2/+2
2011-02-09linux-user: Fix possible realloc memory leakStefan Weil1-3/+5
2011-02-09linux-user: Add support for -version optionPeter Maydell1-4/+13
2011-02-08cris, microblaze: use cpu_has_workPaolo Bonzini2-6/+2
2011-02-08x86: Fix MCA broadcast parameters for TCG caseJan Kiszka1-2/+2
2011-02-07qemu-timer: Fix compilation of new timer code for w32, w64Stefan Weil1-2/+2
2011-02-07block: enable in_use flagMarcelo Tosatti3-0/+8
2011-02-07Add flag to indicate external users to block deviceMarcelo Tosatti3-0/+14
2011-02-07block-migration: add reference to target DriveInfoMarcelo Tosatti1-0/+3
2011-02-07blockdev: add refcount to DriveInfoMarcelo Tosatti3-4/+20
2011-02-07block-migration: actually disable dirty tracking on cleanupMarcelo Tosatti1-2/+2
2011-02-07ahci: make number of ports runtime determinedAlexander Graf3-16/+26
2011-02-07ahci: Implement HBA resetAlexander Graf1-1/+4
2011-02-07ahci: send init d2h fis on fis enableAlexander Graf2-7/+32
2011-02-07ahci: split ICH and AHCI even moreAlexander Graf2-112/+88