Age | Commit message (Expand) | Author | Files | Lines |
2021-07-09 | hw/arm/virt: Make PL061 GPIO lines pulled low, not high | Peter Maydell | 1 | -0/+3 |
2021-07-09 | hw/gpio/pl061: Make pullup/pulldown of outputs configurable | Peter Maydell | 1 | -4/+47 |
2021-07-09 | hw/gpio/pl061: Honour Luminary PL061 PUR and PDR registers | Peter Maydell | 2 | -7/+57 |
2021-07-09 | hw/gpio/pl061: Document the interface of this device | Peter Maydell | 1 | -0/+7 |
2021-07-09 | hw/gpio/pl061: Add tracepoints for register read and write | Peter Maydell | 2 | -22/+50 |
2021-07-09 | hw/gpio/pl061: Clean up read/write offset handling logic | Peter Maydell | 1 | -25/+79 |
2021-07-09 | hw/gpio/pl061: Convert DPRINTF to tracepoints | Peter Maydell | 2 | -18/+15 |
2021-07-09 | hw/intc/arm_gicv3_cpuif: Fix virtual irq number check in icv_[dir|eoir]_write | Ricardo Koller | 1 | -2/+2 |
2021-07-09 | tests/boot-serial-test: Add STM32VLDISCOVERY board testcase | Alexandre Iooss | 1 | -0/+37 |
2021-07-09 | docs/system: arm: Add stm32 boards description | Alexandre Iooss | 3 | -0/+68 |
2021-07-09 | stm32vldiscovery: Add the STM32VLDISCOVERY Machine | Alexandre Iooss | 5 | -0/+78 |
2021-07-09 | stm32f100: Add the stm32f100 SoC | Alexandre Iooss | 5 | -0/+252 |
2021-07-09 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 22 | -8/+115 |
2021-07-08 | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request... | Peter Maydell | 10 | -17/+161 |
2021-07-08 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re... | Peter Maydell | 7 | -215/+235 |
2021-07-08 | tests/tcg: generalise the disabling of the signals test | Alex Bennée | 3 | -6/+6 |
2021-07-07 | linux-user/syscall: Remove hardcoded tabs (code style) | Philippe Mathieu-Daudé | 1 | -94/+94 |
2021-07-07 | linux-user/alpha: Remove hardcoded tabs (code style) | Philippe Mathieu-Daudé | 1 | -99/+97 |
2021-07-07 | linux-user/mips: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN | Philippe Mathieu-Daudé | 2 | -0/+4 |
2021-07-07 | linux-user/hppa: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN | Philippe Mathieu-Daudé | 1 | -0/+2 |
2021-07-07 | linux-user/alpha: Handle TARGET_EWOULDBLOCK as TARGET_EAGAIN | Philippe Mathieu-Daudé | 1 | -0/+2 |
2021-07-07 | linux-user: Fix style problems in linuxload.c | Richard Henderson | 1 | -22/+20 |
2021-07-07 | linux-user: fill ppid field in /proc/self/stat | Andreas Schwab | 1 | -0/+3 |
2021-07-07 | linux-user/elfload: Implement ELF_HWCAP for RISC-V | Kito Cheng | 1 | -0/+13 |
2021-07-07 | MAINTAINERS: Add maintainer for vhost-user RNG implementation | Mathieu Poirier | 1 | -0/+9 |
2021-07-06 | block/io: Merge discard request alignments | Akihiko Odaki | 1 | -0/+2 |
2021-07-06 | block: Add backend_defaults property | Akihiko Odaki | 3 | -4/+79 |
2021-07-06 | block/file-posix: Optimize for macOS | Akihiko Odaki | 1 | -2/+25 |
2021-07-06 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 34 | -1579/+1170 |
2021-07-06 | config-host.mak: remove unused compiler-related lines | Paolo Bonzini | 2 | -11/+0 |
2021-07-06 | Set icon for QEMU binary on Mac OS | John Arbuckle | 2 | -6/+19 |
2021-07-06 | qemu-option: remove now-dead code | Paolo Bonzini | 3 | -79/+10 |
2021-07-06 | machine: add smp compound property | Paolo Bonzini | 4 | -69/+95 |
2021-07-06 | vl: switch -M parsing to keyval | Paolo Bonzini | 1 | -163/+140 |
2021-07-06 | keyval: introduce keyval_parse_into | Paolo Bonzini | 2 | -8/+37 |
2021-07-06 | keyval: introduce keyval_merge | Paolo Bonzini | 3 | -0/+139 |
2021-07-06 | qom: export more functions for use with non-UserCreatable objects | Paolo Bonzini | 2 | -16/+65 |
2021-07-06 | configure: convert compiler tests to meson, part 6 | Paolo Bonzini | 2 | -75/+11 |
2021-07-06 | configure: convert compiler tests to meson, part 5 | Paolo Bonzini | 2 | -101/+26 |
2021-07-06 | configure: convert compiler tests to meson, part 4 | Paolo Bonzini | 2 | -142/+34 |
2021-07-06 | configure: convert compiler tests to meson, part 3 | Paolo Bonzini | 2 | -87/+10 |
2021-07-06 | configure: convert compiler tests to meson, part 2 | Paolo Bonzini | 2 | -49/+5 |
2021-07-06 | configure: convert compiler tests to meson, part 1 | Paolo Bonzini | 3 | -366/+43 |
2021-07-06 | configure: convert HAVE_BROKEN_SIZE_MAX to meson | Paolo Bonzini | 2 | -17/+9 |
2021-07-06 | configure, meson: move CONFIG_IVSHMEM to meson | Paolo Bonzini | 3 | -11/+4 |
2021-07-06 | meson: store dependency('threads') in a variable | Paolo Bonzini | 2 | -2/+2 |
2021-07-06 | meson: sort existing compiler tests | Paolo Bonzini | 1 | -3/+6 |
2021-07-06 | configure, meson: convert libxml2 detection to meson | Paolo Bonzini | 3 | -29/+10 |
2021-07-06 | configure, meson: convert liburing detection to meson | Paolo Bonzini | 3 | -28/+11 |
2021-07-06 | configure, meson: convert libpmem detection to meson | Paolo Bonzini | 3 | -24/+10 |