summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* hw/i386: add function to get SEV metadata from ovmf headerBrijesh Singh2021-10-231-0/+26
* i386/sev: add support to encrypt BIOS when SEV-SNP is enabledBrijesh Singh2021-10-231-1/+1
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-6.2-121021-2' int...Richard Henderson2021-10-121-6/+0
|\
| * accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is validAlex Bennée2021-10-121-6/+0
* | hw/arm: Integrate ADC model into Aspeed SoCAndrew Jeffery2021-10-121-0/+2
* | hw/adc: Add basic Aspeed ADC modelAndrew Jeffery2021-10-121-0/+55
* | hw: aspeed_gpio: Fix GPIO array indexingPeter Delevoryas2021-10-121-3/+2
* | aspeed/i2c: QOMify AspeedI2CBusCédric Le Goater2021-10-121-2/+6
* | aspeed/smc: Remove unused attribute 'irqline'Cédric Le Goater2021-10-121-1/+0
* | aspeed/smc: Introduce a new addr_width() class handlerCédric Le Goater2021-10-121-0/+1
* | aspeed/smc: Add default reset valuesCédric Le Goater2021-10-121-0/+1
* | aspeed/smc: QOMify AspeedSMCFlashCédric Le Goater2021-10-121-4/+9
* | aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs'Cédric Le Goater2021-10-121-1/+1
* | aspeed/smc: Remove the 'size' attribute from AspeedSMCFlashCédric Le Goater2021-10-121-1/+0
* | aspeed/smc: Remove the 'flash' attribute from AspeedSMCFlashCédric Le Goater2021-10-121-1/+0
* | aspeed/smc: Drop AspeedSMCController structureCédric Le Goater2021-10-121-35/+29
|/
* macfb: add vertical blank interruptMark Cave-Ayland2021-10-081-0/+8
* macfb: add common monitor modes supported by the MacOS toolbox ROMMark Cave-Ayland2021-10-081-1/+15
* macfb: add qdev property to specify display typeMark Cave-Ayland2021-10-081-0/+1
* macfb: implement mode sense to allow display type to be detectedMark Cave-Ayland2021-10-081-0/+20
* Merge remote-tracking branch 'remotes/vsementsov/tags/pull-jobs-2021-10-07-v2...Richard Henderson2021-10-071-7/+22
|\
| * job: Add job_cancel_requested()Hanna Reitz2021-10-071-1/+7
| * jobs: Give Job.force_cancel more meaningHanna Reitz2021-10-071-1/+10
| * job: @force parameter for job_cancel_sync()Hanna Reitz2021-10-071-5/+5
* | hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUARTPhilippe Mathieu-Daudé2021-10-071-3/+9
* | hw/char/mchp_pfsoc_mmuart: Use a MemoryRegion containerPhilippe Mathieu-Daudé2021-10-071-0/+1
* | hw/char/mchp_pfsoc_mmuart: Simplify MCHP_PFSOC_MMUART_REG definitionPhilippe Mathieu-Daudé2021-10-071-2/+2
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211006' into stagingRichard Henderson2021-10-065-82/+141
|\ \
| * | hw/core/cpu: Re-sort the non-pointers to the end of CPUClassRichard Henderson2021-10-051-4/+7
| * | plugins: Reorg arguments to qemu_plugin_vcpu_mem_cbRichard Henderson2021-10-051-2/+24
| * | tcg: Split out MemOpIdx to exec/memopidx.hRichard Henderson2021-10-052-38/+56
| * | tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson2021-10-051-37/+37
| * | tcg: Expand MO_SIZE to 3 bitsRichard Henderson2021-10-051-5/+9
| * | tcg: add dup_const_tl wrapperPhilipp Tomsich2021-10-051-0/+12
* | | block: introduce max_hw_iov for use in scsi-genericPaolo Bonzini2021-10-062-0/+8
* | | block: implement bdrv_new_open_driver_opts()Vladimir Sementsov-Ogievskiy2021-10-061-0/+4
* | | include/block.h: remove outdated commentEmanuele Giuseppe Esposito2021-10-061-3/+1
|/ /
* | hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35Ani Sinha2021-10-051-1/+1
* | acpi: AcpiGenericAddress no longer used to map/access fields of MMIO, drop pa...Igor Mammedov2021-10-051-1/+1
* | acpi: remove no longer used build_header()Igor Mammedov2021-10-052-29/+0
* | acpi: build_facs: use build_append_int_noprefix() API to compose tableIgor Mammedov2021-10-051-14/+0
* | acpi: arm/virt: build_gtdt: use acpi_table_begin()/acpi_table_end() instead o...Igor Mammedov2021-10-051-25/+0
* | acpi: arm/virt: build_spcr: use acpi_table_begin()/acpi_table_end() instead o...Igor Mammedov2021-10-051-32/+0
* | acpi: arm/virt: convert build_iort() to endian agnostic build_append_FOO() APIIgor Mammedov2021-10-051-71/+0
* | acpi: arm: virt: build_iort: use acpi_table_begin()/acpi_table_end() instead ...Igor Mammedov2021-10-051-14/+0
* | acpi: arm/virt: madt: use build_append_int_noprefix() API to compose MADT tableIgor Mammedov2021-10-051-84/+0
* | acpi: x86: madt: use build_append_int_noprefix() API to compose MADT tableIgor Mammedov2021-10-051-64/+0
* | acpi: x86: set enabled when composing _MAT entriesIgor Mammedov2021-10-052-4/+5
* | acpi: x86: remove dead codeIgor Mammedov2021-10-051-13/+0
* | acpi: madt: arm/x86: use acpi_table_begin()/acpi_table_end() instead of build...Igor Mammedov2021-10-051-9/+0