Age | Commit message (Expand) | Author | Files | Lines |
2015-09-07 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150907' into staging | Peter Maydell | 17 | -223/+427 |
2015-09-07 | s390/sclp: simplify calculation of rnmax | David Hildenbrand | 1 | -3/+1 |
2015-09-07 | s390/sclp: store the increment_size in the sclp device | David Hildenbrand | 2 | -17/+4 |
2015-09-07 | s390: unify allocation of initial memory | David Hildenbrand | 3 | -18/+16 |
2015-09-07 | s390: move memory calculation into the sclp device | David Hildenbrand | 3 | -66/+68 |
2015-09-07 | s390/sclp: ignore memory hotplug operations if it is disabled | David Hildenbrand | 1 | -7/+26 |
2015-09-07 | s390: disallow memory hotplug for the s390-virtio machine | David Hildenbrand | 1 | -0/+5 |
2015-09-07 | s390: no need to manually parse for slots and maxmem | David Hildenbrand | 2 | -10/+4 |
2015-09-07 | s390/sclp: move sclp_service_interrupt into the sclp device | David Hildenbrand | 2 | -9/+13 |
2015-09-07 | s390/sclp: move sclp_execute related functions into the SCLP class | David Hildenbrand | 2 | -17/+45 |
2015-09-07 | s390/sclp: introduce a root sclp device | David Hildenbrand | 3 | -11/+78 |
2015-09-07 | s390/sclp: temporarily fix unassignment/reassignment of memory subregions | David Hildenbrand | 1 | -2/+8 |
2015-09-07 | s390/sclp: replace sclp event types with proper defines | David Hildenbrand | 4 | -4/+5 |
2015-09-07 | s390/sclp: rework sclp event facility initialization + device realization | David Hildenbrand | 2 | -19/+34 |
2015-09-07 | sclp/s390: rework sclp cpu hotplug device notification | David Hildenbrand | 1 | -20/+6 |
2015-09-07 | s390x/gdb: support reading/writing of control registers | David Hildenbrand | 3 | -1/+66 |
2015-09-07 | s390x/kvm: make setting of in-kernel irq routes more efficient | Jens Freimann | 2 | -1/+2 |
2015-09-07 | pc-bios/s390-ccw: rebuild image | Cornelia Huck | 1 | -0/+0 |
2015-09-07 | pc-bios/s390-ccw: Device detection in higher subchannel sets | Alexander Yarygin | 1 | -25/+41 |
2015-09-07 | s390x/event-facility: fix location of receive mask | Cornelia Huck | 1 | -2/+4 |
2015-09-07 | s390x/css: start with cleared cstat/dstat | Cornelia Huck | 1 | -0/+2 |
2015-09-07 | s390x/event-facility: fix receive mask check | Cornelia Huck | 1 | -2/+3 |
2015-09-07 | s390x/css: ccw-0 enforces count > 0 | Cornelia Huck | 1 | -0/+4 |
2015-09-07 | s390x/css: handle ccw-0 TIC correctly | Pierre Morel | 1 | -0/+3 |
2015-09-07 | Make pow2ceil() and pow2floor() inline | Peter Maydell | 3 | -38/+34 |
2015-09-07 | Remove unused qemu_fls function | Peter Maydell | 2 | -6/+0 |
2015-09-07 | exec.c: Use pow2floor() rather than hand-calculation | Peter Maydell | 1 | -3/+1 |
2015-09-07 | hw/block/nvme.c: Use pow2ceil() rather than hand-calculation | Peter Maydell | 1 | -1/+1 |
2015-09-07 | hw/virtio/virtio-pci: Use pow2ceil() rather than hand-calculation | Peter Maydell | 1 | -3/+1 |
2015-09-07 | hw/pci: Use pow2ceil() rather than hand-calculation | Peter Maydell | 2 | -6/+2 |
2015-09-07 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 29 | -359/+487 |
2015-09-07 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150907'... | Peter Maydell | 63 | -406/+3243 |
2015-09-07 | arm/virt: Add full-sized CPU affinity handling | Pavel Fedin | 1 | -2/+32 |
2015-09-07 | target-arm: Refactor CPU affinity handling | Pavel Fedin | 4 | -5/+16 |
2015-09-07 | i.MX: Add i2C devices to i.MX31 SOC | Jean-Christophe Dubois | 2 | -0/+41 |
2015-09-07 | i.MX: Add qtest support for I2C device emulator. | Jean-Christophe Dubois | 5 | -0/+294 |
2015-09-07 | i.MX: Add the i.MX25 PDK platform | Jean-Christophe Dubois | 2 | -1/+160 |
2015-09-07 | i.MX: Add SOC support for i.MX25 | Jean-Christophe Dubois | 4 | -0/+509 |
2015-09-07 | i.MX: Add FEC Ethernet Emulator | Jean-Christophe Dubois | 4 | -0/+824 |
2015-09-07 | i.MX: Add I2C controller emulator | Jean-Christophe Dubois | 4 | -0/+424 |
2015-09-07 | i.MX: KZM: use standalone i.MX31 SOC support | Jean-Christophe Dubois | 5 | -186/+102 |
2015-09-07 | i.MX: Add SOC support for i.MX31 | Jean-Christophe Dubois | 4 | -1/+318 |
2015-09-07 | target-arm: Fix arm_excp_unmasked() function | Sergey Sorokin | 1 | -3/+3 |
2015-09-07 | hw/arm/virt: Add high MMIO PCI region, 512G in size | Pavel Fedin | 4 | -9/+76 |
2015-09-07 | target-arm: Fix AArch32:AArch64 general-purpose register mapping | Sergey Sorokin | 1 | -32/+32 |
2015-09-07 | arm: Remove hw_error() usages. | Peter Crosthwaite | 2 | -3/+3 |
2015-09-07 | arm: cpu: assert() on no-EL2 virt IRQ error condition. | Peter Crosthwaite | 1 | -4/+1 |
2015-09-07 | smbios: implement smbios support for mach-virt | Wei Huang | 3 | -1/+28 |
2015-09-07 | smbios: add smbios 3.0 support | Wei Huang | 5 | -42/+116 |
2015-09-07 | target-arm: Wire up HLT 0xf000 as the A64 semihosting instruction | Peter Maydell | 5 | -2/+34 |