summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
| * | igd gfx passthrough: create a isa bridgeTiejun Chen2015-09-101-0/+112
| * | xen, gfx passthrough: retrieve VGA BIOS to workTiejun Chen2015-09-103-0/+94
| * | xen, gfx passthrough: basic graphics passthrough supportTiejun Chen2015-09-107-1/+151
| * | hw/pci-assign: split pci-assign.cTiejun Chen2015-09-103-75/+99
| * | piix: create host bridge to passthroughTiejun Chen2015-09-101-0/+85
| * | pc_init1: pass parameters just with typesTiejun Chen2015-09-081-6/+8
| * | i440fx: make types configurable at run-timeMichael S. Tsirkin2015-09-082-6/+7
* | | hw/pci: fix pci_update_mappings() trace eventsLaszlo Ersek2015-09-101-2/+2
* | | pc: memhotplug: keep reserved-memory-end broken on 2.4 and earlier machinesIgor Mammedov2015-09-103-2/+10
* | | pc: memhotplug: fix incorrectly set reserved-memory-endIgor Mammedov2015-09-101-1/+3
* | | virtio: avoid leading underscores for helpersCornelia Huck2015-09-109-39/+41
* | | pc: Remove redundant arguments from xen_hvm_init()Eduardo Habkost2015-09-102-6/+2
* | | pci: Fix pci_device_iommu_address_space() bus propagationBenjamin Herrenschmidt2015-09-101-8/+5
* | | xlnx-zynqmp: Connect the sysbus AHCI to ZynqMPAlistair Francis2015-09-081-0/+18
* | | xlnx-zynqmp.c: Convert some of the error_propagate() calls to error_abortAlistair Francis2015-09-081-12/+2
* | | ahci.c: Don't assume AHCIState's parent is AHCIPCIStateAlistair Francis2015-09-082-6/+9
* | | ahci: Separate the AHCI state structure into the headerAlistair Francis2015-09-082-13/+14
* | | cadence_gem: Correct Marvell PHY SPCFC reset valueAlistair Francis2015-09-081-1/+1
* | | hw/arm/virt: Enable TZ extensions on the GIC if we are using themPeter Maydell2015-09-081-2/+5
* | | hw/arm/virt: Default to not providing TrustZone supportPeter Maydell2015-09-081-2/+5
* | | hw/cpu/{a15mpcore, a9mpcore}: enable TrustZone in GIC if it is enabled in CPUsPeter Maydell2015-09-082-0/+24
* | | hw/intc/arm_gic_common: Configure IRQs as NS if doing direct NS kernel bootPeter Maydell2015-09-081-3/+48
* | | hw/arm: new interface for devices which need to behave differently for kernel...Peter Maydell2015-09-081-0/+34
* | | hw/intc/arm_gic: Actually set the active bits for active interruptsPeter Maydell2015-09-081-0/+2
* | | hw/intc/arm_gic: Drop running_irq and last_active arraysPeter Maydell2015-09-082-34/+76
* | | hw/intc/arm_gic: Fix handling of GICC_APR<n>, GICC_NSAPR<n> registersPeter Maydell2015-09-082-4/+115
* | | hw/intc/arm_gic: Running priority is group priority, not full priorityPeter Maydell2015-09-081-1/+27
* | | armv7m_nvic: Implement ICSR without using internal GIC statePeter Maydell2015-09-081-7/+6
|/ /
* | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150907' into stagingPeter Maydell2015-09-079-190/+281
|\ \
| * | s390/sclp: simplify calculation of rnmaxDavid Hildenbrand2015-09-071-3/+1
| * | s390/sclp: store the increment_size in the sclp deviceDavid Hildenbrand2015-09-071-17/+3
| * | s390: unify allocation of initial memoryDavid Hildenbrand2015-09-073-18/+16
| * | s390: move memory calculation into the sclp deviceDavid Hildenbrand2015-09-073-66/+68
| * | s390/sclp: ignore memory hotplug operations if it is disabledDavid Hildenbrand2015-09-071-7/+26
| * | s390: disallow memory hotplug for the s390-virtio machineDavid Hildenbrand2015-09-071-0/+5
| * | s390: no need to manually parse for slots and maxmemDavid Hildenbrand2015-09-072-10/+4
| * | s390/sclp: move sclp_service_interrupt into the sclp deviceDavid Hildenbrand2015-09-071-9/+12
| * | s390/sclp: move sclp_execute related functions into the SCLP classDavid Hildenbrand2015-09-071-17/+36
| * | s390/sclp: introduce a root sclp deviceDavid Hildenbrand2015-09-071-9/+56
| * | s390/sclp: temporarily fix unassignment/reassignment of memory subregionsDavid Hildenbrand2015-09-071-2/+8
| * | s390/sclp: replace sclp event types with proper definesDavid Hildenbrand2015-09-073-4/+4
| * | s390/sclp: rework sclp event facility initialization + device realizationDavid Hildenbrand2015-09-071-17/+33
| * | sclp/s390: rework sclp cpu hotplug device notificationDavid Hildenbrand2015-09-071-20/+6
| * | s390x/kvm: make setting of in-kernel irq routes more efficientJens Freimann2015-09-071-0/+2
| * | s390x/css: start with cleared cstat/dstatCornelia Huck2015-09-071-0/+2
| * | s390x/event-facility: fix receive mask checkCornelia Huck2015-09-071-2/+3
| * | s390x/css: ccw-0 enforces count > 0Cornelia Huck2015-09-071-0/+4
| * | s390x/css: handle ccw-0 TIC correctlyPierre Morel2015-09-071-0/+3
* | | hw/block/nvme.c: Use pow2ceil() rather than hand-calculationPeter Maydell2015-09-071-1/+1
* | | hw/virtio/virtio-pci: Use pow2ceil() rather than hand-calculationPeter Maydell2015-09-071-3/+1
OpenPOWER on IntegriCloud