aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-07-02Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190702' into...Peter Maydell9-16/+22
2019-07-02Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-07-02' in...Peter Maydell1-1/+2
2019-07-02Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-2/+6
2019-07-02Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190701'...Peter Maydell6-8/+124
2019-07-02Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190701' into stagingPeter Maydell2-0/+5
2019-07-02net/announce: Add optional IDDr. David Alan Gilbert1-2/+6
2019-07-02net/announce: Allow optional list of interfacesDr. David Alan Gilbert1-1/+1
2019-07-02block: include base when checking image chain for block allocationAndrey Shinkevich1-1/+2
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-02spapr_pci: Unregister listeners before destroying the IOMMU address spaceGreg Kurz1-0/+10
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-06-28i2c: Move bitbang_i2c.h to include/hw/i2c/BALATON Zoltan3-3/+15
2019-06-24vfio-ccw: support async command subregionCornelia Huck2-0/+5
2019-06-24xen: Import other xen/io/*.hAnthony PERARD11-1/+2893
2019-06-24Revert xen/io/ring.h of "Clean up a few header guard symbols"Anthony PERARD1-3/+3
2019-06-24xen-bus / xen-block: add support for event channel pollingPaul Durrant1-1/+1
2019-06-24xen-bus: allow AioContext to be specified for each event channelPaul Durrant1-0/+1
2019-06-24xen-bus: use a separate fd for each event channelPaul Durrant1-4/+2
2019-06-21hw: Nuke hw_compat_4_0_1 and pc_compat_4_0_1Greg Kurz2-6/+0
2019-06-21target/i386: kvm: Add support for save and restore nested stateLiran Alon1-0/+1
2019-06-21vmstate: Add support for kernel integer typesLiran Alon1-0/+26
2019-06-21KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon1-0/+1
2019-06-18block: Add bdrv_child_refresh_perms()Max Reitz1-0/+15
2019-06-18block: drop bs->jobVladimir Sementsov-Ogievskiy1-3/+0
2019-06-18blockdev: blockdev_mark_auto_del: drop usage of bs->jobVladimir Sementsov-Ogievskiy1-0/+9
2019-06-18block/replication: drop usage of bs->jobVladimir Sementsov-Ogievskiy1-6/+6
2019-06-18monitor: Replace monitor_init() with monitor_init_{hmp, qmp}()Kevin Wolf1-7/+2
2019-06-18monitor: Split out monitor/monitor.cKevin Wolf1-0/+1
2019-06-17monitor: Create MonitorHMP with readline stateKevin Wolf1-2/+3
2019-06-17monitor: Fix return type of monitor_fdset_dup_fd_findYury Kotov1-1/+1