aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-30qemu-pixman.h: Avoid mutual inclusion loop with console.hPeter Maydell
2013-01-30qemu-ga: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster
2013-01-30qapi: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster
2013-01-30libcacard: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster
2013-01-30qemu-log: Plug trivial memory leak in cpu_set_log_filename()Markus Armbruster
2013-01-30qemu-log: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster
2013-01-30virtfs-proxy-helper: Fix unchecked strdup() by conv. to g_strdup()Markus Armbruster
2013-01-30spice: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster
2013-01-30readline: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster
2013-01-30hw/9pfs: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster
2013-01-30g_strdup(NULL) returns NULL; simplifyMarkus Armbruster
2013-01-30g_malloc(0) and g_malloc0(0) return NULL; simplifyMarkus Armbruster
2013-01-30xilinx_axidma: Fix debug mode compile messagesPeter Crosthwaite
2013-01-30cadence_gem: Debug mode compile fixesPeter Crosthwaite
2013-01-30cadence_ttc: Debug mode compile fixesPeter Crosthwaite
2013-01-30vnc: Clean up vncws_send_handshake_response()Markus Armbruster
2013-01-29Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2013-01-29Merge remote-tracking branch 'mdroth/qga-pull-1-28-13' into stagingAnthony Liguori
2013-01-29target-i386: kvm: prevent buffer overflow if -cpu foo, [x]level is too bigIgor Mammedov
2013-01-28Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2013-01-28Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-01-28Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori
2013-01-28qemu-ga: Plug leaks on qmp_guest_network_get_interfaces() error pathsMarkus Armbruster
2013-01-28qemu-ga: Plug memory leak in guest_fsfreeze_cleanup()Markus Armbruster
2013-01-28kvm: Pass CPUState to kvm_on_sigbus_vcpu()Andreas Färber
2013-01-28cpu: Unconditionalize CPUState fieldsAndreas Färber
2013-01-28target-m68k: Use type_register() instead of type_register_static()Andreas Färber
2013-01-28target-unicore32: Use type_register() instead of type_register_static()Andreas Färber
2013-01-28target-openrisc: Use type_register() instead of type_register_static()Andreas Färber
2013-01-28target-unicore32: Catch attempt to instantiate abstract type in cpu_init()Andreas Färber
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