summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-30qemu-ga: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster1-1/+1
2013-01-30qapi: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster1-1/+1
2013-01-30libcacard: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster3-5/+5
2013-01-30qemu-log: Plug trivial memory leak in cpu_set_log_filename()Markus Armbruster1-4/+9
2013-01-30qemu-log: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster1-1/+1
2013-01-30virtfs-proxy-helper: Fix unchecked strdup() by conv. to g_strdup()Markus Armbruster1-2/+2
2013-01-30spice: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster1-2/+2
2013-01-30readline: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster1-2/+2
2013-01-30hw/9pfs: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster2-5/+5
2013-01-30g_strdup(NULL) returns NULL; simplifyMarkus Armbruster5-23/+7
2013-01-30g_malloc(0) and g_malloc0(0) return NULL; simplifyMarkus Armbruster4-18/+5
2013-01-30xilinx_axidma: Fix debug mode compile messagesPeter Crosthwaite1-1/+1
2013-01-30cadence_gem: Debug mode compile fixesPeter Crosthwaite1-7/+10
2013-01-30cadence_ttc: Debug mode compile fixesPeter Crosthwaite1-2/+2
2013-01-30vnc: Clean up vncws_send_handshake_response()Markus Armbruster1-5/+6
2013-01-29Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2-1/+26
2013-01-29Merge remote-tracking branch 'mdroth/qga-pull-1-28-13' into stagingAnthony Liguori1-9/+11
2013-01-29target-i386: kvm: prevent buffer overflow if -cpu foo, [x]level is too bigIgor Mammedov1-1/+24
2013-01-28Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori40-292/+709
2013-01-28Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori30-230/+1728
2013-01-28Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori10-89/+689
2013-01-28qemu-ga: Plug leaks on qmp_guest_network_get_interfaces() error pathsMarkus Armbruster1-5/+6
2013-01-28qemu-ga: Plug memory leak in guest_fsfreeze_cleanup()Markus Armbruster1-4/+5
2013-01-28kvm: Pass CPUState to kvm_on_sigbus_vcpu()Andreas Färber4-8/+7
2013-01-28cpu: Unconditionalize CPUState fieldsAndreas Färber1-2/+0
2013-01-28target-m68k: Use type_register() instead of type_register_static()Andreas Färber1-1/+1
2013-01-28target-unicore32: Use type_register() instead of type_register_static()Andreas Färber1-1/+1
2013-01-28target-openrisc: Use type_register() instead of type_register_static()Andreas Färber1-1/+1
2013-01-28target-unicore32: Catch attempt to instantiate abstract type in cpu_init()Andreas Färber1-1/+2
2013-01-28target-openrisc: Catch attempt to instantiate abstract type in cpu_init()Andreas Färber1-1/+2
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