summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-14Prevent abortion on multiple VCPU kicksJan Kiszka
2011-02-12vmmouse: fix queue_size field initializationBlue Swirl
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-10qcow2: Fix order in L2 table COWKevin Wolf
2011-02-10blockdev: Plug memory leak in drive_init() error pathsMarkus Armbruster
2011-02-10blockdev: Plug memory leak in drive_uninit()Markus Armbruster
2011-02-10qemu-img: Improve error messages for failed bdrv_openKevin Wolf
2011-02-10qed: Report error for unsupported featuresKevin Wolf
2011-02-10qcow2: Report error for version > 2Kevin Wolf
2011-02-10qerror: Add QERR_UNKNOWN_BLOCK_FORMAT_FEATUREKevin Wolf
2011-02-10qcow2: Fix error handling for reading compressed clustersKevin Wolf
2011-02-10qcow2: Fix error handling for immediate backing file read failureKevin Wolf
2011-02-10QCOW2: bug fix - read base image beyond its sizeChunqiang Tang
2011-02-10Change snapshot_blkdev hmp to use correct argument type for deviceJes Sorensen
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