summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-11e1000: Make little endianAlexander Graf3-10/+3
2010-12-11uninorth: Get rid of bswapAlexander Graf1-4/+2
2010-12-11pci-host: Delegate bswap to mmio layerAlexander Graf6-101/+46
2010-12-11dbdma: Make little endianAlexander Graf1-4/+1
2010-12-11Make simple io mem handler endian awareAlexander Graf5-10/+17
2010-12-11Add endianness as io mem parameterAlexander Graf154-262/+446
2010-12-11exec: introduce endianness swapped mmioAlexander Graf2-3/+128
2010-12-10noaudio: fix return value for read()Michael Walle1-1/+1
2010-12-08ppc: kvm: fix signedness warningAlexander Graf1-1/+1
2010-12-05Speedup 'tb_find_slow' by using the same heuristic as during memory page lookupKirill Batuzov1-0/+6
2010-12-04Remove unused spin_trylock() functionPeter Maydell1-10/+0
2010-12-04darwin-user: Use GCC_FMT_ATTR (format checking)Stefan Weil2-2/+2
2010-12-04audio: Use GCC_FMT_ATTR (format checking)Stefan Weil1-1/+2
2010-12-04target-sparc: Use fprintf_function (format checking)Stefan Weil1-2/+2
2010-12-04*-dis: Replace fprintf_ftype by fprintf_function (format checking)Stefan Weil7-30/+19
2010-12-04Fix mingw32 and OpenBSD warningsBlue Swirl1-1/+1
2010-12-04Merge branch 'linux-user-for-upstream' of git://gitorious.org/qemu-maemo/qemuEdgar E. Iglesias14-95/+292
2010-12-03exec: Remove debugging fprintf() that slipped into qemu_ram_alloc_from_ptr()Stefan Hajnoczi1-1/+0
2010-12-03linux-user: fix mips and ppc to use UID16Martin Mohring3-35/+35
2010-12-03update binfmt confRiku Voipio1-2/+6
2010-12-03linux-user: fix compiler error on nptlRiku Voipio1-1/+2
2010-12-03ARM: linux-user: Restore iWMMXT state from ucontext on sigreturnPeter Maydell1-0/+30
2010-12-03ARM: linux-user: Expose iWMMXT registers to signal handlersPeter Maydell1-0/+37
2010-12-03ARM: linux-user: Restore VFP state from ucontext on sigreturnPeter Maydell1-0/+40
2010-12-03ARM: linux-user: Expose VFP registers to signal handlersPeter Maydell1-1/+46
2010-12-03ARM: Expose vfp_get_fpscr() and vfp_set_fpscr() to C codePeter Maydell2-0/+14
2010-12-03ARM: linux-user: Correct size of padding in target_ucontext_v2Peter Maydell1-1/+1
2010-12-03target-sparc: remove unused functions cpu_lock(), cpu_unlock()Peter Maydell2-16/+0
2010-12-03ARM: enable XScale/iWMMXT in linux-user modePeter Maydell1-0/+6
2010-12-03linux-user: Translate getsockopt level optionJamie Lentin1-10/+61
2010-12-03linux-user: remove unnecessary local from __get_user(), __put_user()Peter Maydell1-4/+2
2010-12-03linux-user: fix memory leaks with NPTL emulationNathan Froyd3-8/+9
2010-12-03linux-user: mmap_reserve() not controlled by RESERVED_VAamateur1-1/+3
2010-12-03[PATCH] target-arm: remove unused functions cpu_lock(), cpu_unlock()Peter Maydell2-16/+0
2010-12-02Fix buildAnthony Liguori1-1/+0
2010-12-02Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori36-110/+1446
2010-12-02vhost: Fix address calculation in vhost_dev_sync_region()Jason Wang1-0/+1
2010-12-02migration: allow rate > 4gMichael S. Tsirkin4-11/+16
2010-12-02migration: stable ram block orderingMichael S. Tsirkin4-3/+61
2010-12-01tcg-ia64: Fix warning in qemu_ld.Richard Henderson1-2/+1
2010-12-01tcg-ia64: Fix address compilation in qemu_st.Richard Henderson1-1/+1
2010-12-01tcg-ia64: Fix tlb read error for 32-bit targets.Richard Henderson1-1/+3
2010-12-01tcg-ia64: Implement qemu_ld32.Richard Henderson1-0/+1
2010-12-01tcg-ia64: Provide default GUEST_BASE.Richard Henderson1-0/+3
2010-12-01tcg: Fix default definition of divu_i32 and remu_i32.Richard Henderson1-2/+2
2010-12-01Merge remote branch 'origin/master' into pciMichael S. Tsirkin123-1194/+2979
2010-11-30Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori23-245/+234
2010-11-30Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori8-122/+481
2010-11-30Use a Linux-style MAINTAINERS fileAnthony Liguori1-77/+417
2010-11-29ide: Reset current_addr after stopping DMAKevin Wolf1-1/+1