aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-26arch_init.h: Move QEMU_ARCH_VIRTIO_* to qdev-monitor.cPeter Maydell
2021-08-26arch_init.h: Add QEMU_ARCH_HEXAGONPeter Maydell
2021-08-26meson.build: Define QEMU_ARCH in config-target.hPeter Maydell
2021-08-26softmmu/arch_init.c: Trim down include listPeter Maydell
2021-08-26monitor: Use accel_find("kvm") instead of kvm_available()Peter Maydell
2021-08-26softmmu: Use accel_find("xen") instead of xen_available()Peter Maydell
2021-08-26MAINTAINERS: Add ACPI specs documents to ACPI and NVDIMM sectionsPeter Maydell
2021-08-26docs/specs/acpi_nvdimm: Convert to rSTPeter Maydell
2021-08-26docs/specs/acpi_pci_hotplug: Convert to rSTPeter Maydell
2021-08-26docs/specs/acpi_mem_hotplug: Convert to rSTPeter Maydell
2021-08-26docs/specs/acpu_cpu_hotplug: Convert to rSTPeter Maydell
2021-08-26target/arm/cpu64: Validate sve vector lengths are supportedAndrew Jones
2021-08-26target/arm/cpu64: Replace kvm_supported with sve_vq_supportedAndrew Jones
2021-08-26target/arm/kvm64: Ensure sve vls map is completely clearAndrew Jones
2021-08-26target/arm/cpu: Introduce sve_vq_supported bitmapAndrew Jones
2021-08-26hw/arm/Kconfig: no need to enable ACPI_MEMORY_HOTPLUG/ACPI_NVDIMM explicitlyAni Sinha
2021-08-26hw/dma/xlnx-zdma Always expect 'dma' link property to be setPhilippe Mathieu-Daudé
2021-08-26hw/dma/xlnx_csu_dma: Always expect 'dma' link property to be setPhilippe Mathieu-Daudé
2021-08-26hw/dma/xlnx_csu_dma: Run trivial checks early in realize()Philippe Mathieu-Daudé
2021-08-26hw/arm/xlnx-zynqmp: Realize qspi controller *after* qspi_dmaPhilippe Mathieu-Daudé
2021-08-26Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-08-26' into ...Peter Maydell
2021-08-26qapi: make 'if' condition strings simple identifiersMarc-André Lureau
2021-08-26qapi: add 'not' condition operationMarc-André Lureau
2021-08-26qapi: Use 'if': { 'any': ... } where appropriateMarc-André Lureau
2021-08-26qapi: add 'any' conditionMarc-André Lureau
2021-08-26qapi: replace if condition list with dict {'all': [...]}Marc-André Lureau
2021-08-26qapidoc: introduce QAPISchemaIfCond.docgen()Marc-André Lureau
2021-08-26qapi: introduce QAPISchemaIfCond.cgen()Marc-André Lureau
2021-08-26qapi: add QAPISchemaIfCond.is_present()Marc-André Lureau
2021-08-26qapi: wrap Sequence[str] in an objectMarc-André Lureau
2021-08-26docs: update the documentation upfront about schema configurationMarc-André Lureau
2021-08-26qapi: Fix crash on redefinition with a different conditionMarkus Armbruster
2021-08-26Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...Peter Maydell
2021-08-25Merge remote-tracking branch 'remotes/philmd/tags/mips-20210825' into stagingPeter Maydell
2021-08-25Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-08-...Peter Maydell
2021-08-25i386/cpu: Remove AVX_VNNI feature from Cooperlake cpu modelYang Zhong
2021-08-25target/i386: Remove split lock detect in Snowridge CPU modelChenyi Qiang
2021-08-25target/mips: Replace TARGET_WORDS_BIGENDIAN by cpu_is_bigendian()Philippe Mathieu-Daudé
2021-08-25target/mips: Store CP0_Config0 in DisasContextPhilippe Mathieu-Daudé
2021-08-25target/mips: Replace GET_LMASK64() macro by get_lmask(64) functionPhilippe Mathieu-Daudé
2021-08-25target/mips: Replace GET_LMASK() macro by get_lmask(32) functionPhilippe Mathieu-Daudé
2021-08-25target/mips: Call cpu_is_bigendian & inline GET_OFFSET in ld/st helpersPhilippe Mathieu-Daudé
2021-08-25target/mips: Define gen_helper() macros in translate.hPhilippe Mathieu-Daudé
2021-08-25target/mips: Use tcg_constant_i32() in generate_exception_err()Philippe Mathieu-Daudé
2021-08-25target/mips: Inline gen_helper_0e0i()Philippe Mathieu-Daudé
2021-08-25target/mips: Inline gen_helper_1e1i() call in op_ld_INSN() macrosPhilippe Mathieu-Daudé
2021-08-25target/mips: Simplify gen_helper() macros by using tcg_constant_i32()Philippe Mathieu-Daudé
2021-08-25target/mips: Use tcg_constant_i32() in gen_helper_0e2i()Philippe Mathieu-Daudé
2021-08-25target/mips: Remove gen_helper_1e2i()Philippe Mathieu-Daudé
2021-08-25target/mips: Remove gen_helper_0e3i()Philippe Mathieu-Daudé