summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-27target-m68k: Catch attempt to instantiate abstract type in cpu_init()Andreas Färber1-1/+2
2013-01-27target-arm: Catch attempt to instantiate abstract type in cpu_init()Andreas Färber1-1/+2
2013-01-27target-alpha: Catch attempt to instantiate abstract type in cpu_init()Andreas Färber1-2/+6
2013-01-27qom: Introduce object_class_is_abstract()Andreas Färber2-0/+13
2013-01-27target-unicore32: Detect attempt to instantiate non-CPU type in cpu_init()Andreas Färber2-2/+27
2013-01-27target-openrisc: Detect attempt to instantiate non-CPU type in cpu_init()Andreas Färber1-2/+22
2013-01-27target-m68k: Detect attempt to instantiate non-CPU type in cpu_init()Andreas Färber2-2/+21
2013-01-27target-alpha: Detect attempt to instantiate non-CPU type in cpu_init()Andreas Färber1-1/+1
2013-01-27target-arm: Detect attempt to instantiate non-CPU type in cpu_init()Andreas Färber2-2/+21
2013-01-27cpu: Add model resolution support to CPUClassAndreas Färber4-0/+38
2013-01-27target-i386: Remove setting tsc-frequency from x86_def_tIgor Mammedov1-3/+0
2013-01-27target-i386: Set custom features/properties without intermediate x86_def_tIgor Mammedov1-67/+51
2013-01-27target-i386: Remove vendor_override field from CPUX86StateIgor Mammedov2-16/+12
2013-01-27target-i386: Replace uint32_t vendor fields by vendor string in x86_def_tIgor Mammedov2-106/+47
2013-01-27target-i386: Print deprecation warning if xlevel < 0x80000000Igor Mammedov1-0/+2
2013-01-27target-i386: Drop redundant list of CPU definitionsAndreas Färber1-12/+10
2013-01-27target-i386: Simplify cpu_x86_find_by_name()Andreas Färber1-10/+12
2013-01-27pc: Generate APIC IDs according to CPU topologyEduardo Habkost3-6/+35
2013-01-27target-i386: Topology & APIC ID utility functionsEduardo Habkost4-1/+255
2013-01-27pc: Set fw_cfg data based on APIC ID calculationEduardo Habkost1-5/+35
2013-01-27cpus.h: Make constant smp_cores/smp_threads available on *-userEduardo Habkost1-0/+7
2013-01-27fw_cfg: Remove FW_CFG_MAX_CPUS from fw_cfg_init()Eduardo Habkost6-2/+7
2013-01-27target-i386: Introduce x86_cpu_apic_id_from_index() functionEduardo Habkost2-1/+18
2013-01-27target-i386: kvm: Set vcpu_id to APIC ID instead of CPU indexEduardo Habkost1-2/+3
2013-01-27kvm: Create kvm_arch_vcpu_id() functionEduardo Habkost5-1/+19
2013-01-27pc: Reverse pc_init_pci() compatibility logicEduardo Habkost3-12/+17
2013-01-27target-i386: Don't set any KVM flag by default if KVM is disabledEduardo Habkost1-8/+4
2013-01-27kvm: Add fake KVM_FEATURE_CLOCKSOURCE_STABLE_BIT for builds without KVMEduardo Habkost1-0/+1
2013-01-27target-openrisc: Clean up triple QOM castsAndreas Färber6-24/+24
2013-01-27target-openrisc: Drop OpenRISCCPUListAndreas Färber1-7/+2
2013-01-27xilinx_ethlite: Avoid build warnings in debug codeEdgar E. Iglesias1-4/+6
2013-01-27m25p80.c: Return state to IDLE after COLLECTINGPeter Crosthwaite1-0/+2
2013-01-27xilinx_ethlite: Flush queued packets on SW servicePeter Crosthwaite1-2/+5
2013-01-27xilinx_ethlite: fix eth_can_rx() for ping-pongPeter Crosthwaite1-3/+3
2013-01-26Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl27-579/+1239
2013-01-26tests: Add gcov support for x86_64 qtestAndreas Färber1-0/+1
2013-01-26tests: Add gcov support for sparc64 qtestAndreas Färber1-0/+1
2013-01-26tests: Fix gcov typo for tmp105-testAndreas Färber1-1/+1
2013-01-26vmware_vga: fix out of bounds and invalid rects updatingMichael Tokarev1-0/+18
2013-01-26tests: add fuzzing to visitor testsBlue Swirl1-0/+49
2013-01-26build: remove *.lo, *.a, *.la files from all subdirectories on make cleanPaolo Bonzini1-3/+3
2013-01-26hw/arm_boot: Align device tree to 4KB boundary, not pagePeter Maydell1-3/+6
2013-01-26qemu-char: Avoid unused variable warning in some configsPeter Maydell1-2/+6
2013-01-26make_device_config.sh: Fix target path in generated dependency fileAndreas Färber1-1/+1
2013-01-26fw_cfg: Drop a few superfluous initializersMarkus Armbruster1-3/+3
2013-01-26fw_cfg: Splash image loader can overrun a stack variable, fixMarkus Armbruster3-5/+6
2013-01-26softfloat: Handle float_muladd_negate_c when product is zeroRichard Sandiford1-2/+2
2013-01-26hw/pxa2xx_timer: Explicitly mark fallthroughsPeter Maydell1-0/+47
2013-01-26hw/smc91c111: Add explicit 'return' rather than relying on fallthroughPeter Maydell1-0/+1
2013-01-26hw/pflash_cfi02.c: Mark deliberate fallthroughPeter Maydell1-0/+1