aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-12hpet: make optionalBlue Swirl
2011-02-12sysbus: add creation function that may failBlue Swirl
2011-02-12x86: make vmmouse optionalBlue Swirl
2011-02-12isa: add creation function that may failBlue Swirl
2011-02-12vmmouse: convert to qdevBlue Swirl
2011-02-12vmport: convert to qdevBlue Swirl
2011-02-12x86,MIPS: make vmware_vga optionalBlue Swirl
2011-02-12pci: add creation functions that may failBlue Swirl
2011-02-12qdev: add creation function that may failBlue Swirl
2011-02-12vmware_vga: refactor device creationBlue Swirl
2011-02-11mst_fpga: Drop one more pxa.h inclusion.Andrzej Zaborowski
2011-02-11pxa2xx: convert i2c master to use qdev/vmsdDmitry Eremin-Solenikov
2011-02-11max7310: finish qdev'icationDmitry Eremin-Solenikov
2011-02-11tosa: we aren't connected to VBus, pass this info to Linux kernelDmitry Eremin-Solenikov
2011-02-11mainstone: pass one irq to the mst_fpga instead of the whole PICDmitry Eremin-Solenikov
2011-02-11Drop unnecessary inclusions of pxa.h headerDmitry Eremin-Solenikov
2011-02-11Add scoop post_load callback that sets IRQs to loaded levelsDmitry Eremin-Solenikov
2011-02-11tc6393xb: correct NAND isr assertionDmitry Eremin-Solenikov
2011-02-11sysbus: print number of irqs in dev_printDmitry Eremin-Solenikov
2011-02-11.gitignore: ignore vi swap files and ctags filesDmitry Eremin-Solenikov
2011-02-11arm: drop unused irq-related part of CPUARMStateDmitry Eremin-Solenikov
2011-02-10target-arm: Remove stray #include from middle of neon_helper.cPeter Maydell
2011-02-10linux-user/arm: fix compilation failures using softfloat's struct typesPeter Maydell
2011-02-10softfloat: Fix compilation failures with USE_SOFTFLOAT_STRUCT_TYPESPeter Maydell
2011-02-10target-arm: Use standard FPSCR for Neon half-precision operationsPeter Maydell
2011-02-10target-arm: Silence NaNs resulting from half-precision conversionsPeter Maydell
2011-02-10softfloat: Correctly handle NaNs in float16_to_float32()Peter Maydell
2011-02-10softfloat: Fix single-to-half precision float conversionsPeter Maydell
2011-02-10softfloat: Honour default_nan_mode for float-to-float conversionsChristophe Lyon
2011-02-10softfloat: Add float16 type and float16 NaN handling functionsPeter Maydell
2011-02-10Make tb_alloc staticTristan Gingold
2011-02-10microblaze: Handle singlestepping over direct jmpsEdgar E. Iglesias
2011-02-09Merge branch 'linux-user-for-upstream' of git://gitorious.org/qemu-maemo/qemuAurelien Jarno
2011-02-09target-arm: implement vsli.64, vsri.64Christophe Lyon
2011-02-09target-arm: fix VSHLL Neon instruction.Christophe Lyon
2011-02-09[PATCH] [MIPS] Clear softfpu exception state for round, trunc, ceil and floorChris Dearman
2011-02-09target-arm: Fix 32 bit signed saturating narrowPeter Maydell
2011-02-09target-arm: Fix VQMOVUN Neon instruction.Juha Riihimäki
2011-02-09linux-user: fix for loopmount ioctlMartin Mohring
2011-02-09linux-user: fix build errors for mmap2-only portsMike Frysinger
2011-02-09user: speed up init_paths a bitMike Frysinger
2011-02-09linux-user: implement sched_{g,s}etaffinityMike Frysinger
2011-02-09linux-user/FLAT: allow targets to override FLAT processingMike Frysinger
2011-02-09linux-user/FLAT: fix auto-stack sizingMike Frysinger
2011-02-09linux-user: decode MAP_{UNINITIALIZED,EXECUTABLE} in straceMike Frysinger
2011-02-09linux-user: add ppoll syscall supportMike Frysinger
2011-02-09linux-user/elfload: add FDPIC supportMike Frysinger
2011-02-09linux-user: fix sizeof handling for getsockoptMike Frysinger
2011-02-09linux-user: Fix possible realloc memory leakStefan Weil
2011-02-09linux-user: Add support for -version optionPeter Maydell