aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-28target-openrisc: Catch attempt to instantiate abstract type in cpu_init()Andreas Färber
2013-01-27target-m68k: Catch attempt to instantiate abstract type in cpu_init()Andreas Färber
2013-01-27target-arm: Catch attempt to instantiate abstract type in cpu_init()Andreas Färber
2013-01-27target-alpha: Catch attempt to instantiate abstract type in cpu_init()Andreas Färber
2013-01-27qom: Introduce object_class_is_abstract()Andreas Färber
2013-01-27target-unicore32: Detect attempt to instantiate non-CPU type in cpu_init()Andreas Färber
2013-01-27target-openrisc: Detect attempt to instantiate non-CPU type in cpu_init()Andreas Färber
2013-01-27target-m68k: Detect attempt to instantiate non-CPU type in cpu_init()Andreas Färber
2013-01-27target-alpha: Detect attempt to instantiate non-CPU type in cpu_init()Andreas Färber
2013-01-27target-arm: Detect attempt to instantiate non-CPU type in cpu_init()Andreas Färber
2013-01-27cpu: Add model resolution support to CPUClassAndreas Färber
2013-01-27target-i386: Remove setting tsc-frequency from x86_def_tIgor Mammedov
2013-01-27target-i386: Set custom features/properties without intermediate x86_def_tIgor Mammedov
2013-01-27target-i386: Remove vendor_override field from CPUX86StateIgor Mammedov
2013-01-27target-i386: Replace uint32_t vendor fields by vendor string in x86_def_tIgor Mammedov
2013-01-27target-i386: Print deprecation warning if xlevel < 0x80000000Igor Mammedov
2013-01-27target-i386: Drop redundant list of CPU definitionsAndreas Färber
2013-01-27target-i386: Simplify cpu_x86_find_by_name()Andreas Färber
2013-01-27pc: Generate APIC IDs according to CPU topologyEduardo Habkost
2013-01-27target-i386: Topology & APIC ID utility functionsEduardo Habkost
2013-01-27pc: Set fw_cfg data based on APIC ID calculationEduardo Habkost
2013-01-27cpus.h: Make constant smp_cores/smp_threads available on *-userEduardo Habkost
2013-01-27fw_cfg: Remove FW_CFG_MAX_CPUS from fw_cfg_init()Eduardo Habkost
2013-01-27target-i386: Introduce x86_cpu_apic_id_from_index() functionEduardo Habkost
2013-01-27target-i386: kvm: Set vcpu_id to APIC ID instead of CPU indexEduardo Habkost
2013-01-27kvm: Create kvm_arch_vcpu_id() functionEduardo Habkost
2013-01-27pc: Reverse pc_init_pci() compatibility logicEduardo Habkost
2013-01-27target-i386: Don't set any KVM flag by default if KVM is disabledEduardo Habkost
2013-01-27kvm: Add fake KVM_FEATURE_CLOCKSOURCE_STABLE_BIT for builds without KVMEduardo Habkost
2013-01-27target-openrisc: Clean up triple QOM castsAndreas Färber
2013-01-27target-openrisc: Drop OpenRISCCPUListAndreas Färber
2013-01-27xilinx_ethlite: Avoid build warnings in debug codeEdgar E. Iglesias
2013-01-27m25p80.c: Return state to IDLE after COLLECTINGPeter Crosthwaite
2013-01-27xilinx_ethlite: Flush queued packets on SW servicePeter Crosthwaite
2013-01-27xilinx_ethlite: fix eth_can_rx() for ping-pongPeter Crosthwaite
2013-01-26Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl
2013-01-26tests: Add gcov support for x86_64 qtestAndreas Färber
2013-01-26tests: Add gcov support for sparc64 qtestAndreas Färber
2013-01-26tests: Fix gcov typo for tmp105-testAndreas Färber
2013-01-26vmware_vga: fix out of bounds and invalid rects updatingMichael Tokarev
2013-01-26tests: add fuzzing to visitor testsBlue Swirl
2013-01-26build: remove *.lo, *.a, *.la files from all subdirectories on make cleanPaolo Bonzini
2013-01-26hw/arm_boot: Align device tree to 4KB boundary, not pagePeter Maydell
2013-01-26qemu-char: Avoid unused variable warning in some configsPeter Maydell
2013-01-26make_device_config.sh: Fix target path in generated dependency fileAndreas Färber
2013-01-26fw_cfg: Drop a few superfluous initializersMarkus Armbruster
2013-01-26fw_cfg: Splash image loader can overrun a stack variable, fixMarkus Armbruster
2013-01-26softfloat: Handle float_muladd_negate_c when product is zeroRichard Sandiford
2013-01-26hw/pxa2xx_timer: Explicitly mark fallthroughsPeter Maydell
2013-01-26hw/smc91c111: Add explicit 'return' rather than relying on fallthroughPeter Maydell