summaryrefslogtreecommitdiffstats
path: root/include/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingRichard Henderson2021-11-033-22/+15Star
|\
| * pci: Export pci_for_each_device_under_bus*()Peter Xu2021-11-021-0/+5
| * pci: Define pci_bus_dev_fn/pci_bus_fn/pci_bus_ret_fnPeter Xu2021-11-021-10/+9Star
| * hw/i386/pc: Move IOMMU singleton into PCMachineStateJean-Philippe Brucker2021-11-011-0/+1
| * hw/i386/pc: Remove x86_iommu_get_type()Jean-Philippe Brucker2021-11-011-12/+0Star
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211102' into stagingRichard Henderson2021-11-021-12/+59
|\ \
| * | hw/core: Add TCGCPUOps.record_sigbusRichard Henderson2021-11-021-0/+23
| * | accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemuRichard Henderson2021-11-021-12/+10Star
| * | hw/core: Add TCGCPUOps.record_sigsegvRichard Henderson2021-11-021-0/+26
* | | Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211031-pu...Richard Henderson2021-11-022-3/+1Star
|\ \ \
| * | | virtio-mem: Drop precopy notifierDavid Hildenbrand2021-11-011-3/+0Star
| * | | KVM: introduce dirty_pages and kvm_dirty_ring_enabledHyman Huang(黄勇)2021-11-011-0/+1
| | |/ | |/|
* | | machine: remove the done notifier for dynamic sysbus device type checkDamien Hedde2021-11-011-1/+0Star
* | | machine: add device_type_is_dynamic_sysbus functionDamien Hedde2021-11-011-0/+15
* | | hw/core/machine: Split out the smp parsing codeYanan Wang2021-11-011-0/+1
|/ /
* | hw/intc/sh_intc: Inline and drop sh_intc_source() functionBALATON Zoltan2021-10-301-1/+1
* | hw/char/sh_serial: QOM-ifyBALATON Zoltan2021-10-301-8/+1Star
* | hw/sh4: Coding style: White space fixesBALATON Zoltan2021-10-301-5/+5
* | hw/sh4: Coding style: Remove tabsBALATON Zoltan2021-10-301-10/+10
|/
* Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-202...Richard Henderson2021-10-294-3/+2Star
|\
| * hw/riscv: microchip_pfsoc: Use the PLIC config helper functionAlistair Francis2021-10-281-1/+0Star
| * hw/riscv: sifive_u: Use the PLIC config helper functionAlistair Francis2021-10-281-1/+0Star
| * hw/riscv: boot: Add a PLIC config string functionAlistair Francis2021-10-281-0/+2
| * hw/riscv: virt: Don't use a macro for the PLIC configurationAlistair Francis2021-10-281-1/+0Star
* | host-utils: add 128-bit quotient support to divu128/divs128Luis Pires2021-10-281-5/+1Star
* | host-utils: move checks out of divu128/divs128Luis Pires2021-10-281-2/+3
|/
* 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