aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-31hw/s390x/virtio-ccw: use alias property for virtio-balloon-ccwShannon Zhao1-33/+6
2015-05-31hw/virtio/virtio-pci: use alias property for virtio-balloon-pciShannon Zhao1-34/+6
2015-05-31hw/virtio/virtio-balloon: move adding property to virtio_balloon_instance_initShannon Zhao1-8/+14
2015-05-30target-tricore: fix BOL_ST_H_LONGOFF using ldBastian Koppelmann1-1/+1
2015-05-30target-tricore: fix msub32_q producing the wrong overflow bitBastian Koppelmann1-11/+0
2015-05-30target-tricore: fix OPC2_32_RR_DVINIT_HU having write before use on the resultBastian Koppelmann1-1/+1
2015-05-29Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150529'...Peter Maydell30-457/+1831
2015-05-29Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2015-05-29' into...Peter Maydell3-3/+34
2015-05-29Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150529-1' into s...Peter Maydell10-26/+433
2015-05-29qapi: add dirty bitmap statusJohn Snow3-3/+34
2015-05-29target-arm: Avoid buffer overrun on UNPREDICTABLE ldrd/strdPeter Maydell1-24/+32
2015-05-29hw/arm/virt: Enable dynamic generation of ACPI v5.1 tablesShannon Zhao1-0/+19
2015-05-29ACPI: split CONFIG_ACPI into 4 piecesShannon Zhao9-3/+23
2015-05-29hw/arm/virt-acpi-build: Add PCIe controller in ACPI DSDT tableShannon Zhao1-0/+154
2015-05-29hw/acpi/aml-build: Add Unicode macroShannon Zhao2-0/+18
2015-05-29hw/acpi/aml-build: Add aml_dword_io() termShannon Zhao2-0/+23
2015-05-29hw/acpi/aml-build: Add aml_create_dword_field() termShannon Zhao2-0/+12
2015-05-29hw/acpi/aml-build: Add aml_else() termShannon Zhao2-0/+8
2015-05-29hw/acpi/aml-build: Add aml_lnot() termShannon Zhao2-0/+9
2015-05-29hw/acpi/aml-build: Add aml_or() termShannon Zhao2-0/+11
2015-05-29hw/acpi/aml-build: Add ToUUID macroShannon Zhao2-0/+54
2015-05-29hw/acpi/aml-build: Make aml_buffer() definition consistent with the specShannon Zhao2-3/+15
2015-05-29hw/arm/virt-acpi-build: Generate MCFG tableShannon Zhao1-0/+23
2015-05-29hw/arm/virt-acpi-build: Generate RSDP tableShannon Zhao1-1/+34
2015-05-29hw/arm/virt-acpi-build: Generate RSDT tableShannon Zhao4-24/+29
2015-05-29hw/arm/virt-acpi-build: Generate GTDT tableShannon Zhao4-4/+75
2015-05-29hw/arm/virt-acpi-build: Generate MADT tableShannon Zhao3-1/+97
2015-05-29hw/arm/virt-acpi-build: Generate FADT table and update ACPI headersShannon Zhao2-37/+129
2015-05-29hw/arm/virt-acpi-build: Generation of DSDT table for virt devicesShannon Zhao1-0/+132
2015-05-29hw/acpi/aml-build: Add aml_interrupt() termShannon Zhao2-0/+69
2015-05-29hw/acpi/aml-build: Add aml_memory32_fixed() termShannon Zhao2-0/+30
2015-05-29hw/arm/virt-acpi-build: Basic framework for building ACPI tables on ARMShannon Zhao5-1/+228
2015-05-29hw/arm/virt: Record PCIe ranges in MemMapEntry arrayShannon Zhao2-24/+16
2015-05-29hw/arm/virt: Move common definitions to virt.hShannon Zhao2-20/+57
2015-05-29hw/acpi/aml-build: Make enum values to be upper case to match coding styleShannon Zhao3-69/+69
2015-05-29target-arm: Add WFx instruction trap supportGreg Bellows1-1/+59
2015-05-29target-arm: Don't halt on WFI unless we don't have any workPeter Maydell3-0/+15
2015-05-29target-arm: Move TB flags down to fill gapPeter Maydell1-2/+2
2015-05-29target-arm: Extend FP checks to use an ELGreg Bellows4-37/+82
2015-05-29target-arm: Make singlestate TB flags common between AArch32/64Peter Maydell2-44/+29
2015-05-29target-arm: Add AArch64 CPTR registersGreg Bellows2-1/+44
2015-05-29target-arm: Allow cp access functions to indicate traps to EL2 or EL3Peter Maydell2-2/+19
2015-05-29target-arm: Update interrupt handling to use target ELGreg Bellows4-61/+50
2015-05-29target-arm: Make raise_exception() take syndrome and target ELPeter Maydell1-40/+28
2015-05-29target-arm: Set exception target EL in tlb_fillPeter Maydell1-0/+1
2015-05-29target-arm: Move setting of exception info into tlb_fillPeter Maydell5-44/+52
2015-05-29target-arm: Set correct syndrome for faults on MSR DAIF*, immPeter Maydell1-0/+3
2015-05-29target-arm: Extend helpers to route exceptionsGreg Bellows1-0/+21
2015-05-29target-arm: Add exception target el infrastructureGreg Bellows6-37/+83
2015-05-29Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150529-1' into...Peter Maydell10-4/+2105