aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-14kvm: Provide sigbus services arch-independentlyJan Kiszka7-10/+46
2011-02-14kvm: Handle kvm_init_vcpu errorsJan Kiszka1-4/+15
2011-02-14kvm: Drop redundant kvm_enabled from kvm_cpu_thread_fnJan Kiszka1-2/+2
2011-02-14kvm: Report proper error on GET_VCPU_MMAP_SIZE failuresJan Kiszka1-0/+1
2011-02-14Flatten the main loopJan Kiszka1-15/+15
2011-02-14Leave inner main_loop faster on pending requestsJan Kiszka1-4/+7
2011-02-14Trigger exit from cpu_exec_all on pending IO eventsJan Kiszka1-0/+1
2011-02-14Process vmstop requests in IO threadJan Kiszka1-9/+5
2011-02-14Stop current VCPU on synchronous reset requestsJan Kiszka3-4/+15
2011-02-14Prevent abortion on multiple VCPU kicksJan Kiszka2-1/+6
2011-02-12vmmouse: fix queue_size field initializationBlue Swirl1-0/+1
2011-02-12hpet: make optionalBlue Swirl6-7/+11
2011-02-12sysbus: add creation function that may failBlue Swirl2-0/+40
2011-02-12x86: make vmmouse optionalBlue Swirl8-27/+29
2011-02-12isa: add creation function that may failBlue Swirl2-0/+13
2011-02-12vmmouse: convert to qdevBlue Swirl3-13/+32
2011-02-12vmport: convert to qdevBlue Swirl4-6/+26
2011-02-12x86,MIPS: make vmware_vga optionalBlue Swirl3-6/+22
2011-02-12pci: add creation functions that may failBlue Swirl2-0/+24
2011-02-12qdev: add creation function that may failBlue Swirl2-1/+14
2011-02-12vmware_vga: refactor device creationBlue Swirl2-6/+4
2011-02-11mst_fpga: Drop one more pxa.h inclusion.Andrzej Zaborowski1-1/+0
2011-02-11pxa2xx: convert i2c master to use qdev/vmsdDmitry Eremin-Solenikov1-11/+42
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-10qcow2: Fix order in L2 table COWKevin Wolf1-3/+6
2011-02-10blockdev: Plug memory leak in drive_init() error pathsMarkus Armbruster1-2/+9
2011-02-10blockdev: Plug memory leak in drive_uninit()Markus Armbruster1-0/+1
2011-02-10qemu-img: Improve error messages for failed bdrv_openKevin Wolf1-3/+7
2011-02-10qed: Report error for unsupported featuresKevin Wolf1-1/+8
2011-02-10qcow2: Report error for version > 2Kevin Wolf1-2/+11
2011-02-10qerror: Add QERR_UNKNOWN_BLOCK_FORMAT_FEATUREKevin Wolf2-0/+8
2011-02-10qcow2: Fix error handling for reading compressed clustersKevin Wolf2-3/+5