summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-10Change snapshot_blkdev hmp to use correct argument type for deviceJes Sorensen1-1/+1
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
2011-02-07ahci: add license header in ahci.hAlexander Graf1-0/+23
2011-02-07ahci: split ICH9 from coreSebastian Herbszt4-301/+375
2011-02-07block/vdi: Fix wrong size in conditionally used memset, memcmpStefan Weil1-2/+2
2011-02-07Documentation: add Sheepdog disk imagesMORITA Kazutaka1-0/+52
2011-02-07qcow2: Really use cache=unsafe for image creationKevin Wolf1-1/+2
2011-02-05checkpatch.pl: don't complain about old lines with tabsBlue Swirl1-1/+1
2011-02-04target-arm: Fix decoding of Thumb preload and hint spacePeter Maydell1-22/+48
2011-02-04target-arm: Fix decoding of preload and memory hint spacePeter Maydell1-3/+25
2011-02-04target-arm: Clean up handling of MPIDRPeter Maydell1-5/+21
2011-02-04target-arm: Add CPU feature flag for v7MPPeter Maydell2-1/+8
2011-02-04do not pass NULL to strdup.Gleb Natapov1-2/+2
2011-02-04Set the right overflow bit for neon 32 and 64 bit saturating add/sub.Christophe Lyon4-63/+105
2011-02-04target-arm: Fix Neon vsra instructions.Christophe Lyon1-2/+2
2011-02-04target-sh4: fix negcAurelien Jarno1-2/+2
2011-02-04ioapic: Style & magics cleanupJan Kiszka1-70/+107
2011-02-04ioapic: Add support for qemu-kvm's vmstate v2Jan Kiszka1-1/+2
2011-02-04ioapic: Save/restore irrJan Kiszka1-1/+14
2011-02-04ioapic: Implement EOI handling for level-triggered IRQsJan Kiszka3-5/+67