summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | pci/shpc: fix signed integer overflowMichael S. Tsirkin2015-03-111-1/+1
| * | acpi-test: update expected filesMichael S. Tsirkin2015-03-114-0/+0
| * | acpi: fix aml_equal term implementationMarcel Apfelbaum2015-03-101-1/+0
| * | aml-build: append opcodes using build_append_byteMichael S. Tsirkin2015-03-101-3/+3
| * | aml-build: don't modify childMichael S. Tsirkin2015-03-101-6/+10
* | | Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150311' into stagingPeter Maydell2015-03-116-329/+288
|\ \ \
| * | | target-mips: add missing MSACSR and restore fp_status and hflagsLeon Alrae2015-03-114-27/+46
| * | | target-mips: replace cpu_save/cpu_load with VMStateDescriptionLeon Alrae2015-03-114-317/+257
* | | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150311'...Peter Maydell2015-03-1118-15/+1323
|\ \ \ \
| * | | | bitops.h: sextract64() return type should be int64_t, not uint64_tPeter Maydell2015-03-111-1/+1
| * | | | integrator/cp: Implement CARDIN and WPROT signalsJan Kiszka2015-03-111-6/+56
| * | | | integrator/cp: Model CP control registers as sysbus deviceJan Kiszka2015-03-111-8/+27
| * | | | target-arm: Add missing compatible property to A57Ryota Ozaki2015-03-111-0/+1
| * | | | netduino2: Add the Netduino 2 MachineAlistair Francis2015-03-112-0/+58
| * | | | stm32f205: Add the stm32f205 SoCAlistair Francis2015-03-114-0/+219
| * | | | stm32f2xx_SYSCFG: Add the stm32f2xx SYSCFGAlistair Francis2015-03-114-0/+223
| * | | | stm32f2xx_USART: Add the stm32f2xx USART ControllerAlistair Francis2015-03-114-0/+304
| * | | | stm32f2xx_timer: Add the stm32f2xx TimerAlistair Francis2015-03-114-0/+432
| * | | | hw/arm/virt: fix cmdline parsing bug with CPU options and smp > 1Ard Biesheuvel2015-03-111-1/+3
| |/ / /
* | | | Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20150310' into s...Peter Maydell2015-03-1127-225/+780
|\ \ \ \ | |_|_|/ |/| | |
| * | | s390-ccw: rebuild BIOSChristian Borntraeger2015-03-111-0/+0
| * | | s390/bios: Make the s390-ccw.img relocatableThomas Huth2015-03-112-8/+27
| * | | elf-loader: Provide the possibility to relocate s390 ELF filesThomas Huth2015-03-103-0/+82
| * | | s390-ccw.img: Reinitialize guessing on rebootChristian Borntraeger2015-03-101-0/+1
| * | | s390-ccw.img: Allow bigger ramdisk sizes or offsetsChristian Borntraeger2015-03-103-2/+4
| * | | s390x/kvm: passing max memory size to acceleratorDominik Dingel2015-03-103-0/+69
| * | | virtio-ccw: Convert to realize()Markus Armbruster2015-03-102-61/+75
| * | | virtio-s390: Convert to realize()Markus Armbruster2015-03-102-35/+47
| * | | virtio-s390: s390_virtio_device_init() can't fail, simplifyMarkus Armbruster2015-03-101-14/+15
| * | | s390x/kvm: enable the new SIGP handling in user spaceDavid Hildenbrand2015-03-101-0/+3
| * | | s390x/kvm: deliver SIGP RESTART directly if stoppedDavid Hildenbrand2015-03-101-2/+11
| * | | s390x: add function to deliver restart irqsDavid Hildenbrand2015-03-102-8/+32
| * | | s390x/kvm: SIGP START is only applicable when STOPPEDDavid Hildenbrand2015-03-101-0/+5
| * | | s390x/kvm: implement handling of new SIGP ordersDavid Hildenbrand2015-03-104-5/+218
| * | | s390x/kvm: trace all SIGP ordersDavid Hildenbrand2015-03-102-1/+4
| * | | s390x/kvm: helper to set the SIGP status in SigpInfoDavid Hildenbrand2015-03-101-3/+8
| * | | s390x/kvm: pass the SIGP instruction parameter to the SIGP handlerDavid Hildenbrand2015-03-101-2/+6
| * | | s390x/kvm: more details for SIGP handler with one destination vcpuDavid Hildenbrand2015-03-101-62/+91
| * | | s390x: introduce defines for SIGP condition codesDavid Hildenbrand2015-03-103-10/+17
| * | | synchronize Linux headers to 4.0-rc3Christian Borntraeger2015-03-106-40/+93
* | | | Merge remote-tracking branch 'remotes/amit/tags/vser-for-2.3-1' into stagingPeter Maydell2015-03-111-1/+1
|\ \ \ \
| * | | | virtio-serial: fix segfault on NULL port namesAmit Shah2015-03-111-1/+1
* | | | | Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into s...Peter Maydell2015-03-1124-150/+52
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost2015-03-1019-139/+25
| * | | | unicore32: Use uc32_cpu_init()Eduardo Habkost2015-03-101-2/+4
| * | | | m68k: Use cpu_m68k_init()Eduardo Habkost2015-03-101-2/+4
| * | | | target-unicore32: Make uc32_cpu_init() return UniCore32CPUEduardo Habkost2015-03-102-10/+14
| * | | | target-i386: Clean up misuse of qdev_init() in realize methodMarkus Armbruster2015-03-101-6/+2
| * | | | cpu: Add missing documentation for some CPUClass methodsPeter Maydell2015-03-101-0/+12
* | | | | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell2015-03-118-94/+78
|\ \ \ \ \ | |_|/ / / |/| | | |
OpenPOWER on IntegriCloud