aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-26tests/qtest/ipmi-bt-test: Zero-initialize sockaddr structPeter Maydell1-1/+1
2021-08-26gdbstub: Zero-initialize sockaddr structsPeter Maydell1-2/+2
2021-08-26net: Zero sockaddr_in in parse_host_port()Peter Maydell1-0/+2
2021-08-26softmmu/physmem.c: Check return value from realpath()Peter Maydell1-0/+3
2021-08-26softmmu/physmem.c: Remove unneeded NULL check in qemu_ram_alloc_from_fd()Peter Maydell1-1/+1
2021-08-26hw/core/loader: In gunzip(), check index is in range before use, not afterPeter Maydell1-10/+25
2021-08-26stubs: Remove unused arch_type.c stubPeter Maydell3-7/+0
2021-08-26arch_init.h: Don't include arch_init.h unnecessarilyPeter Maydell14-14/+0
2021-08-26arch_init.h: Move QEMU_ARCH_VIRTIO_* to qdev-monitor.cPeter Maydell2-9/+9
2021-08-26arch_init.h: Add QEMU_ARCH_HEXAGONPeter Maydell1-0/+1
2021-08-26meson.build: Define QEMU_ARCH in config-target.hPeter Maydell2-41/+2
2021-08-26softmmu/arch_init.c: Trim down include listPeter Maydell1-7/+0
2021-08-26monitor: Use accel_find("kvm") instead of kvm_available()Peter Maydell3-12/+1
2021-08-26softmmu: Use accel_find("xen") instead of xen_available()Peter Maydell3-13/+3
2021-08-26MAINTAINERS: Add ACPI specs documents to ACPI and NVDIMM sectionsPeter Maydell1-0/+5
2021-08-26docs/specs/acpi_nvdimm: Convert to rSTPeter Maydell3-188/+229
2021-08-26docs/specs/acpi_pci_hotplug: Convert to rSTPeter Maydell2-17/+21
2021-08-26docs/specs/acpi_mem_hotplug: Convert to rSTPeter Maydell3-94/+129
2021-08-26docs/specs/acpu_cpu_hotplug: Convert to rSTPeter Maydell3-160/+236
2021-08-26target/arm/cpu64: Validate sve vector lengths are supportedAndrew Jones1-56/+45
2021-08-26target/arm/cpu64: Replace kvm_supported with sve_vq_supportedAndrew Jones1-8/+11
2021-08-26target/arm/kvm64: Ensure sve vls map is completely clearAndrew Jones1-1/+1
2021-08-26target/arm/cpu: Introduce sve_vq_supported bitmapAndrew Jones2-0/+6
2021-08-26hw/arm/Kconfig: no need to enable ACPI_MEMORY_HOTPLUG/ACPI_NVDIMM explicitlyAni Sinha1-2/+0
2021-08-26hw/dma/xlnx-zdma Always expect 'dma' link property to be setPhilippe Mathieu-Daudé4-13/+23
2021-08-26hw/dma/xlnx_csu_dma: Always expect 'dma' link property to be setPhilippe Mathieu-Daudé3-12/+15
2021-08-26hw/dma/xlnx_csu_dma: Run trivial checks early in realize()Philippe Mathieu-Daudé1-5/+5
2021-08-26hw/arm/xlnx-zynqmp: Realize qspi controller *after* qspi_dmaPhilippe Mathieu-Daudé1-22/+20
2021-08-26Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-08-26' into ...Peter Maydell53-342/+503
2021-08-26qapi: make 'if' condition strings simple identifiersMarc-André Lureau25-208/+206
2021-08-26qapi: add 'not' condition operationMarc-André Lureau10-9/+25
2021-08-26qapi: Use 'if': { 'any': ... } where appropriateMarc-André Lureau2-5/+27
2021-08-26qapi: add 'any' conditionMarc-André Lureau11-12/+27
2021-08-26qapi: replace if condition list with dict {'all': [...]}Marc-André Lureau27-86/+141
2021-08-26qapidoc: introduce QAPISchemaIfCond.docgen()Marc-André Lureau3-7/+24
2021-08-26qapi: introduce QAPISchemaIfCond.cgen()Marc-André Lureau6-34/+46
2021-08-26qapi: add QAPISchemaIfCond.is_present()Marc-André Lureau4-9/+12
2021-08-26qapi: wrap Sequence[str] in an objectMarc-André Lureau9-83/+100
2021-08-26docs: update the documentation upfront about schema configurationMarc-André Lureau1-12/+18
2021-08-26qapi: Fix crash on redefinition with a different conditionMarkus Armbruster2-12/+12
2021-08-26Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'...Peter Maydell1-1/+9
2021-08-25Merge remote-tracking branch 'remotes/philmd/tags/mips-20210825' into stagingPeter Maydell19-486/+502
2021-08-25Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-08-...Peter Maydell6-272/+259
2021-08-25i386/cpu: Remove AVX_VNNI feature from Cooperlake cpu modelYang Zhong1-1/+1
2021-08-25target/i386: Remove split lock detect in Snowridge CPU modelChenyi Qiang1-0/+8
2021-08-25target/mips: Replace TARGET_WORDS_BIGENDIAN by cpu_is_bigendian()Philippe Mathieu-Daudé3-45/+50
2021-08-25target/mips: Store CP0_Config0 in DisasContextPhilippe Mathieu-Daudé2-0/+2
2021-08-25target/mips: Replace GET_LMASK64() macro by get_lmask(64) functionPhilippe Mathieu-Daudé1-19/+16
2021-08-25target/mips: Replace GET_LMASK() macro by get_lmask(32) functionPhilippe Mathieu-Daudé1-11/+21
2021-08-25target/mips: Call cpu_is_bigendian & inline GET_OFFSET in ld/st helpersPhilippe Mathieu-Daudé1-22/+33