| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | target/riscv: Use env_cpu, env_archcpu | Richard Henderson | 2019-06-10 | 1 | -1/+1 |
* | target/ppc: Use env_cpu, env_archcpu | Richard Henderson | 2019-06-10 | 1 | -1/+1 |
* | target/openrisc: Use env_cpu, env_archcpu | Richard Henderson | 2019-06-10 | 1 | -1/+1 |
* | target/mips: Use env_cpu, env_archcpu | Richard Henderson | 2019-06-10 | 1 | -1/+1 |
* | target/microblaze: Use env_cpu, env_archcpu | Richard Henderson | 2019-06-10 | 1 | -1/+1 |
* | target/m68k: Use env_cpu | Richard Henderson | 2019-06-10 | 3 | -4/+3 |
* | target/i386: Use env_cpu, env_archcpu | Richard Henderson | 2019-06-10 | 3 | -11/+11 |
* | target/hppa: Use env_cpu, env_archcpu | Richard Henderson | 2019-06-10 | 1 | -1/+1 |
* | target/cris: Use env_cpu, env_archcpu | Richard Henderson | 2019-06-10 | 1 | -1/+1 |
* | target/arm: Use env_cpu, env_archcpu | Richard Henderson | 2019-06-10 | 4 | -10/+10 |
* | target/alpha: Use env_cpu, env_archcpu | Richard Henderson | 2019-06-10 | 1 | -1/+1 |
* | cpu: Replace ENV_GET_CPU with env_cpu | Richard Henderson | 2019-06-10 | 12 | -25/+25 |
* | linux-user: elf: ELF_HWCAP for s390x | David Hildenbrand | 2019-06-07 | 1 | -0/+28 |
* | s390x: Use uint64_t for vector registers | David Hildenbrand | 2019-06-07 | 1 | -2/+2 |
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-280519-2... | Peter Maydell | 2019-05-28 | 2 | -0/+26 |
|\ |
|
| * | target/arm: use the common interface for WRITE0/WRITEC in arm-semi | Alex Bennée | 2019-05-28 | 2 | -0/+26 |
* | | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-may-19-2019-v... | Peter Maydell | 2019-05-28 | 1 | -8/+16 |
|\ \ |
|
| * | | linux-user: fix __NR_semtimedop undeclared error | Laurent Vivier | 2019-05-26 | 1 | -8/+16 |
| |/ |
|
* / | linux-user/riscv: Add the CPU type as a comment | Alistair Francis | 2019-05-24 | 1 | -0/+1 |
|/ |
|
* | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.1-pull-re... | Peter Maydell | 2019-05-24 | 6 | -62/+143 |
|\ |
|
| * | linux-user: Pass through nanosecond timestamp components for stat syscalls | Chen-Yu Tsai | 2019-05-24 | 2 | -18/+50 |
| * | linux-user: Align mmap_find_vma to host page size | Richard Henderson | 2019-05-24 | 1 | -0/+2 |
| * | linux-user: Fix shmat emulation by honoring host SHMLBA | Richard Henderson | 2019-05-24 | 4 | -42/+50 |
| * | linux-user: Sanitize interp_info and, for mips only, init field fp_abi | Daniel Santos | 2019-05-22 | 1 | -0/+5 |
| * | linux-user: Add support for SIOC<G|S>IFPFLAGS ioctls for all targets | Neng Chen | 2019-05-22 | 2 | -0/+4 |
| * | linux-user: Add support for SIOCSPGRP ioctl for all targets | Aleksandar Markovic | 2019-05-22 | 2 | -0/+4 |
| * | linux-user: Fix support for SIOCATMARK and SIOCGPGRP ioctls for xtensa | Aleksandar Markovic | 2019-05-22 | 1 | -1/+2 |
| * | linux-user: add pseudo /proc/hardware for m68k | Laurent Vivier | 2019-05-22 | 1 | -1/+12 |
| * | linux-user: add pseudo /proc/cpuinfo for sparc | Laurent Vivier | 2019-05-22 | 1 | -1/+15 |
* | | target/arm: Put all PAC keys into a structure | Richard Henderson | 2019-05-22 | 2 | -10/+6 |
* | | linux-user: Remove srand call | Richard Henderson | 2019-05-22 | 1 | -11/+0 |
* | | linux-user/aarch64: Use qemu_guest_getrandom for PAUTH keys | Richard Henderson | 2019-05-22 | 3 | -30/+32 |
* | | linux-user: Use qemu_guest_getrandom_nofail for AT_RANDOM | Richard Henderson | 2019-05-22 | 1 | -5/+3 |
* | | linux-user: Call qcrypto_init if not using -seed | Richard Henderson | 2019-05-22 | 1 | -9/+19 |
* | | linux-user: Initialize pseudo-random seeds for all guest cpus | Richard Henderson | 2019-05-22 | 2 | -11/+22 |
|/ |
|
* | target/alpha: Fix user-only floating-point exceptions | Richard Henderson | 2019-05-19 | 2 | -56/+53 |
* | Clean up ill-advised or unusual header guards | Markus Armbruster | 2019-05-13 | 3 | -8/+8 |
* | linux-user/nios2 linux-user/riscv: Clean up header guards | Markus Armbruster | 2019-05-13 | 7 | -17/+17 |
* | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.1-pull-re... | Peter Maydell | 2019-05-10 | 6 | -13/+69 |
|\ |
|
| * | linux-user: fix GPROF build failure | Alex Bennée | 2019-05-10 | 2 | -3/+3 |
| * | linux-user: avoid treading on gprof's SIGPROF signals | Alex Bennée | 2019-05-10 | 1 | -0/+5 |
| * | linux-user: elf: Map empty PT_LOAD segments | Giuseppe Musacchio | 2019-05-10 | 1 | -5/+13 |
| * | The ioctl(SIOCGIFNAME) call requires a struct ifreq. | Erik Kline | 2019-05-10 | 1 | -1/+1 |
| * | linux-user: avoid string truncation warnings in uname field copying | Daniel P. Berrangé | 2019-05-09 | 1 | -3/+2 |
| * | linux-user/elfload: Fix GCC 9 build warnings | Alistair Francis | 2019-05-09 | 1 | -1/+1 |
| * | linux-user: Add missing IPV6 sockopts | Helge Deller | 2019-05-09 | 1 | -0/+44 |
* | | target/sh4: Fix LGPL information in the file headers | Thomas Huth | 2019-05-08 | 2 | -2/+2 |
* | | target/openrisc: Fix LGPL information in the file headers | Thomas Huth | 2019-05-08 | 2 | -2/+2 |
|/ |
|
* | cpu: Rename parse_cpu_model() to parse_cpu_option() | Eduardo Habkost | 2019-04-25 | 1 | -1/+1 |
* | qom/cpu: Simplify how CPUClass:cpu_dump_state() prints | Markus Armbruster | 2019-04-18 | 7 | -9/+9 |