summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-03-1211-106/+128
|\
| * virtio-scsi: clean out duplicate cdb fieldMichael S. Tsirkin2015-03-111-1/+1
| * virtio-scsi: fix cdb/sense sizeMichael S. Tsirkin2015-03-111-5/+5
| * acpi: specify format for build_append_namestringMichael S. Tsirkin2015-03-111-0/+1
| * tpm: Move memory subregion function into realize functionStefan Berger2015-03-111-3/+3
| * virtio-pci: Convert to realize()Markus Armbruster2015-03-112-54/+36
| * pci: Convert pci_nic_init() to Error to avoid qdev_init()Markus Armbruster2015-03-111-4/+14
| * machine: query mem-merge machine propertyMarcel Apfelbaum2015-03-111-0/+6
| * machine: query dump-guest-core machine propertyMarcel Apfelbaum2015-03-111-0/+6
| * machine: query phandle-start machine propertyMarcel Apfelbaum2015-03-111-0/+5
| * machine: query kvm-shadow-mem machine propertyMarcel Apfelbaum2015-03-111-0/+6
| * machine: query kernel-irqchip propertyMarcel Apfelbaum2015-03-112-19/+11
| * machine: allowed/required kernel-irqchip supportMarcel Apfelbaum2015-03-111-9/+15
| * machine: replace qemu opts with iommu propertyMarcel Apfelbaum2015-03-112-1/+6
| * pci/shpc: fix signed integer overflowMichael S. Tsirkin2015-03-111-1/+1
| * 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/pmaydell/tags/pull-target-arm-20150311'...Peter Maydell2015-03-1111-14/+1025
|\ \
| * | 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
| * | netduino2: Add the Netduino 2 MachineAlistair Francis2015-03-112-0/+58
| * | stm32f205: Add the stm32f205 SoCAlistair Francis2015-03-112-0/+161
| * | stm32f2xx_SYSCFG: Add the stm32f2xx SYSCFGAlistair Francis2015-03-112-0/+161
| * | stm32f2xx_USART: Add the stm32f2xx USART ControllerAlistair Francis2015-03-112-0/+230
| * | stm32f2xx_timer: Add the stm32f2xx TimerAlistair Francis2015-03-112-0/+330
| * | 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-117-107/+164
|\ \ \
| * | | s390/bios: Make the s390-ccw.img relocatableThomas Huth2015-03-111-3/+21
| * | | elf-loader: Provide the possibility to relocate s390 ELF filesThomas Huth2015-03-101-0/+2
| * | | s390x/kvm: passing max memory size to acceleratorDominik Dingel2015-03-101-0/+10
| * | | 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
* | | | 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-112-4/+8
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | unicore32: Use uc32_cpu_init()Eduardo Habkost2015-03-101-2/+4
| * | | | m68k: Use cpu_m68k_init()Eduardo Habkost2015-03-101-2/+4
* | | | | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell2015-03-111-0/+35
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | target-i386: Move APIC ID compatibility code to pc.cEduardo Habkost2015-03-091-0/+35
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell2015-03-116-288/+427
|\ \ \ \
| * | | | sun4u: switch m48t59 NVRAM to MMIO accessMark Cave-Ayland2015-03-101-2/+8
| * | | | m48t59: add m48t59 sysbus deviceMark Cave-Ayland2015-03-101-0/+4
| * | | | m48t59: introduce new base-year qdev propertyMark Cave-Ayland2015-03-105-16/+19
| * | | | m48t59: let init functions return a Nvram objectHervé Poussineau2015-03-105-198/+172
| * | | | m48t59: add a Nvram interfaceHervé Poussineau2015-03-101-0/+59
| * | | | m48t59: register a QOM type for each nvram type we supportHervé Poussineau2015-03-101-77/+169
| * | | | m48t59: move ISA ports/memory regions registration to QOM constructorHervé Poussineau2015-03-101-12/+13
| |/ / /
* | | | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-03-1010-63/+45
|\ \ \ \ | |_|/ / |/| | |
OpenPOWER on IntegriCloud