summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-09-10xen/pt: Move bulk of xen_pt_unregister_device in its own routine.Konrad Rzeszutek Wilk1-58/+63
2015-09-10xen/pt: Make xen_pt_unregister_device idempotentKonrad Rzeszutek Wilk4-6/+22
2015-09-10xen/pt: Log xen_host_pci_get/set errors in MSI code.Konrad Rzeszutek Wilk1-4/+14
2015-09-10xen/pt: Log xen_host_pci_get in two init functionsKonrad Rzeszutek Wilk1-0/+9
2015-09-10xen/pt: Remove XenPTReg->data field.Konrad Rzeszutek Wilk2-30/+49
2015-09-10xen/pt: Check if reg->init function sets the 'data' past the reg->sizeKonrad Rzeszutek Wilk1-2/+8
2015-09-10xen/pt: Sync up the dev.config and data values.Konrad Rzeszutek Wilk1-1/+58
2015-09-10xen/pt: Use xen_host_pci_get_[byte|word] instead of dev.configKonrad Rzeszutek Wilk2-28/+73
2015-09-10xen/pt: Use XEN_PT_LOG properly to guard against compiler warnings.Konrad Rzeszutek Wilk1-1/+1
2015-09-10xen/pt/msi: Add the register value when printing logging and error messagesKonrad Rzeszutek Wilk1-3/+3
2015-09-10xen/pt: xen_host_pci_config_read returns -errno, not -1 on failureKonrad Rzeszutek Wilk1-1/+1
2015-09-10xen/pt: Make xen_pt_msi_set_enable staticKonrad Rzeszutek Wilk2-2/+1
2015-09-10xen/pt: Update comments with proper function name.Konrad Rzeszutek Wilk1-2/+2
2015-09-10xen, gfx passthrough: add opregion mappingTiejun Chen3-3/+136
2015-09-10xen, gfx passthrough: register host bridge specific to passthroughTiejun Chen1-2/+13
2015-09-10xen, gfx passthrough: register a isa bridgeTiejun Chen1-0/+22
2015-09-10igd gfx passthrough: create a isa bridgeTiejun Chen1-0/+112
2015-09-10xen, gfx passthrough: retrieve VGA BIOS to workTiejun Chen3-0/+94
2015-09-10xen, gfx passthrough: basic graphics passthrough supportTiejun Chen7-1/+151
2015-09-10hw/pci-assign: split pci-assign.cTiejun Chen3-75/+99
2015-09-10piix: create host bridge to passthroughTiejun Chen1-0/+85
2015-09-08pc_init1: pass parameters just with typesTiejun Chen1-6/+8
2015-09-08i440fx: make types configurable at run-timeMichael S. Tsirkin2-6/+7
2015-09-07Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150907' into stagingPeter Maydell9-190/+281
2015-09-07s390/sclp: simplify calculation of rnmaxDavid Hildenbrand1-3/+1
2015-09-07s390/sclp: store the increment_size in the sclp deviceDavid Hildenbrand1-17/+3
2015-09-07s390: unify allocation of initial memoryDavid Hildenbrand3-18/+16
2015-09-07s390: move memory calculation into the sclp deviceDavid Hildenbrand3-66/+68
2015-09-07s390/sclp: ignore memory hotplug operations if it is disabledDavid Hildenbrand1-7/+26
2015-09-07s390: disallow memory hotplug for the s390-virtio machineDavid Hildenbrand1-0/+5
2015-09-07s390: no need to manually parse for slots and maxmemDavid Hildenbrand2-10/+4
2015-09-07s390/sclp: move sclp_service_interrupt into the sclp deviceDavid Hildenbrand1-9/+12
2015-09-07s390/sclp: move sclp_execute related functions into the SCLP classDavid Hildenbrand1-17/+36
2015-09-07s390/sclp: introduce a root sclp deviceDavid Hildenbrand1-9/+56
2015-09-07s390/sclp: temporarily fix unassignment/reassignment of memory subregionsDavid Hildenbrand1-2/+8
2015-09-07s390/sclp: replace sclp event types with proper definesDavid Hildenbrand3-4/+4
2015-09-07s390/sclp: rework sclp event facility initialization + device realizationDavid Hildenbrand1-17/+33
2015-09-07sclp/s390: rework sclp cpu hotplug device notificationDavid Hildenbrand1-20/+6
2015-09-07s390x/kvm: make setting of in-kernel irq routes more efficientJens Freimann1-0/+2
2015-09-07s390x/css: start with cleared cstat/dstatCornelia Huck1-0/+2
2015-09-07s390x/event-facility: fix receive mask checkCornelia Huck1-2/+3
2015-09-07s390x/css: ccw-0 enforces count > 0Cornelia Huck1-0/+4
2015-09-07s390x/css: handle ccw-0 TIC correctlyPierre Morel1-0/+3
2015-09-07hw/block/nvme.c: Use pow2ceil() rather than hand-calculationPeter Maydell1-1/+1
2015-09-07hw/virtio/virtio-pci: Use pow2ceil() rather than hand-calculationPeter Maydell1-3/+1
2015-09-07hw/pci: Use pow2ceil() rather than hand-calculationPeter Maydell2-6/+2
2015-09-07arm/virt: Add full-sized CPU affinity handlingPavel Fedin1-2/+32
2015-09-07i.MX: Add i2C devices to i.MX31 SOCJean-Christophe Dubois1-0/+30
2015-09-07i.MX: Add the i.MX25 PDK platformJean-Christophe Dubois2-1/+160
2015-09-07i.MX: Add SOC support for i.MX25Jean-Christophe Dubois2-0/+274