aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-06rules.mak: quiet-command: Split command name and args to printPeter Maydell12-100/+106
2016-10-04Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20161004' into s...Peter Maydell1-1/+2
2016-10-04hmp: fix qemu crash due to ioapic state dump w/ split irqchipWanpeng Li1-1/+2
2016-10-04Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell21-191/+342
2016-10-04Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20161004'...Peter Maydell39-316/+2027
2016-10-04target-arm: Correctly handle 'sub pc, pc, 1' for ARMv6Peter Maydell1-1/+6
2016-10-04target-arm: A64: Fix decoding of iss_sf in disas_ld_litEdgar E. Iglesias1-1/+1
2016-10-04cadence_gem: Fix priority queue out of bounds accessAlistair Francis1-18/+4
2016-10-04docs: Add a generic loader explanation documentAlistair Francis1-0/+84
2016-10-04generic-loader: Add a generic loaderAlistair Francis4-0/+265
2016-10-04ARM: Virt: ACPI: Add GIC ITS description in ACPI MADT tableShannon Zhao1-0/+12
2016-10-04ACPI: Add GIC Interrupt Translation Service Structure definitionShannon Zhao1-1/+12
2016-10-04arm/virt: Add ITS to the virt boardPavel Fedin1-6/+41
2016-10-04hw/intc/arm_gicv3_its: Implement support for in-kernel ITS emulationPavel Fedin2-0/+122
2016-10-04kvm-all: Pass requester ID to MSI routing functionsPavel Fedin3-0/+19
2016-10-04target-arm: move gicv3_class_name from machine to kvm_arm.hEric Auger2-16/+15
2016-10-04hw/intc/arm_gicv3_its: Implement ITS base classPavel Fedin4-0/+246
2016-10-04hw/intc/arm_gic(v3)_kvm: Initialize gsi routingEric Auger2-0/+25
2016-10-04hw/arm/virt: add 2.8 machine typeAndrew Jones1-2/+17
2016-10-04vmstateify tsc210xDr. David Alan Gilbert1-123/+104
2016-10-04vmstateify tsc2005Dr. David Alan Gilbert1-115/+75
2016-10-04hw/arm: Fix Integrator/CM initializationJakub Jermar1-14/+21
2016-10-04mainstone: Add mapping for dot, slash and backspace.Vijay Kumar B1-0/+3
2016-10-04mainstone: Fix incorrect key mapping for Enter key.Vijay Kumar B1-1/+1
2016-10-04MAINTAINERS: Add Alistair to the maintainers listAlistair Francis1-0/+15
2016-10-04STM32F205: Connect the SPI devicesAlistair Francis2-0/+25
2016-10-04STM32F205: Connect the ADC devicesAlistair Francis2-0/+41
2016-10-04irq: Add a new irq device that allows the ORing of linesAlistair Francis3-0/+152
2016-10-04STM32F2xx: Add the SPI deviceAlistair Francis4-0/+299
2016-10-04STM32F2xx: Add the ADC deviceAlistair Francis5-0/+396
2016-10-04STM32F2xx: Display PWM duty cycle from timerAlistair Francis1-0/+9
2016-10-04STM32F205: Remove the individual device variablesAlistair Francis1-18/+17
2016-10-04Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell2-11/+29
2016-10-04Merge remote-tracking branch 'remotes/famz/tags/for-upstream' into stagingPeter Maydell7-2/+13
2016-10-03target-i386: Correct family/model/stepping for Opteron_G3Evgeny Yakovlev2-3/+18
2016-10-03target-i386: Report known CPUID[EAX=0xD,ECX=0]:EAX bits as migratableEduardo Habkost1-8/+11
2016-10-02docker: Build in a clean directoryFam Zheng5-0/+11
2016-09-30Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20160927' into s...Peter Maydell7-34/+52
2016-09-30Merge remote-tracking branch 'remotes/yongbok/tags/mips-20160929' into stagingPeter Maydell2-55/+28
2016-09-30Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell5-2/+16
2016-09-29ide: Fix memory leak in ide_register_restart_cb()Ashijeet Acharya3-1/+13
2016-09-29MAINTAINERS: Add some more headers to the IDE sectionThomas Huth1-0/+1
2016-09-29ahci: clear aiocb in ncq_cbJohn Snow1-0/+1
2016-09-29ide: fix DMA register transitionsJohn Snow1-1/+1
2016-09-29oslib-posix: add a configure switch to debug stack usagePeter Lieven2-0/+54
2016-09-29coroutine-sigaltstack: use helper for allocating stack memoryPeter Lieven1-4/+5
2016-09-29coroutine-ucontext: use helper for allocating stack memoryPeter Lieven1-5/+6
2016-09-29coroutine: add a macro for the coroutine stack sizePeter Lieven4-3/+5
2016-09-29coroutine-sigaltstack: rename coroutine struct appropriatelyPeter Lieven1-8/+8
2016-09-29oslib-posix: add helpers for stack alloc and freePeter Lieven2-0/+69