aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2019-07-08qdev: add qdev_add_vm_change_state_handler()Stefan Hajnoczi1-0/+5
2019-07-05i386: Make unversioned CPU models be aliasesEduardo Habkost1-0/+3
2019-07-05machine: Refactor smp_parse() in vl.c as MachineClass::smp_parse()Like Xu2-0/+6
2019-07-05machine: show if CLI option '-numa node,mem' is supported in QAPI schemaIgor Mammedov1-0/+3
2019-07-05i386: Update new x86_apicid parsing rules with die_offset supportLike Xu1-22/+54
2019-07-05i386/cpu: Consolidate die-id validity in smp contextLike Xu1-0/+2
2019-07-05i386: Add die-level cpu topology to x86CPU on PCMachineLike Xu1-0/+2
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu3-5/+6
2019-07-05hw/boards: Add struct CpuTopology to MachineStateLike Xu1-0/+15
2019-07-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell5-1/+77
2019-07-04pc: Move compat_apic_id_mode variable to PCMachineClassEduardo Habkost1-0/+3
2019-07-04virtio: Set "start_on_kick" for legacy devicesXie Yongji1-1/+1
2019-07-04virtio: add "use-started" propertyXie Yongji1-0/+21
2019-07-04virtio-pci: Proxy for virtio-pmemPankaj Gupta1-0/+1
2019-07-04Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20190702.0' in...Peter Maydell1-5/+0
2019-07-04Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.1-sf1-v3...Peter Maydell3-0/+63
2019-07-03Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190703-pull-request' ...Peter Maydell2-2/+38
2019-07-03hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface s...Peter Maydell2-2/+38
2019-07-03Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...Peter Maydell1-0/+1
2019-07-02vfio-common.h: Remove inaccurate commentFabiano Rosas1-5/+0
2019-07-02Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190702' into...Peter Maydell8-16/+12
2019-07-02virtio-pmem: add virtio devicePankaj Gupta1-0/+49
2019-07-02Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190701'...Peter Maydell6-8/+124
2019-07-02qapi: Split machine.json off misc.jsonMarkus Armbruster1-0/+1
2019-07-02Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190701' into stagingPeter Maydell2-0/+5
2019-07-02spapr/xive: simplify spapr_irq_init_device() to remove the emulated initCédric Le Goater1-1/+0
2019-07-02spapr/xive: rework the mapping the KVM memory regionsCédric Le Goater2-1/+2
2019-07-02xics/kvm: Add error propagation to ic*_set_kvm_state() functionsGreg Kurz1-3/+3
2019-07-02xics/spapr: Rename xics_kvm_init()Greg Kurz1-1/+1
2019-07-02xics/spapr: Drop unused function declarationGreg Kurz1-1/+0
2019-07-02xics/spapr: Detect old KVM XICS on POWER9 hostsGreg Kurz1-0/+1
2019-07-02xics/spapr: Register RTAS/hypercalls once at machine initGreg Kurz3-5/+1
2019-07-02ppc/pnv: remove xscom_base field from PnvChipCédric Le Goater1-4/+1
2019-07-02ppc/pnv: fix XSCOM MMIO base address for P9 machines with multiple chipsCédric Le Goater2-1/+4
2019-07-01Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190628-pull-request' ...Peter Maydell3-3/+15
2019-07-01aspeed: Link SCU to the watchdogJoel Stanley1-0/+1
2019-07-01hw/misc/aspeed_xdma: New deviceEddie James2-0/+33
2019-07-01aspeed/smc: add a 'sdram_base' propertyCédric Le Goater1-0/+3
2019-07-01aspeed: add support for multiple NICsCédric Le Goater1-1/+2
2019-07-01aspeed: introduce a configurable number of CPU per machineCédric Le Goater1-1/+4
2019-07-01hw/arm/aspeed: Add RTC to SoCJoel Stanley1-0/+2
2019-07-01hw: timer: Add ASPEED RTC deviceJoel Stanley1-0/+31
2019-07-01aspeed: add a per SoC mapping for the memory spaceCédric Le Goater1-2/+2
2019-07-01aspeed: add a per SoC mapping for the interrupt spaceCédric Le Goater1-0/+36
2019-07-01i.mx7d: pci: Update PCI IRQ mapping to match HWAndrey Smirnov1-4/+4
2019-07-01i.mx7d: Add no-op/unimplemented PCIE PHY IP blockAndrey Smirnov1-0/+3
2019-07-01i.mx7d: Add no-op/unimplemented APBH DMA moduleAndrey Smirnov1-0/+3
2019-07-01pcie: minor cleanups for slot control/statusMichael S. Tsirkin1-1/+2
2019-07-01pcie: check that slt ctrl changed before deletingMichael S. Tsirkin1-1/+2
2019-06-28i2c: Move bitbang_i2c.h to include/hw/i2c/BALATON Zoltan3-3/+15