summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-13pc: Use PCMachineState for pc_cmos_init() argumentEduardo Habkost4-11/+14
2015-08-13pc: Eliminate pc_default_machine_options()Eduardo Habkost4-8/+2
2015-08-13pc: Eliminate pc_common_machine_options()Eduardo Habkost3-8/+1
2015-08-13pc: Move PCMachineClass, PCMachineState to qemu/typedefs.hEduardo Habkost2-3/+3
2015-08-13pc: Rename pc_machine variables to pcmsEduardo Habkost3-22/+22
2015-08-13pc: Use error_abort when registering propertiesEduardo Habkost1-8/+8
2015-08-13target-i386: Remove x86_cpu_compat_set_features()Eduardo Habkost2-29/+0
2015-08-13pc: Use PC_COMPAT_* for CPUID feature compatibilityEduardo Habkost3-46/+112
2015-08-13piix: Document coreboot-specific RAM size config registerEduardo Habkost1-1/+6
2015-08-13make: load only required dependency files.Victor Kaplansky2-2/+8
2015-08-13make: fix where dependency *.d are stored.Victor Kaplansky3-2/+2
2015-08-13Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150813'...Peter Maydell25-524/+1003
2015-08-13i.MX: Fix UART driver to work with unitialized "chardev" deviceJean-Christophe Dubois1-2/+6
2015-08-13hw/cpu/a15mpcore: Wire up hyp and secure physical timer interruptsPeter Maydell1-7/+14
2015-08-13hw/arm/virt: Wire up secure timer interruptPeter Maydell1-13/+15
2015-08-13target-arm: Add AArch32 banked register access to secure physical timerPeter Maydell1-0/+27
2015-08-13target-arm: Add the AArch64 view of the Secure physical timerPeter Maydell4-1/+92
2015-08-13target-arm: Add debug check for mismatched cpreg resetsPeter Maydell3-1/+27
2015-08-13Introduce gic_class_name() instead of repeating conditionPavel Fedin3-10/+10
2015-08-13hw/arm/gic: Kill code duplicationPavel Fedin4-72/+64
2015-08-13Merge memory_region_init_reservation() into memory_region_init_io()Pavel Fedin2-12/+12
2015-08-13i.MX: Fix Coding style for GPT emulatorJean-Christophe Dubois1-3/+3
2015-08-13i.MX: Split GPT emulator in a header file and a source fileJean-Christophe Dubois2-76/+110
2015-08-13i.MX: Fix Coding style for EPIT emulatorJean-Christophe Dubois1-6/+6
2015-08-13i.MX: Split EPIT emulator in a header file and a source fileJean-Christophe Dubois2-49/+82
2015-08-13i.MX: Fix Coding style for CCM emulatorJean-Christophe Dubois1-6/+5
2015-08-13i.MX: Split CCM emulator in a header file and a source fileJean-Christophe Dubois4-78/+97
2015-08-13i.MX: Fix Coding style for AVIC emulator.Jean-Christophe Dubois1-9/+7
2015-08-13i.MX: Split AVIC emulator in a header file and a source fileJean-Christophe Dubois3-38/+60
2015-08-13i.MX:Fix Coding style for UART emulator.Jean-Christophe Dubois1-17/+17
2015-08-13i.MX: Move serial initialization to init/realize of DeviceClass.Jean-Christophe Dubois1-16/+19
2015-08-13i.MX: Split UART emulator in a header file and a source fileJean-Christophe Dubois2-80/+104
2015-08-13hw/arm/virt: Connect the Hypervisor timerEdgar E. Iglesias1-0/+4
2015-08-13hw/arm/virt: Replace magic IRQ constants with macrosEdgar E. Iglesias1-3/+6
2015-08-13target-arm: Add the Hypervisor timerEdgar E. Iglesias4-1/+73
2015-08-13target-arm: Pass timeridx as argument to various timer functionsEdgar E. Iglesias1-22/+77
2015-08-13target-arm: Rename and move gt_cnt_resetEdgar E. Iglesias1-7/+5
2015-08-13target-arm: Add CNTHCTL_EL2Edgar E. Iglesias2-2/+32
2015-08-13target-arm: Add CNTVOFF_EL2Edgar E. Iglesias2-6/+42
2015-08-11Open 2.5 development treePeter Maydell1-1/+1
2015-08-11Update version for v2.4.0 releasePeter Maydell1-1/+1
2015-08-06cpu_defs: Simplify CPUTLB padding logicPeter Crosthwaite1-11/+12
2015-08-06cpu-exec: Do not invalidate original TB in cpu_exec_nocache()Sergey Fedorov3-6/+12
2015-08-06block/mirror: limit qiov to IOV_MAX elementsStefan Hajnoczi2-0/+5
2015-08-05Update version for v2.4.0-rc4 releasePeter Maydell1-1/+1
2015-08-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-0/+62
2015-08-05block: don't register quorum driver if SHA256 support is unavailableSascha Silbe1-6/+4
2015-08-05virtio: fix 1.0 virtqueue migrationJason Wang2-0/+62
2015-08-05throttle: add throttle_max_is_missing_limit() testStefan Hajnoczi1-0/+21
2015-08-05throttle: refuse bps_max/iops_max without bps/iopsStefan Hajnoczi3-0/+23