Age | Commit message (Expand) | Author |
2022-12-16 | target/mips: Convert to 3-phase reset | Peter Maydell |
2022-12-16 | target/microblaze: Convert to 3-phase reset | Peter Maydell |
2022-12-16 | target/m68k: Convert to 3-phase reset | Peter Maydell |
2022-12-16 | target/loongarch: Convert to 3-phase reset | Peter Maydell |
2022-12-16 | target/i386: Convert to 3-phase reset | Peter Maydell |
2022-12-16 | target/hexagon: Convert to 3-phase reset | Peter Maydell |
2022-12-16 | target/cris: Convert to 3-phase reset | Peter Maydell |
2022-12-16 | target/avr: Convert to 3-phase reset | Peter Maydell |
2022-12-16 | target/arm: Convert to 3-phase reset | Peter Maydell |
2022-12-16 | hw/core/cpu-common: Convert TYPE_CPU class to 3-phase reset | Peter Maydell |
2022-12-16 | hw/misc: Convert TYPE_MOS6522 subclasses to 3-phase reset | Peter Maydell |
2022-12-16 | hw/misc/mos6522: Convert TYPE_MOS6522 to 3-phase reset | Peter Maydell |
2022-12-16 | hw/input/ps2.c: Convert TYPE_PS2_{KBD, MOUSE}_DEVICE to 3-phase reset | Peter Maydell |
2022-12-16 | hw/input/ps2: Convert TYPE_PS2_DEVICE to 3-phase reset | Peter Maydell |
2022-12-16 | hw: Remove device_legacy_reset() | Peter Maydell |
2022-12-16 | qdev: Remove qdev_reset_all() and qbus_reset_all() | Peter Maydell |
2022-12-16 | Replace use of qdev_reset_all() with device_cold_reset() | Peter Maydell |
2022-12-16 | hw/hyperv/vmbus: Use device_cold_reset() and bus_cold_reset() | Peter Maydell |
2022-12-16 | pci: Use device_cold_reset() and bus_cold_reset() | Peter Maydell |
2022-12-16 | hw/s390x/s390-pci-inst.c: Use device_cold_reset() to reset PCI devices | Peter Maydell |
2022-12-15 | Merge tag 'pull-request-2022-12-15' of https://gitlab.com/thuth/qemu into sta... | Peter Maydell |
2022-12-15 | Merge tag 'pull-target-arm-20221215-1' of https://git.linaro.org/people/pmayd... | Peter Maydell |
2022-12-15 | target/arm: Restrict arm_cpu_exec_interrupt() to TCG accelerator | Philippe Mathieu-Daudé |
2022-12-15 | hw/misc: Move some arm-related files from specific_ss into softmmu_ss | Thomas Huth |
2022-12-15 | Merge tag 'next-8.0-pull-request' of https://gitlab.com/juan.quintela/qemu in... | Peter Maydell |
2022-12-15 | tests/qtest/vhost-user-blk-test: don't abort all qtests on missing envar | Christian Schoenebeck |
2022-12-15 | .gitlab/issue_templates: Move suggestions into comments | Thomas Huth |
2022-12-15 | gitlab-ci: Check building ppc64 without TCG | Thomas Huth |
2022-12-15 | FreeBSD: Upgrade to 12.4 release | Brad Smith |
2022-12-15 | tests/qtest: Enable qtest build on Windows | Bin Meng |
2022-12-15 | .gitlab-ci.d/windows.yml: Exclude qTests from 64-bit CI job for now | Bin Meng |
2022-12-15 | .gitlab-ci.d/windows.yml: Keep 64-bit and 32-bit build scripts consistent | Bin Meng |
2022-12-15 | .gitlab-ci.d/windows.yml: Unify the prerequisite packages | Bin Meng |
2022-12-15 | tests/qtest/libqos/e1000e: Correctly group register accesses | Akihiko Odaki |
2022-12-15 | tests/qtest/e1000e-test: De-duplicate constants | Akihiko Odaki |
2022-12-15 | tests/qtest/libqos/e1000e: Remove "other" interrupts | Akihiko Odaki |
2022-12-15 | hw: Include the VMWare devices only in the x86 targets | Thomas Huth |
2022-12-15 | MAINTAINERS: Add documentation files to the corresponding sections | Thomas Huth |
2022-12-15 | util/oslib-win32: Remove obsolete reference to g_poll code | Thomas Huth |
2022-12-15 | util/qemu-config: Fix "query-command-line-options" to provide the right values | Thomas Huth |
2022-12-15 | scripts/make-release: Only clone single branches to speed up the script | Thomas Huth |
2022-12-15 | scripts/make-release: Add a simple help text for the script | Thomas Huth |
2022-12-15 | monitor/misc: Remove superfluous include statements | Thomas Huth |
2022-12-15 | target/s390x: The MVCP and MVCS instructions are not privileged | Thomas Huth |
2022-12-15 | target/s390x/tcg/mem_helper: Test the right bits in psw_key_valid() | Thomas Huth |
2022-12-15 | s390x/pci: reset ISM passthrough devices on shutdown and system reset | Matthew Rosato |
2022-12-15 | s390x/pci: shrink DMA aperture to be bound by vfio DMA limit | Matthew Rosato |
2022-12-15 | s390x/pci: coalesce unmap operations | Matthew Rosato |
2022-12-15 | hw/arm/boot: set initrd with #address-cells type in fdt | Schspa Shi |
2022-12-15 | hw/intc: Convert TYPE_KVM_ARM_ITS to 3-phase reset | Peter Maydell |