summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* xen/pt: Log xen_host_pci_get in two init functionsKonrad Rzeszutek Wilk2015-09-101-0/+9
* xen/pt: Remove XenPTReg->data field.Konrad Rzeszutek Wilk2015-09-102-30/+49
* xen/pt: Check if reg->init function sets the 'data' past the reg->sizeKonrad Rzeszutek Wilk2015-09-101-2/+8
* xen/pt: Sync up the dev.config and data values.Konrad Rzeszutek Wilk2015-09-101-1/+58
* xen/pt: Use xen_host_pci_get_[byte|word] instead of dev.configKonrad Rzeszutek Wilk2015-09-102-28/+73
* xen/pt: Use XEN_PT_LOG properly to guard against compiler warnings.Konrad Rzeszutek Wilk2015-09-101-1/+1
* xen/pt/msi: Add the register value when printing logging and error messagesKonrad Rzeszutek Wilk2015-09-101-3/+3
* xen/pt: xen_host_pci_config_read returns -errno, not -1 on failureKonrad Rzeszutek Wilk2015-09-101-1/+1
* xen/pt: Make xen_pt_msi_set_enable staticKonrad Rzeszutek Wilk2015-09-102-2/+1
* xen/pt: Update comments with proper function name.Konrad Rzeszutek Wilk2015-09-101-2/+2
* xen, gfx passthrough: add opregion mappingTiejun Chen2015-09-103-3/+136
* xen, gfx passthrough: register host bridge specific to passthroughTiejun Chen2015-09-101-2/+13
* xen, gfx passthrough: register a isa bridgeTiejun Chen2015-09-101-0/+22
* 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
* 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
* | hw/pci: Use pow2ceil() rather than hand-calculationPeter Maydell2015-09-072-6/+2
|/
* arm/virt: Add full-sized CPU affinity handlingPavel Fedin2015-09-071-2/+32
* i.MX: Add i2C devices to i.MX31 SOCJean-Christophe Dubois2015-09-071-0/+30
* i.MX: Add the i.MX25 PDK platformJean-Christophe Dubois2015-09-072-1/+160
* i.MX: Add SOC support for i.MX25Jean-Christophe Dubois2015-09-072-0/+274
* i.MX: Add FEC Ethernet EmulatorJean-Christophe Dubois2015-09-072-0/+710
* i.MX: Add I2C controller emulatorJean-Christophe Dubois2015-09-072-0/+335
* i.MX: KZM: use standalone i.MX31 SOC supportJean-Christophe Dubois2015-09-074-160/+102
OpenPOWER on IntegriCloud