summaryrefslogtreecommitdiffstats
path: root/include/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-202...Richard Henderson2021-10-221-3/+3
|\
| * hw/riscv: opentitan: Update to the latest buildAlistair Francis2021-10-221-3/+3
* | Merge remote-tracking branch 'remotes/clg/tags/pull-aspeed-20211022' into sta...Richard Henderson2021-10-221-1/+1
|\ \
| * | aspeed/smc: Use a container for the flash mmio address spaceCédric Le Goater2021-10-221-1/+1
* | | Merge remote-tracking branch 'remotes/vivier-m68k/tags/q800-pull-request' int...Richard Henderson2021-10-221-0/+1
|\ \ \ | |_|/ |/| |
| * | mac_via: add GPIO for A/UX modeMark Cave-Ayland2021-10-201-0/+1
* | | Merge remote-tracking branch 'remotes/rth/tags/pull-arm-20211021' into stagingRichard Henderson2021-10-214-43/+49
|\ \ \
| * | | hw/acpi/aml-build: Add PPTT tableAndrew Jones2021-10-211-0/+3
| * | | hw/arm/virt: Only describe cpu topology since virt-6.2Yanan Wang2021-10-211-1/+3
| * | | hw/elf_ops.h: switch to ssize_t for elf loader return typeLuc Michel2021-10-212-42/+43
| | |/ | |/|
* / | spapr/xive: Add source status helpersCédric Le Goater2021-10-211-0/+24
|/ /
* | virtio-net: vhost control virtqueue supportJason Wang2021-10-201-0/+1
* | vhost: record the last virtqueue index for the virtio deviceJason Wang2021-10-201-0/+2
* | virtio-net: use "queue_pairs" instead of "queues" when possibleJason Wang2021-10-201-2/+2
* | vhost-vdpa: classify one time requestJason Wang2021-10-201-0/+1
* | vhost-user-rng: Add vhost-user-rng implementationMathieu Poirier2021-10-201-0/+33
* | virtio-iommu: Drop base_name and change generic_nameEric Auger2021-10-201-1/+1
* | vdpa: Check for iova range at mappings changesEugenio Pérez2021-10-201-0/+2
|/
* vt82c686: Add a method to VIA_ISA to raise ISA interruptsBALATON Zoltan2021-10-181-0/+4
* Revert "cpu: Move cpu_common_props to hw/core/cpu.c"Richard Henderson2021-10-161-0/+1
* qdev: Base object creation on QDict rather than QemuOptsKevin Wolf2021-10-152-6/+9
* virtio-net: Store failover primary opts pointer locallyKevin Wolf2021-10-151-0/+1
* qdev: Add Error parameter to hide_device() callbacksKevin Wolf2021-10-151-2/+6
* qdev: Make DeviceState.id independent of QemuOptsKevin Wolf2021-10-151-1/+1
* 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
* 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
* 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
* hw/core/cpu: Re-sort the non-pointers to the end of CPUClassRichard Henderson2021-10-061-4/+7
* 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