aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-10-08macfb: add common monitor modes supported by the MacOS toolbox ROMMark Cave-Ayland1-1/+15
2021-10-08macfb: add qdev property to specify display typeMark Cave-Ayland1-0/+1
2021-10-08macfb: implement mode sense to allow display type to be detectedMark Cave-Ayland1-0/+20
2021-10-07Merge remote-tracking branch 'remotes/vsementsov/tags/pull-jobs-2021-10-07-v2...Richard Henderson1-7/+22
2021-10-07job: Add job_cancel_requested()Hanna Reitz1-1/+7
2021-10-07jobs: Give Job.force_cancel more meaningHanna Reitz1-1/+10
2021-10-07job: @force parameter for job_cancel_sync()Hanna Reitz1-5/+5
2021-10-07hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUARTPhilippe Mathieu-Daudé1-3/+9
2021-10-07hw/char/mchp_pfsoc_mmuart: Use a MemoryRegion containerPhilippe Mathieu-Daudé1-0/+1
2021-10-07hw/char/mchp_pfsoc_mmuart: Simplify MCHP_PFSOC_MMUART_REG definitionPhilippe Mathieu-Daudé1-2/+2
2021-10-06Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211006' into stagingRichard Henderson5-82/+141
2021-10-06block: introduce max_hw_iov for use in scsi-genericPaolo Bonzini2-0/+8
2021-10-06block: implement bdrv_new_open_driver_opts()Vladimir Sementsov-Ogievskiy1-0/+4
2021-10-06include/block.h: remove outdated commentEmanuele Giuseppe Esposito1-3/+1
2021-10-05hw/core/cpu: Re-sort the non-pointers to the end of CPUClassRichard Henderson1-4/+7
2021-10-05plugins: Reorg arguments to qemu_plugin_vcpu_mem_cbRichard Henderson1-2/+24
2021-10-05tcg: Split out MemOpIdx to exec/memopidx.hRichard Henderson2-38/+56
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson1-37/+37
2021-10-05tcg: Expand MO_SIZE to 3 bitsRichard Henderson1-5/+9
2021-10-05tcg: add dup_const_tl wrapperPhilipp Tomsich1-0/+12
2021-10-05hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35Ani Sinha1-1/+1
2021-10-05acpi: AcpiGenericAddress no longer used to map/access fields of MMIO, drop pa...Igor Mammedov1-1/+1
2021-10-05acpi: remove no longer used build_header()Igor Mammedov2-29/+0
2021-10-05acpi: build_facs: use build_append_int_noprefix() API to compose tableIgor Mammedov1-14/+0
2021-10-05acpi: arm/virt: build_gtdt: use acpi_table_begin()/acpi_table_end() instead o...Igor Mammedov1-25/+0
2021-10-05acpi: arm/virt: build_spcr: use acpi_table_begin()/acpi_table_end() instead o...Igor Mammedov1-32/+0
2021-10-05acpi: arm/virt: convert build_iort() to endian agnostic build_append_FOO() APIIgor Mammedov1-71/+0
2021-10-05acpi: arm: virt: build_iort: use acpi_table_begin()/acpi_table_end() instead ...Igor Mammedov1-14/+0
2021-10-05acpi: arm/virt: madt: use build_append_int_noprefix() API to compose MADT tableIgor Mammedov1-84/+0
2021-10-05acpi: x86: madt: use build_append_int_noprefix() API to compose MADT tableIgor Mammedov1-64/+0
2021-10-05acpi: x86: set enabled when composing _MAT entriesIgor Mammedov2-4/+5
2021-10-05acpi: x86: remove dead codeIgor Mammedov1-13/+0
2021-10-05acpi: madt: arm/x86: use acpi_table_begin()/acpi_table_end() instead of build...Igor Mammedov1-9/+0
2021-10-05acpi: build_dmar_q35: use acpi_table_begin()/acpi_table_end() instead of buil...Igor Mammedov1-68/+0
2021-10-05acpi: use build_append_int_noprefix() API to compose SRAT tableIgor Mammedov2-50/+1
2021-10-05acpi: arm/x86: build_srat: use acpi_table_begin()/acpi_table_end() instead of...Igor Mammedov1-11/+0
2021-10-05acpi: build_tpm_tcpa: use acpi_table_begin()/acpi_table_end() instead of buil...Igor Mammedov1-14/+0
2021-10-05acpi: build_hpet: use acpi_table_begin()/acpi_table_end() instead of build_he...Igor Mammedov1-13/+0
2021-10-05acpi: build_xsdt: use acpi_table_begin()/acpi_table_end() instead of build_he...Igor Mammedov1-10/+0
2021-10-05acpi: build_rsdt: use acpi_table_begin()/acpi_table_end() instead of build_he...Igor Mammedov1-10/+0
2021-10-05acpi: add helper routines to initialize ACPI tablesIgor Mammedov1-0/+31
2021-10-05vhost-vsock: handle common features in vhost-vsock-commonStefano Garzarella2-3/+5
2021-10-05vhost-vsock: fix migration issue when seqpacket is supportedStefano Garzarella1-0/+3
2021-10-01machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang1-1/+2
2021-10-01machine: Remove smp_parse callback from MachineClassYanan Wang1-5/+0
2021-10-01machine: Make smp_parse generic enough for all archesYanan Wang1-0/+9
2021-10-01machine: Tweak the order of topology members in struct CpuTopologyYanan Wang1-3/+4
2021-10-01machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang1-0/+1
2021-09-30Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210930'...Peter Maydell11-16/+360
2021-09-30Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell8-2/+138