summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* i.MX: Add SOC support for i.MX31Jean-Christophe Dubois2015-09-072-1/+218
* hw/arm/virt: Add high MMIO PCI region, 512G in sizePavel Fedin2015-09-072-9/+74
* smbios: implement smbios support for mach-virtWei Huang2015-09-071-0/+26
* smbios: add smbios 3.0 supportWei Huang2015-09-073-25/+65
* arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-09-0717-65/+38
* Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150903' into stagingPeter Maydell2015-09-036-13/+531
|\
| * s390x: Disable storage key migration on old machine typeJason J. Herne2015-09-032-3/+42
| * s390x: Migrate guest storage keys (initial memory only)Jason J. Herne2015-09-031-0/+125
| * s390x: Info skeys sub-commandJason J. Herne2015-09-031-0/+23
| * s390x: Dump-skeys hmp supportJason J. Herne2015-09-031-0/+12
| * s390x: Dump storage keys qmp commandJason J. Herne2015-09-031-2/+89
| * s390x: Enable new s390-storage-keys deviceJason J. Herne2015-09-033-11/+10
| * s390x: Create QOM device for s390 storage keysJason J. Herne2015-09-033-0/+218
| * s390x: add 2.5 compat s390-ccw-virtio machineCornelia Huck2015-09-031-2/+17
* | ne2000: Drop ne2000_can_receiveFam Zheng2015-09-023-12/+0
OpenPOWER on IntegriCloud