aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-25hw/openrisc/openrisc_sim: Use IRQ splitter when connecting UARTStafford Horne1-8/+24
2022-02-25hw/openrisc/openrisc_sim: Parameterize initializationStafford Horne1-8/+34
2022-02-25hw/openrisc/openrisc_sim: Create machine state for or1ksimStafford Horne1-2/+28
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
2022-02-21checkpatch: Ensure that TypeInfos are constBernhard Beschow1-0/+1
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow39-42/+42
2022-02-21hvf: arm: Handle unknown ID registers as RES0Alexander Graf1-0/+14
2022-02-21hvf: arm: Use macros for sysreg shift/maskingAlexander Graf1-22/+47
2022-02-21hw/tricore: Remove unused and incorrect headerPhilippe Mathieu-Daudé1-1/+0
2022-02-21configure, meson: move CONFIG_IASL to a Meson optionPaolo Bonzini4-7/+12
2022-02-21meson, configure: move ntddscsi API check to mesonMarc-André Lureau4-28/+21
2022-02-21meson: require dynamic linking for VSS supportMarc-André Lureau2-2/+4
2022-02-21qga/vss-win32: require widl/midl, remove pre-built TLB fileMarc-André Lureau4-8/+7
2022-02-21meson: do not make qga/vss-win32/meson.build conditional on C++ presenceMarc-André Lureau1-17/+24
2022-02-21configure, meson: replace VSS SDK checks and options with --enable-vss-sdkMarc-André Lureau5-50/+33
2022-02-21qga/vss: use standard windows headers locationMarc-André Lureau4-10/+6
2022-02-21qga/vss-win32: use widl if availableMarc-André Lureau1-3/+6
2022-02-21meson: drop --with-win-sdkMarc-André Lureau2-34/+0
2022-02-21qga/vss-win32: fix midl argumentsMarc-André Lureau1-2/+1