aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-12block/file-posix: Simplify the XFS_IOC_DIOINFO handlingThomas Huth5-55/+17
2022-01-12meson: cleanup common-user/ buildPaolo Bonzini2-13/+2
2022-01-12user: move common-user includes to a subdirectory of {bsd,linux}-user/Paolo Bonzini19-3/+3
2022-01-12meson: reuse common_user_inc when building files specific to user-mode emulatorsPaolo Bonzini1-1/+1
2022-01-12linux-user: Fix clang warning for nios2-linux-user codePeter Maydell1-1/+1
2022-01-11Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...Peter Maydell4-9/+7
2022-01-11Merge remote-tracking branch 'remotes/philmd/tags/sdmmc-20220108' into stagingPeter Maydell1-21/+31
2022-01-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell18-398/+83
2022-01-10simplebench: Fix Python syntax error (reported by LGTM)Stefan Weil1-1/+1
2022-01-10python: update type hints for mypy 0.930John Snow1-5/+1
2022-01-10Python/aqmp: fix type definitions for mypy 0.920John Snow1-2/+3
2022-01-10python/aqmp: use absolute import statementJohn Snow1-1/+2
2022-01-10Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin6-35/+2
2022-01-10Revert "virtio-pci: decouple notifier from interrupt process"Michael S. Tsirkin1-57/+31
2022-01-10Revert "virtio-pci: decouple the single vector from the interrupt process"Michael S. Tsirkin1-73/+58
2022-01-10Revert "vhost: introduce new VhostOps vhost_set_config_call"Michael S. Tsirkin1-3/+0
2022-01-10Revert "vhost-vdpa: add support for config interrupt"Michael S. Tsirkin2-8/+0
2022-01-10Revert "virtio: add support for configure interrupt"Michael S. Tsirkin2-33/+0
2022-01-10Revert "vhost: add support for configure interrupt"Michael S. Tsirkin2-80/+0
2022-01-10Revert "virtio-net: add support for configure interrupt"Michael S. Tsirkin4-22/+2
2022-01-10Revert "virtio-mmio: add support for configure interrupt"Michael S. Tsirkin1-27/+0
2022-01-10Revert "virtio-pci: add support for configure interrupt"Michael S. Tsirkin2-83/+13
2022-01-10Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-7.0-pull-request' ...Peter Maydell4-5/+16
2022-01-09target/m68k: don't word align SP in stack frame if M68K_FEATURE_UNALIGNED_DAT...Mark Cave-Ayland1-1/+4
2022-01-09macfb: fix VRAM dirty memory region loggingMark Cave-Ayland1-1/+1
2022-01-09q800: fix segfault with invalid MacROMLaurent Vivier1-2/+3
2022-01-09hw: m68k: Add virt compat machine type for 7.0Laurent Vivier1-1/+8
2022-01-08Merge tag 'bsd-user-arm-pull-request' of gitlab.com:bsdimp/qemu into stagingRichard Henderson24-350/+1214
2022-01-07Merge tag 'pull-riscv-to-apply-20220108' of github.com:alistair23/qemu into s...Richard Henderson81-749/+2317
2022-01-07bsd-user: add arm target buildWarner Losh1-0/+2
2022-01-07bsd-user/freebsd/target_os_ucontext.h: Require TARGET_*CONTEXT_SIZEWarner Losh1-2/+0
2022-01-07bsd-user/arm/signal.c: arm get_ucontext_sigreturnWarner Losh1-0/+9
2022-01-07bsd-user/arm/signal.c: arm set_mcontextWarner Losh1-0/+76
2022-01-07bsd-user/arm/signal.c: arm get_mcontextWarner Losh1-0/+51
2022-01-07bsd-user/arm/signal.c: arm set_sigtramp_argsWarner Losh1-0/+60
2022-01-07bsd-user/arm/target_arch_signal.h: Define size of *context_tWarner Losh1-0/+3
2022-01-07bsd-user/arm/target_arch_signal.h: arm machine context and trapframe for signalsWarner Losh1-0/+28
2022-01-07bsd-user/arm/target_arch_signal.h: arm specific signal registers and stackWarner Losh1-0/+57
2022-01-07bsd-user/arm/target_arch_elf.h: arm get_hwcap2 implWarner Losh1-0/+22
2022-01-07bsd-user/arm/target_arch_elf.h: arm get hwcapWarner Losh1-1/+71
2022-01-07bsd-user/arm/target_arch_elf.h: arm defines for ELFWarner Losh1-0/+36
2022-01-07bsd-user/arm/target_arch_thread.h: Routines to create and switch to a threadWarner Losh1-0/+82
2022-01-07bsd-user/arm/target_arch_sigtramp.h: Signal Trampoline for armWarner Losh1-0/+49
2022-01-07bsd-user/arm/target_arch_vmparam.h: Parameters for arm address spaceWarner Losh1-0/+48
2022-01-07bsd-user/arm/target_arch_reg.h: Implement core dump register copyingWarner Losh1-0/+60
2022-01-07bsd-user/arm/target_arch_cpu.h: Implement system call dispatchWarner Losh1-0/+94
2022-01-07bsd-user/arm/target_arch_cpu.h: Implement data abort exceptionsWarner Losh1-0/+11
2022-01-07bsd-user/arm/target_arch_cpu.h: Implement trivial EXCP exceptionsWarner Losh1-0/+33
2022-01-07bsd-user/arm/target_arch_cpu.h: Dummy target_cpu_loop implementationWarner Losh1-0/+22
2022-01-07bsd-user/arm/target_arch_cpu.h: Implement target_cpu_clone_regsWarner Losh1-0/+8