summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211013' into stagingRichard Henderson2021-10-133-319/+245Star
|\
| * tcg: Move helper_*_mmu decls to tcg/tcg-ldst.hRichard Henderson2021-10-132-71/+74
| * accel/tcg: Move cpu_atomic decls to exec/cpu_ldst.hRichard Henderson2021-10-132-87/+87
| * accel/tcg: Add cpu_{ld,st}*_mmu interfacesRichard Henderson2021-10-131-161/+84Star
* | hw/i386/sgx: Move qmp_query_sgx() and hmp_info_sgx() to hw/i386/sgx.cPhilippe Mathieu-Daudé2021-10-131-11/+0Star
* | hw/i386/sgx: Move qmp_query_sgx_capabilities() to hw/i386/sgx.cPhilippe Mathieu-Daudé2021-10-131-1/+0Star
* | hw/i386/sgx: Have sgx_epc_get_section() return a booleanPhilippe Mathieu-Daudé2021-10-131-1/+1
* | monitor: Reduce hmp_info_sev() declarationPhilippe Mathieu-Daudé2021-10-132-1/+1
* | target/i386/sev: Declare system-specific functions in 'sev.h'Philippe Mathieu-Daudé2021-10-131-28/+0Star
|/
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-6.2-121021-2' int...Richard Henderson2021-10-121-6/+0Star
|\
| * accel/tcg: re-factor plugin_inject_cb so we can assert insn_idx is validAlex Bennée2021-10-121-6/+0Star
* | 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/+2Star
* | aspeed/i2c: QOMify AspeedI2CBusCédric Le Goater2021-10-121-2/+6
* | aspeed/smc: Remove unused attribute 'irqline'Cédric Le Goater2021-10-121-1/+0Star
* | 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/+0Star
* | aspeed/smc: Remove the 'flash' attribute from AspeedSMCFlashCédric Le Goater2021-10-121-1/+0Star
* | aspeed/smc: Drop AspeedSMCController structureCédric Le Goater2021-10-121-35/+29Star
|/
* 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-061-4/+7
| * | plugins: Reorg arguments to qemu_plugin_vcpu_mem_cbRichard Henderson2021-10-061-2/+24
| * | tcg: Split out MemOpIdx to exec/memopidx.hRichard Henderson2021-10-062-38/+56
| * | tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson2021-10-061-37/+37
| * | tcg: Expand MO_SIZE to 3 bitsRichard Henderson2021-10-061-5/+9
| * | tcg: add dup_const_tl wrapperPhilipp Tomsich2021-10-061-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/+1Star
|/ /
* | 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/+0Star
* | acpi: build_facs: use build_append_int_noprefix() API to compose tableIgor Mammedov2021-10-051-14/+0Star
* | acpi: arm/virt: build_gtdt: use acpi_table_begin()/acpi_table_end() instead o...Igor Mammedov2021-10-051-25/+0Star
* | acpi: arm/virt: build_spcr: use acpi_table_begin()/acpi_table_end() instead o...Igor Mammedov2021-10-051-32/+0Star