summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qom: Add recursive version of object_child_for_eachPeter Crosthwaite2015-09-082-3/+37
* 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-083-44/+76
* hw/intc/arm_gic: Fix handling of GICC_APR<n>, GICC_NSAPR<n> registersPeter Maydell2015-09-083-4/+116
* 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
* target-microblaze: Use setcond for pcmp*Richard Henderson2015-09-081-19/+4
* target-cris: Use movcond and setcondRichard Henderson2015-09-082-30/+9
* Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150907' into stagingPeter Maydell2015-09-0717-223/+427
|\
| * s390/sclp: simplify calculation of rnmaxDavid Hildenbrand2015-09-071-3/+1
| * s390/sclp: store the increment_size in the sclp deviceDavid Hildenbrand2015-09-072-17/+4
| * 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-072-9/+13
| * s390/sclp: move sclp_execute related functions into the SCLP classDavid Hildenbrand2015-09-072-17/+45
| * s390/sclp: introduce a root sclp deviceDavid Hildenbrand2015-09-073-11/+78
| * 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-074-4/+5
| * s390/sclp: rework sclp event facility initialization + device realizationDavid Hildenbrand2015-09-072-19/+34
| * sclp/s390: rework sclp cpu hotplug device notificationDavid Hildenbrand2015-09-071-20/+6
| * s390x/gdb: support reading/writing of control registersDavid Hildenbrand2015-09-073-1/+66
| * s390x/kvm: make setting of in-kernel irq routes more efficientJens Freimann2015-09-072-1/+2
| * pc-bios/s390-ccw: rebuild imageCornelia Huck2015-09-071-0/+0
| * pc-bios/s390-ccw: Device detection in higher subchannel setsAlexander Yarygin2015-09-071-25/+41
| * s390x/event-facility: fix location of receive maskCornelia Huck2015-09-071-2/+4
| * 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
* | Make pow2ceil() and pow2floor() inlinePeter Maydell2015-09-073-38/+34
* | Remove unused qemu_fls functionPeter Maydell2015-09-072-6/+0
* | exec.c: Use pow2floor() rather than hand-calculationPeter Maydell2015-09-071-3/+1
* | 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
|/
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-09-0729-359/+487
|\
| * Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2015-09-04' in...Kevin Wolf2015-09-046-8/+306
| |\
| | * quorum: validate vote threshold against num_children even if read-pattern is ...Wen Congyang2015-09-041-6/+6
| | * qcow2: reorder fields in Qcow2CachedTable to reduce paddingAlberto Garcia2015-09-041-1/+1
| | * docs: document how to configure the qcow2 L2/refcount cachesAlberto Garcia2015-09-041-0/+164
| | * qcow2: add option to clean unused cache entries after some timeAlberto Garcia2015-09-044-1/+109
| | * qcow2: mark the memory as no longer needed after qcow2_cache_empty()Alberto Garcia2015-09-041-0/+26
| |/
| * iotests: Warn if python subprocess is killedMax Reitz2015-09-041-5/+21
| * iotests: Do not suppress segfaults in bash testsMax Reitz2015-09-048-31/+67
| * iotests: Respect -nodefaults in tests 41 and 55Max Reitz2015-09-042-6/+16
| * iotests: More options for VM.add_drive()Max Reitz2015-09-041-3/+6
| * qemu-img: Fix crash in amend invocationMax Reitz2015-09-041-1/+2
OpenPOWER on IntegriCloud