aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-26bsd-user/sycall.c: Now obsolete, removeWarner Losh1-516/+0
2022-02-26bsd-user: Move system call building to os-syscall.cWarner Losh2-1/+1
2022-02-26bsd-user/freebsd/os-syscall.c: Move syscall processing hereWarner Losh1-0/+69
2022-02-26bsd-user: Remove bsd_typeWarner Losh2-9/+0
2022-02-26bsd-user/x86_64/target_arch_thread.h: Assume a FreeBSD targetWarner Losh1-3/+1
2022-02-26bsd-user/arm/target_arch_thread.h: Assume a FreeBSD targetWarner Losh1-3/+1
2022-02-26bsd-user/arm/target_arch_cpu.h: Only support FreeBSD sys callsWarner Losh1-73/+66
2022-02-26bsd-user/i386/target_arch_cpu.h: Remove openbsd syscallWarner Losh1-47/+37
2022-02-26bsd-user/x86_64/target_arch_cpu.h: Remove openbsd syscallWarner Losh1-19/+8
2022-02-26bsd-user/x86_64/target_arch_cpu.h: int $80 never was a BSD system call on amd64Warner Losh1-58/+0
2022-02-26bsd-user/main.c: Drop syscall flavor arg -bsdWarner Losh1-12/+0
2022-02-24Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...Peter Maydell8-15/+118
2022-02-23MAINTAINERS: python - remove ehabkost and add blealJohn Snow1-2/+2
2022-02-23Revert "python: pin setuptools below v60.0.0"John Snow2-3/+0
2022-02-23Python: add setuptools v60.0 workaroundJohn Snow2-2/+4
2022-02-23Python: discourage direct setup.py installJohn Snow1-1/+18
2022-02-23python: support recording QMP session to a fileDaniel P. Berrangé2-7/+25
2022-02-23python: introduce qmp-shell-wrap convenience toolDaniel P. Berrangé3-4/+73
2022-02-23Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-next-pull-req...Peter Maydell7-87/+599
2022-02-22Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-...Peter Maydell8-13/+16
2022-02-22hid: Implement support for side and extra buttonsNoah Bergbauer2-3/+5
2022-02-22vdpa: Make ncs autofreeEugenio Pérez1-3/+2
2022-02-22qemu-options: fix incorrect description for '-drive index='Laurent Vivier1-1/+1
2022-02-22Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell74-296/+733
2022-02-21Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell36-876/+688
2022-02-21hw/nvram: use at24 macroPatrick Venture1-1/+1
2022-02-21target/rx: Remove unused ENV_OFFSET definitionPhilippe Mathieu-Daudé1-2/+0
2022-02-21target/avr: Correct AVRCPUClass docstringPhilippe Mathieu-Daudé1-1/+0
2022-02-21configure: Disable capstone and slirp in the --without-default-features modeThomas Huth1-2/+7
2022-02-21Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220221-...Peter Maydell84-410/+623
2022-02-21ui/cocoa: Fix the leak of qemu_console_get_labelAkihiko Odaki1-1/+3
2022-02-21ui/cocoa: Do not alert even without block devicesAkihiko Odaki1-5/+0
2022-02-21ui/cocoa: Remove allowedFileTypes restriction in SavePanelPhilippe Mathieu-Daudé1-6/+0
2022-02-21hw/arm: add initial mori-bmc boardPatrick Venture2-0/+33
2022-02-21hw/timer: fix a9gtimer vmstatePavel Dovgalyuk1-0/+21
2022-02-21MAINTAINERS: Add Akihiko Odaki to macOS-relatedsAkihiko Odaki1-0/+2
2022-02-21include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell11-16/+36
2022-02-21include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.hPeter Maydell9-5/+28
2022-02-21include: Move QEMU_MAP_* constants to mmap-alloc.hPeter Maydell2-25/+23
2022-02-21include: Move qemu_mprotect_*() to new qemu/mprotect.hPeter Maydell4-4/+16
2022-02-21include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell12-82/+105
2022-02-21hw/arm/armv7m: Handle disconnected clock inputsPeter Maydell1-4/+22
2022-02-21Kconfig: Add 'imply I2C_DEVICES' on boards with available i2c busPeter Maydell1-0/+10
2022-02-21Kconfig: Add I2C_DEVICES device groupPeter Maydell4-2/+18
2022-02-21target/arm: Support PAuth extension for hvfPeter Maydell1-4/+10
2022-02-21target/arm: Fix '-cpu max' for HVFPeter Maydell1-2/+3
2022-02-21target/arm: Unindent unnecessary else-clausePeter Maydell1-160/+163
2022-02-21target/arm: Make KVM -cpu max exactly like -cpu hostPeter Maydell1-6/+8
2022-02-21target/arm: Use aarch64_cpu_register() for 'host' CPU typePeter Maydell1-13/+4
2022-02-21target/arm: Move '-cpu host' code to cpu64.cPeter Maydell2-30/+30