summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-07Replace Qemu by QEMU in user visible documentationStefan Weil4-5/+5
2012-04-07remove useless comments in dmaWanpeng Li1-1/+0
2012-04-07tci: Support targets with CONFIG_TCG_PASS_AREG0 (fix broken build)Stefan Weil1-12/+23
2012-04-07Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...Blue Swirl17-65/+610
2012-04-07w64: Fix data type of tb_next and other variables used for host addressesStefan Weil3-23/+22
2012-04-07softfloat: roundAndPackInt{32, 64}: Don't assume int32 is 32 bitsPeter Maydell1-2/+2
2012-04-07softfloat: float*_to_int32_round_to_zero: don't assume int32 is 32 bitsPeter Maydell1-4/+4
2012-04-07configure: require glib 2.12, 2.20 for mingw32Paolo Bonzini1-2/+10
2012-04-07main-loop: integrate glib sources for w32Paolo Bonzini1-6/+15
2012-04-07main-loop: replace WaitForMultipleObjects with g_pollPaolo Bonzini1-23/+17
2012-04-07main-loop: interrupt wait when data arrives on a socketPaolo Bonzini3-25/+48
2012-04-07main-loop: disable fd_set-based glib integration under w32Paolo Bonzini1-30/+33
2012-04-07main loop: use msec-based timeout in glib_select_fillPaolo Bonzini1-12/+10
2012-04-07target-sparc: QOM'ify CPUAndreas Färber3-9/+135
2012-04-07target-sparc: Rename cpu_init.cAndreas Färber2-1/+1
2012-04-06Userspace ARM BE8 supportPaul Brook7-20/+86
2012-04-06elf.h: Update EF_ARM_ constants to newer ABI versionsPeter Maydell1-0/+21
2012-04-06arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features.Benoit Canet1-4/+27
2012-04-06linux-user/arm/syscall_nr.h: Add syscall number for ppollPeter Maydell1-1/+1
2012-04-06linux-user: Add support for prctl PR_GET_NAME and PR_SET_NAMEPeter Maydell1-0/+24
2012-04-06linux-user/syscall.c: Fix indentation in prctl handlingPeter Maydell1-14/+15
2012-04-06linux-user: reserve 4GB of vmem for 32-on-64Alexander Graf1-0/+11
2012-04-06linux-user: resolve reserved_va vma downwardsPeter Maydell3-11/+26
2012-04-06linux-user: take RESERVED_VA into account for g2h_valid()Alexander Graf1-1/+2
2012-04-06linux-user: fix fallocateAlexander Graf1-0/+5
2012-04-06linux-user: Add ioctl for BLKBSZGETAlexander Graf1-0/+1
2012-04-06linux-user: add BLKSSZGET ioctl wrapperAlexander Graf1-0/+1
2012-04-06linux-user: fix BLK ioctl argumentsAlexander Graf1-3/+5
2012-04-06linux-user: add struct old_dev_t compatAlexander Graf3-2/+58
2012-04-06linux-user: implement device mapper ioctlsAlexander Graf4-0/+312
2012-04-06linux-user: target_argv is placed on ts->bprm->argv and can't be freed()Fabio Erculiani1-5/+0
2012-04-06linux-user: improve fake /proc/self/stat making `ps` not segfault.Fabio Erculiani1-4/+15
2012-04-04Merge branch 's390-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl5-30/+184
2012-04-04Improve interrupt handling priorityArtyom Tarasenko1-1/+6
2012-04-04Fix vector interrupt handlingArtyom Tarasenko1-13/+16
2012-04-04target-s390x: Update s390x_{tod,cpu}_timer() to use S390CPUAndreas Färber2-4/+6
2012-04-04target-s390x: QOM'ify CPU initAndreas Färber3-18/+31
2012-04-04target-s390x: QOM'ify CPU resetAndreas Färber2-11/+14
2012-04-04target-s390x: QOM'ify CPUAndreas Färber5-1/+137
2012-04-02qdev: put all devices under /machinePaolo Bonzini5-5/+18
2012-04-02qdev: give all devices a canonical pathPaolo Bonzini1-3/+13
2012-04-02qdev: add children before qdev_initPaolo Bonzini4-24/+7
2012-04-02qom: add container_getPaolo Bonzini4-22/+66
2012-04-02Merge remote-tracking branch 'kiszka/queues/slirp' into stagingAnthony Liguori5-60/+31
2012-04-02Merge remote-tracking branch 'stefanha/tracing' into stagingAnthony Liguori2-5/+19
2012-04-02serial: clear LSR.TEMT when populating the TSRAnthony Liguori1-0/+1
2012-04-02serial: fix retry logicAnthony Liguori1-1/+3
2012-04-02qtest: use qemu_gettimeofday()Anthony Liguori1-7/+7
2012-04-01milkymist-vgafb: add missing registerMichael Walle1-1/+4
2012-04-01target-lm32: add simple disassemblerMichael Walle5-0/+375