summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2012-04-106-5/+10
|\
| * make: fix clean rule by removing build file in qom/Anthony PERARD2012-04-031-0/+1
| * configure: Link qga against UST tracing related librariesLluís Vilanova2012-04-031-0/+1
| * configure: Link QEMU against 'liburcu-bp'Lluís Vilanova2012-04-031-1/+1
| * main-loop: make qemu_event_handle staticFrediano Ziglio2012-04-031-1/+1
| * block/curl: Replace usleep by g_usleepStefan Weil2012-04-031-1/+1
| * qtest: Add missing GCC_FMT_ATTRStefan Weil2012-04-031-1/+2
| * w32: Undefine error constants before their redefinitionJan Kiszka2012-04-031-0/+2
| * configure: fix mingw32 libs_qga typoStefan Hajnoczi2012-04-031-1/+1
* | petalogix_s3adsp1800: deleted bad FIXME commentPeter A. G. Crosthwaite2012-04-101-1/+0
* | Merge branch 'memory/core' of git://git.kernel.org/pub/scm/virt/kvm/qemu-kvmBlue Swirl2012-04-082-8/+13
|\ \
| * | memory: check address space when a listener is registeredJulien Grall2012-04-051-0/+5
| * | memory: print aliased IO ranges in info mtreeBlue Swirl2012-03-191-7/+7
| * | ioport: use INT64_MAX for IO rangesBlue Swirl2012-03-191-1/+1
* | | Add QEMU_NORETURN to function cpu_io_recompileStefan Weil2012-04-071-1/+1
* | | Add QEMU_NORETURN to function cpu_resume_from_signalStefan Weil2012-04-071-1/+1
* | | Replace Qemu by QEMU in commentsStefan Weil2012-04-0717-38/+38
* | | Replace Qemu by QEMU in w32 installation path (prefix)Stefan Weil2012-04-072-4/+4
* | | Replace Qemu by QEMU in internal documentationStefan Weil2012-04-075-6/+6
* | | Replace Qemu by QEMU in user visible documentationStefan Weil2012-04-074-5/+5
* | | remove useless comments in dmaWanpeng Li2012-04-071-1/+0
* | | tci: Support targets with CONFIG_TCG_PASS_AREG0 (fix broken build)Stefan Weil2012-04-071-12/+23
* | | Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...Blue Swirl2012-04-0717-65/+610
|\ \ \
| * | | Userspace ARM BE8 supportPaul Brook2012-04-067-20/+86
| * | | elf.h: Update EF_ARM_ constants to newer ABI versionsPeter Maydell2012-04-061-0/+21
| * | | arm-linux-user: fix elfload.c's AT_HWCAP to reflect cpu features.Benoit Canet2012-04-061-4/+27
| * | | linux-user/arm/syscall_nr.h: Add syscall number for ppollPeter Maydell2012-04-061-1/+1
| * | | linux-user: Add support for prctl PR_GET_NAME and PR_SET_NAMEPeter Maydell2012-04-061-0/+24
| * | | linux-user/syscall.c: Fix indentation in prctl handlingPeter Maydell2012-04-061-14/+15
| * | | linux-user: reserve 4GB of vmem for 32-on-64Alexander Graf2012-04-061-0/+11
| * | | linux-user: resolve reserved_va vma downwardsPeter Maydell2012-04-063-11/+26
| * | | linux-user: take RESERVED_VA into account for g2h_valid()Alexander Graf2012-04-061-1/+2
| * | | linux-user: fix fallocateAlexander Graf2012-04-061-0/+5
| * | | linux-user: Add ioctl for BLKBSZGETAlexander Graf2012-04-061-0/+1
| * | | linux-user: add BLKSSZGET ioctl wrapperAlexander Graf2012-04-061-0/+1
| * | | linux-user: fix BLK ioctl argumentsAlexander Graf2012-04-061-3/+5
| * | | linux-user: add struct old_dev_t compatAlexander Graf2012-04-063-2/+58
| * | | linux-user: implement device mapper ioctlsAlexander Graf2012-04-064-0/+312
| * | | linux-user: target_argv is placed on ts->bprm->argv and can't be freed()Fabio Erculiani2012-04-061-5/+0
| * | | linux-user: improve fake /proc/self/stat making `ps` not segfault.Fabio Erculiani2012-04-061-4/+15
* | | | w64: Fix data type of tb_next and other variables used for host addressesStefan Weil2012-04-073-23/+22
* | | | softfloat: roundAndPackInt{32, 64}: Don't assume int32 is 32 bitsPeter Maydell2012-04-071-2/+2
* | | | softfloat: float*_to_int32_round_to_zero: don't assume int32 is 32 bitsPeter Maydell2012-04-071-4/+4
* | | | configure: require glib 2.12, 2.20 for mingw32Paolo Bonzini2012-04-071-2/+10
* | | | main-loop: integrate glib sources for w32Paolo Bonzini2012-04-071-6/+15
* | | | main-loop: replace WaitForMultipleObjects with g_pollPaolo Bonzini2012-04-071-23/+17
* | | | main-loop: interrupt wait when data arrives on a socketPaolo Bonzini2012-04-073-25/+48
* | | | main-loop: disable fd_set-based glib integration under w32Paolo Bonzini2012-04-071-30/+33
* | | | main loop: use msec-based timeout in glib_select_fillPaolo Bonzini2012-04-071-12/+10
* | | | target-sparc: QOM'ify CPUAndreas Färber2012-04-073-9/+135
OpenPOWER on IntegriCloud