aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-08-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell6-32/+0
2018-08-15block: Remove deprecated -drive option serialKevin Wolf6-18/+0
2018-08-15block: Remove deprecated -drive geometry optionsKevin Wolf1-14/+0
2018-08-14target/arm: Provide accessor functions for HCR_EL2.{IMO, FMO, AMO}Peter Maydell1-9/+10
2018-08-14arm: Fix return code of arm_load_elfAdam Lackorzynski1-4/+4
2018-08-14arm/virt: Add support for GICv2 virtualization extensionsLuc Michel2-11/+47
2018-08-14xlnx-zynqmp: Improve GIC wiring and MMIO mappingLuc Michel1-8/+84
2018-08-14intc/arm_gic: Improve tracesLuc Michel2-8/+35
2018-08-14intc/arm_gic: Implement maintenance interrupt generationLuc Michel1-0/+97
2018-08-14intc/arm_gic: Implement gic_update_virt() functionLuc Michel1-39/+136
2018-08-14intc/arm_gic: Implement the virtual interface registersLuc Michel1-2/+233
2018-08-14intc/arm_gic: Wire the vCPU interfaceLuc Michel1-2/+35
2018-08-14intc/arm_gic: Implement virtualization extensions in gic_cpu_(read|write)Luc Michel1-5/+15
2018-08-14intc/arm_gic: Implement virtualization extensions in gic_(deactivate|complete...Luc Michel1-4/+47
2018-08-14intc/arm_gic: Implement virtualization extensions in gic_acknowledge_irqLuc Michel1-19/+33
2018-08-14intc/arm_gic: Implement virtualization extensions in gic_(activate_irq|drop_p...Luc Michel1-12/+38
2018-08-14intc/arm_gic: Add virtualization enabled IRQ helper functionsLuc Michel2-18/+97
2018-08-14intc/arm_gic: Refactor secure/ns access check in the CPU interfaceLuc Michel1-17/+22
2018-08-14intc/arm_gic: Add virtualization extensions helper macros and functionsLuc Michel2-0/+79
2018-08-14intc/arm_gic: Add virtual interface register definitionsLuc Michel1-0/+65
2018-08-14intc/arm_gic: Add the virtualization extensions to the GIC stateLuc Michel4-26/+137
2018-08-14intc/arm_gic: Remove some dead code and put some functions staticLuc Michel2-25/+2
2018-08-14intc/arm_gic: Implement GICD_ISACTIVERn and GICD_ICACTIVERn registersLuc Michel1-4/+57
2018-08-14intc/arm_gic: Refactor operations on the distributorLuc Michel4-116/+127
2018-08-14nvic: Change NVIC to support ARMv6-MJulia Suvorova1-3/+18
2018-08-14arm: Add ARMv6-M programmer's model supportJulia Suvorova1-0/+10
2018-08-14nvic: Handle ARMv6-M SCS reserved registersJulia Suvorova1-2/+49
2018-08-07virtio-gpu: fix crashes upon warm reboot with vga modeMarc-André Lureau2-0/+16
2018-08-06hw/intc/arm_gicv3_common: Move gicd shift bug handling to gicv3_post_loadPeter Maydell1-40/+37
2018-08-06hw/intc/arm_gicv3_common: Move post_load hooks to top-level VMSDPeter Maydell1-4/+4
2018-08-06hw/intc/arm_gicv3_common: Combine duplicate .subsections in vmstate_gicv3_cpuPeter Maydell1-3/+0
2018-08-06hw/intc/arm_gicv3_common: Give no-migration-shift-bug subsection a needed fun...Peter Maydell1-0/+6
2018-08-06Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180801' into...Peter Maydell5-39/+22
2018-08-03pc: acpi: fix memory hotplug regression by reducing stub SRAT entry sizeIgor Mammedov1-9/+10
2018-08-03hw/acpi-build: Add a check for memory-less NUMA nodesDou Liyang1-3/+6
2018-08-03vhost: check region type before castingTiwei Bie1-1/+3
2018-08-01sam460ex: Fix PCI interrupts with multiple devicesBALATON Zoltan2-17/+10
2018-08-01hw/misc/macio: Fix device introspection problems in macio devicesThomas Huth3-22/+12
2018-07-31Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180731' into stagingPeter Maydell1-0/+1
2018-07-30s390x/sclp: fix maxram calculationChristian Borntraeger1-0/+1
2018-07-30hw/misc/tz-mpc: Zero the LUT on initialization, not just resetPeter Maydell1-1/+1
2018-07-30hw/arm/iotkit: Fix IRQ number for timer1Peter Maydell1-1/+1
2018-07-30armv7m_nvic: Fix m-security subsection namePeter Maydell1-1/+1
2018-07-30hw/arm/sysbus-fdt: Fix assertion in copy_properties_from_host()Geert Uytterhoeven1-0/+1
2018-07-30arm/smmuv3: Fix missing VMSD terminatorDr. David Alan Gilbert1-0/+1
2018-07-24audio/hda: Fix migrationDr. David Alan Gilbert1-1/+1
2018-07-24target/arm: Escalate to correct HardFault when AIRCR.BFHFNMINS is setPeter Maydell2-3/+7
2018-07-24hw/intc/arm_gicv3: Check correct HCR_EL2 bit when routing IRQPeter Maydell1-1/+1
2018-07-23hw/intc/exynos4210_gic: Turn instance_init into realize functionThomas Huth1-3/+3
2018-07-23hw/arm/spitz: Move problematic nand_init() code to realize functionThomas Huth1-4/+11