aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-13smbios: remove dependency on x86 e820 tablesWei Huang
2015-08-13smbios: extract x86 smbios building code into a functionWei Huang
2015-08-13acpi: avoid potential uninitialized access to cpu_hp_io_baseDaniel P. Berrange
2015-08-13virtio-net: remove useless codesJason Wang
2015-08-13pci: allow 0 address for PCI IO/MEM regionsLaurent Vivier
2015-08-13pc: Remove redundant arguments from pc_memory_init()Eduardo Habkost
2015-08-13pc: Remove redundant arguments from pc_cmos_init()Eduardo Habkost
2015-08-13pc: Remove redundant arguments from *load_linux()Eduardo Habkost
2015-08-13pc: Use PCMachineState as pc_guest_info_init() argumentEduardo Habkost
2015-08-13pc: Move {above,below}_4g_mem_size variables to PCMachineStateEduardo Habkost
2015-08-13pc: Use PCMachineState for pc_memory_init() argumentEduardo Habkost
2015-08-13pc: Use PCMachineState for pc_cmos_init() argumentEduardo Habkost
2015-08-13pc: Eliminate pc_default_machine_options()Eduardo Habkost
2015-08-13pc: Eliminate pc_common_machine_options()Eduardo Habkost
2015-08-13pc: Move PCMachineClass, PCMachineState to qemu/typedefs.hEduardo Habkost
2015-08-13pc: Rename pc_machine variables to pcmsEduardo Habkost
2015-08-13pc: Use error_abort when registering propertiesEduardo Habkost
2015-08-13target-i386: Remove x86_cpu_compat_set_features()Eduardo Habkost
2015-08-13pc: Use PC_COMPAT_* for CPUID feature compatibilityEduardo Habkost
2015-08-13piix: Document coreboot-specific RAM size config registerEduardo Habkost
2015-08-13make: load only required dependency files.Victor Kaplansky
2015-08-13make: fix where dependency *.d are stored.Victor Kaplansky
2015-08-13Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150813'...Peter Maydell
2015-08-13i.MX: Fix UART driver to work with unitialized "chardev" deviceJean-Christophe Dubois
2015-08-13hw/cpu/a15mpcore: Wire up hyp and secure physical timer interruptsPeter Maydell
2015-08-13hw/arm/virt: Wire up secure timer interruptPeter Maydell
2015-08-13target-arm: Add AArch32 banked register access to secure physical timerPeter Maydell
2015-08-13target-arm: Add the AArch64 view of the Secure physical timerPeter Maydell
2015-08-13target-arm: Add debug check for mismatched cpreg resetsPeter Maydell
2015-08-13Introduce gic_class_name() instead of repeating conditionPavel Fedin
2015-08-13hw/arm/gic: Kill code duplicationPavel Fedin
2015-08-13Merge memory_region_init_reservation() into memory_region_init_io()Pavel Fedin
2015-08-13i.MX: Fix Coding style for GPT emulatorJean-Christophe Dubois
2015-08-13i.MX: Split GPT emulator in a header file and a source fileJean-Christophe Dubois
2015-08-13i.MX: Fix Coding style for EPIT emulatorJean-Christophe Dubois
2015-08-13i.MX: Split EPIT emulator in a header file and a source fileJean-Christophe Dubois
2015-08-13i.MX: Fix Coding style for CCM emulatorJean-Christophe Dubois
2015-08-13i.MX: Split CCM emulator in a header file and a source fileJean-Christophe Dubois
2015-08-13i.MX: Fix Coding style for AVIC emulator.Jean-Christophe Dubois
2015-08-13i.MX: Split AVIC emulator in a header file and a source fileJean-Christophe Dubois
2015-08-13i.MX:Fix Coding style for UART emulator.Jean-Christophe Dubois
2015-08-13i.MX: Move serial initialization to init/realize of DeviceClass.Jean-Christophe Dubois
2015-08-13i.MX: Split UART emulator in a header file and a source fileJean-Christophe Dubois
2015-08-13hw/arm/virt: Connect the Hypervisor timerEdgar E. Iglesias
2015-08-13hw/arm/virt: Replace magic IRQ constants with macrosEdgar E. Iglesias
2015-08-13target-arm: Add the Hypervisor timerEdgar E. Iglesias
2015-08-13target-arm: Pass timeridx as argument to various timer functionsEdgar E. Iglesias
2015-08-13target-arm: Rename and move gt_cnt_resetEdgar E. Iglesias
2015-08-13target-arm: Add CNTHCTL_EL2Edgar E. Iglesias
2015-08-13target-arm: Add CNTVOFF_EL2Edgar E. Iglesias