aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-26vl: Clean up -smp error handlingMarkus Armbruster
2021-08-26Remove superfluous ERRP_GUARD()Markus Armbruster
2021-08-26vhost: Clean up how VhostOpts method vhost_backend_init() failsMarkus Armbruster
2021-08-26vhost: Clean up how VhostOpts method vhost_get_config() failsMarkus Armbruster
2021-08-26microvm: Drop dead error handling in microvm_machine_state_init()Markus Armbruster
2021-08-26migration: Handle migration_incoming_setup() errors consistentlyMarkus Armbruster
2021-08-26migration: Unify failure check for migrate_add_blocker()Markus Armbruster
2021-08-26whpx nvmm: Drop useless migrate_del_blocker()Markus Armbruster
2021-08-26vfio: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster
2021-08-26i386: Never free migration blocker objects instead of sometimesMarkus Armbruster
2021-08-26vhost-scsi: Plug memory leak on migrate_add_blocker() failureMarkus Armbruster
2021-08-26multi-process: Fix pci_proxy_dev_realize() error handlingMarkus Armbruster
2021-08-26spapr: Explain purpose of ->fwnmi_migration_blocker more clearlyMarkus Armbruster
2021-08-26spapr: Plug memory leak when we can't add a migration blockerMarkus Armbruster
2021-08-26error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster
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é