aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-10-07hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUARTPhilippe Mathieu-Daudé
2021-10-07hw/char/mchp_pfsoc_mmuart: Use a MemoryRegion containerPhilippe Mathieu-Daudé
2021-10-07hw/char/mchp_pfsoc_mmuart: Simplify MCHP_PFSOC_MMUART_REG definitionPhilippe Mathieu-Daudé
2021-10-06Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211006' into stagingRichard Henderson
2021-10-06block: introduce max_hw_iov for use in scsi-genericPaolo Bonzini
2021-10-06block: implement bdrv_new_open_driver_opts()Vladimir Sementsov-Ogievskiy
2021-10-06include/block.h: remove outdated commentEmanuele Giuseppe Esposito
2021-10-05hw/core/cpu: Re-sort the non-pointers to the end of CPUClassRichard Henderson
2021-10-05plugins: Reorg arguments to qemu_plugin_vcpu_mem_cbRichard Henderson
2021-10-05tcg: Split out MemOpIdx to exec/memopidx.hRichard Henderson
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson
2021-10-05tcg: Expand MO_SIZE to 3 bitsRichard Henderson
2021-10-05tcg: add dup_const_tl wrapperPhilipp Tomsich
2021-10-05hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35Ani Sinha
2021-10-05acpi: AcpiGenericAddress no longer used to map/access fields of MMIO, drop pa...Igor Mammedov
2021-10-05acpi: remove no longer used build_header()Igor Mammedov
2021-10-05acpi: build_facs: use build_append_int_noprefix() API to compose tableIgor Mammedov
2021-10-05acpi: arm/virt: build_gtdt: use acpi_table_begin()/acpi_table_end() instead o...Igor Mammedov
2021-10-05acpi: arm/virt: build_spcr: use acpi_table_begin()/acpi_table_end() instead o...Igor Mammedov
2021-10-05acpi: arm/virt: convert build_iort() to endian agnostic build_append_FOO() APIIgor Mammedov
2021-10-05acpi: arm: virt: build_iort: use acpi_table_begin()/acpi_table_end() instead ...Igor Mammedov
2021-10-05acpi: arm/virt: madt: use build_append_int_noprefix() API to compose MADT tableIgor Mammedov
2021-10-05acpi: x86: madt: use build_append_int_noprefix() API to compose MADT tableIgor Mammedov
2021-10-05acpi: x86: set enabled when composing _MAT entriesIgor Mammedov
2021-10-05acpi: x86: remove dead codeIgor Mammedov
2021-10-05acpi: madt: arm/x86: use acpi_table_begin()/acpi_table_end() instead of build...Igor Mammedov
2021-10-05acpi: build_dmar_q35: use acpi_table_begin()/acpi_table_end() instead of buil...Igor Mammedov
2021-10-05acpi: use build_append_int_noprefix() API to compose SRAT tableIgor Mammedov
2021-10-05acpi: arm/x86: build_srat: use acpi_table_begin()/acpi_table_end() instead of...Igor Mammedov
2021-10-05acpi: build_tpm_tcpa: use acpi_table_begin()/acpi_table_end() instead of buil...Igor Mammedov
2021-10-05acpi: build_hpet: use acpi_table_begin()/acpi_table_end() instead of build_he...Igor Mammedov
2021-10-05acpi: build_xsdt: use acpi_table_begin()/acpi_table_end() instead of build_he...Igor Mammedov
2021-10-05acpi: build_rsdt: use acpi_table_begin()/acpi_table_end() instead of build_he...Igor Mammedov
2021-10-05acpi: add helper routines to initialize ACPI tablesIgor Mammedov
2021-10-05vhost-vsock: handle common features in vhost-vsock-commonStefano Garzarella
2021-10-05vhost-vsock: fix migration issue when seqpacket is supportedStefano Garzarella
2021-10-01machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang
2021-10-01machine: Remove smp_parse callback from MachineClassYanan Wang
2021-10-01machine: Make smp_parse generic enough for all archesYanan Wang
2021-10-01machine: Tweak the order of topology members in struct CpuTopologyYanan Wang
2021-10-01machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang
2021-09-30Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210930'...Peter Maydell
2021-09-30Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-09-30Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.2-20210930' in...Peter Maydell
2021-09-30memory: Name all the memory listenersPeter Xu
2021-09-30target/i386: Add the query-sgx-capabilities QMP commandYang Zhong
2021-09-30target/i386: Add HMP and QMP interfaces for SGXYang Zhong
2021-09-30hw/i386/pc: Account for SGX EPC sections when calculating device memorySean Christopherson
2021-09-30i386: Update SGX CPUID info according to hardware/KVM/user inputSean Christopherson
2021-09-30vl: Add sgx compound properties to expose SGX EPC sections to guestSean Christopherson