aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2019-05-29pci: Make is_bridge a boolDavid Gibson8-9/+9
2019-05-29pcie: Simplify pci_adjust_config_limit()David Gibson3-52/+36
2019-05-29acpi: pci: use build_append_foo() API to construct MCFGWei Yang1-12/+27
2019-05-29hw/acpi: Consolidate build_mcfg to pci.cWei Yang6-34/+53
2019-05-29usb-tablet: fix serial compat propertyGerd Hoffmann1-1/+1
2019-05-29usb-hub: emulate per port power switchingGerd Hoffmann1-0/+63
2019-05-29usb-hub: add usb_hub_port_update()Gerd Hoffmann1-12/+17
2019-05-29usb-hub: add helpers to update port stateGerd Hoffmann1-39/+45
2019-05-29usb-hub: make number of ports runtime-configurableGerd Hoffmann1-16/+29
2019-05-29usb-hub: tweak feature namesGerd Hoffmann1-5/+5
2019-05-29usb-host: avoid libusb_set_configuration callsGerd Hoffmann1-8/+10
2019-05-29usb-host: skip reset for untouched devicesGerd Hoffmann1-0/+3
2019-05-29usb: call reset handler before updating stateGerd Hoffmann1-1/+1
2019-05-29hw/display: add vhost-user-vga & gpu-pciMarc-André Lureau7-17/+725
2019-05-29virtio-gpu: split virtio-gpu-pci & virtio-vgaMarc-André Lureau3-83/+136
2019-05-29virtio-gpu: split virtio-gpu, introduce virtio-gpu-baseMarc-André Lureau6-304/+404
2019-05-29virtio-gpu: add a pixman helper headerMarc-André Lureau1-26/+3
2019-05-29virtio-gpu: add bswap helpers headerMarc-André Lureau1-42/+1
2019-05-29vhost-user: add vhost_user_gpu_set_socket()Marc-André Lureau1-0/+11
2019-05-29ppc/pnv: add dummy XSCOM registers for PRD initializationCédric Le Goater1-0/+18
2019-05-29ppc/pnv: introduce new skiboot platform propertiesCédric Le Goater1-3/+10
2019-05-29spapr: Don't migrate the hpt_maxpagesize cap to older machine typesGreg Kurz2-1/+12
2019-05-29spapr: change default interrupt mode to 'dual'Cédric Le Goater1-1/+2
2019-05-29spapr/xive: fix multiple resets when using the 'dual' interrupt modeCédric Le Goater2-10/+5
2019-05-29spapr/irq: add KVM support to the 'dual' machineCédric Le Goater4-25/+97
2019-05-29ppc/xics: fix irq priority in ics_set_irq_type()Cédric Le Goater1-2/+8
2019-05-29spapr/irq: initialize the IRQ device only onceCédric Le Goater2-0/+16
2019-05-29spapr/irq: introduce a spapr_irq_init_device() helperCédric Le Goater2-40/+75
2019-05-29spapr: check for the activation of the KVM IRQ deviceCédric Le Goater2-1/+63
2019-05-29spapr: introduce routines to delete the KVM IRQ deviceCédric Le Goater2-0/+107
2019-05-29sysbus: add a sysbus_mmio_unmap() helperCédric Le Goater1-0/+10
2019-05-29spapr/xive: activate KVM supportCédric Le Goater1-9/+0
2019-05-29spapr/xive: add migration support for KVMCédric Le Goater4-2/+136
2019-05-29spapr/xive: introduce a VM state change handlerCédric Le Goater1-1/+95
2019-05-29spapr/xive: add state synchronization with KVMCédric Le Goater3-7/+110
2019-05-29spapr/xive: add hcall support when under KVMCédric Le Goater2-8/+279
2019-05-29spapr/xive: add KVM supportCédric Le Goater6-10/+308
2019-05-29spapr: Print out extra hints when CAS negotiation of interrupt mode failsGreg Kurz1-2/+4
2019-05-29spapr: Fix phb_placement backwards compatibilityDavid Gibson1-13/+15
2019-05-29spapr: Add forgotten capability to migration streamDavid Gibson2-0/+2
2019-05-29target/ppc: Set PSSCR_EC on cpu halt to prevent spurious wakeupSuraj Jitindar Singh2-1/+7
2019-05-29spapr/xive: Sanity checks of OV5 during CASGreg Kurz1-0/+24
2019-05-29Fix typo on "info pic" monitor cmd output for xiveSatheesh Rajendran1-1/+1
2019-05-29spapr/xive: print out the EQ page address in the monitorCédric Le Goater1-2/+3
2019-05-29spapr/xive: fix EQ page addresses above 64GBCédric Le Goater2-8/+4
2019-05-29spapr/xive: EQ page should be naturally alignedCédric Le Goater1-0/+6
2019-05-29target/ppc: Add ibm,purr and ibm,spurr device-tree propertiesSuraj Jitindar Singh1-1/+4
2019-05-29hw/ppc/40p: use 1900 as a base yearArtyom Tarasenko1-1/+3
2019-05-29hw/ppc/40p: Move the MC146818 RTC to the board where it belongsPhilippe Mathieu-Daudé2-4/+3
2019-05-29hw/ppc/prep: use TYPE_MC146818_RTC instead of a hardcoded stringPhilippe Mathieu-Daudé1-1/+1