Show patches with: Submitter = Igor Mammedov       |    State = Action Required       |    Archived = No       |   3943 patches
« 1 2 ... 37 38 39 40 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v2] target-i386: use static properties to list CPUID features - - - - --- 2012-10-23 Igor Mammedov New
[v2] target-i386: use static properties in check_features_against_host() to print CPUID feature nam… - - - - --- 2012-10-23 Igor Mammedov New
[37/37] target-i386: cleanup cpu_x86_find_by_name(), only fill x86_def_t in it - - - - --- 2012-10-22 Igor Mammedov New
[36/37] target-i386: use static properties to list CPUID features - - - - --- 2012-10-22 Igor Mammedov New
[35/37] target-i386: use static properties in check_features_against_host() to print CPUID feature … - - - - --- 2012-10-22 Igor Mammedov New
[34/37] qdev: introduce QDEV_FIND_PROP_FROM_BIT and qdev_prop_find_bit() - - - - --- 2012-10-22 Igor Mammedov New
[33/37] qdev: QDEV_PROP_FOREACH and QDEV_CLASS_FOREACH - - - - --- 2012-10-22 Igor Mammedov New
[32/37] target-i386: use static properties for setting cpuid features - - - - --- 2012-10-22 Igor Mammedov New
[31/37] target-i386: convert "family" to static property - - 1 - --- 2012-10-22 Igor Mammedov New
[30/37] target-i386: convert "model" to static property - - 1 - --- 2012-10-22 Igor Mammedov New
[29/37] target-i386: convert "stepping" to static property - - 1 - --- 2012-10-22 Igor Mammedov New
[28/37] target-i386: convert "model-id" to static property - - - - --- 2012-10-22 Igor Mammedov New
[27/37] target-i386: convert "tsc-frequency" to static property - - - - --- 2012-10-22 Igor Mammedov New
[26/37] target-i386: convert "vendor" property to static property - - - - --- 2012-10-22 Igor Mammedov New
[25/37] target-i386: replace uint32_t vendor fields by vendor string in x86_def_t - - - - --- 2012-10-22 Igor Mammedov New
[24/37] target-i386: use define for cpuid vendor string size - - - - --- 2012-10-22 Igor Mammedov New
[23/37] target-i386: convert 'check' and 'enforce' to static properties - - - - --- 2012-10-22 Igor Mammedov New
[22/37] target-i386: convert 'hv_vapic' to static property - - - - --- 2012-10-22 Igor Mammedov New
[21/37] target-i386: convert 'hv_relaxed' to static property - - - - --- 2012-10-22 Igor Mammedov New
[20/37] target-i386: convert 'hv_spinlocks' to static property - - - - --- 2012-10-22 Igor Mammedov New
[19/37] qdev: add DEFINE_ABSTRACT_PROP() helper - - - - --- 2012-10-22 Igor Mammedov New
[18/37] target-i386: add stubs for hyperv_(vapic_recommended|relaxed_timing_enabled|get_spinlock_re… - - 1 - --- 2012-10-22 Igor Mammedov New
[17/37] target-i386: make 'f-kvmclock' compatible with legacy behaviour - - 1 - --- 2012-10-22 Igor Mammedov New
[16/37] target-i386: set kvm CPUID default feature values using static properties - - - - --- 2012-10-22 Igor Mammedov New
[15/37] target-i386: set default value of "hypervisor" feature using static property - - 1 - --- 2012-10-22 Igor Mammedov New
[14/37] target-i386: postpone cpuid_level update to realize time - - - - --- 2012-10-22 Igor Mammedov New
[13/37] target-i386: convert "level" to static property - - 1 - --- 2012-10-22 Igor Mammedov New
[12/37] target-i386: convert "xlevel" to static property - - 1 - --- 2012-10-22 Igor Mammedov New
[11/37] target-i386: introduce vendor-override static property - - - - --- 2012-10-22 Igor Mammedov New
[10/37] target-i386: parse cpu_model string into set of stringified properties - - - - --- 2012-10-22 Igor Mammedov New
[09/37] qdev: export qdev_prop_find() and allow it to be used with DeviceClass instead of Object - - - - --- 2012-10-22 Igor Mammedov New
[08/37] target-i386: define static properties for cpuid features - - - - --- 2012-10-22 Igor Mammedov New
[07/37] target-i386: use visit_type_hz to parse tsc_freq property value - - 1 - --- 2012-10-22 Igor Mammedov New
[06/37] add visitor for parsing hz[KMG] input string 1 - - - --- 2012-10-22 Igor Mammedov New
[05/37] target-i386: move out CPU features initialization in separate func - - 1 - --- 2012-10-22 Igor Mammedov New
[04/37] target-i386: filter out not TCG features if running without kvm at realize time - - 1 - --- 2012-10-22 Igor Mammedov New
[03/37] target-i386: if x86_cpu_realize() failed report error and do cleanup 1 - - - --- 2012-10-22 Igor Mammedov New
[02/37] target-i386: cpu_x86_register(): report error from property setter - - 1 - --- 2012-10-22 Igor Mammedov New
[01/37] target-i386: return Error from cpu_x86_find_by_name() - - 2 - --- 2012-10-22 Igor Mammedov New
[12/12] qom: make CPU a child of DeviceState - - - - --- 2012-10-16 Igor Mammedov New
[11/12] include core qdev code into *-user, too - - - - --- 2012-10-16 Igor Mammedov New
[10/12] qdev: use full qdev.h include path on qdev*.c - - - - --- 2012-10-16 Igor Mammedov New
[09/12] move qemu_irq typedef out of cpu-common.h - - - - --- 2012-10-16 Igor Mammedov New
[08/12] qdev: move reset register/unregister code to qdev-system.c - - - - --- 2012-10-16 Igor Mammedov New
[07/12] qdev-core: isolate reset register/unregister code - - - - --- 2012-10-16 Igor Mammedov New
[06/12] qdev: move vmstate handling to qdev-system.c - - - - --- 2012-10-16 Igor Mammedov New
[05/12] qdev-core: isolate vmstate handling into separate functions - - - - --- 2012-10-16 Igor Mammedov New
[04/12] qdev: rename qdev.c to qdev-core.c - - - - --- 2012-10-16 Igor Mammedov New
[03/12] qdev: separate core from the code used only by qemu-system-* - - - - --- 2012-10-16 Igor Mammedov New
[02/12] qapi-types.h doesn't really need to include qemu-common.h - - - - --- 2012-10-16 Igor Mammedov New
[01/12] qdev: split up header so it can be used in cpu.h - - - - --- 2012-10-16 Igor Mammedov New
[v5] target-i386: initialize APIC at CPU level - - - - --- 2012-10-13 Igor Mammedov New
[v4] target-i386: initialize APIC at CPU level - - - - --- 2012-10-10 Igor Mammedov New
[v3] target-i386: initialize APIC at CPU level - - - - --- 2012-10-09 Igor Mammedov New
[v2] target-i386: initialize APIC at CPU level - - - - --- 2012-10-08 Igor Mammedov New
target-i386: initialize APIC at CPU level - - - - --- 2012-10-04 Igor Mammedov New
[07/23] target-i386: convert cpuid features into properties - - - - --- 2012-10-03 Igor Mammedov New
[23/23] target-i386: cleanup cpu_x86_find_by_name(), only fill x86_def_t in it - - - - --- 2012-10-02 Igor Mammedov New
[22/23] target-i386: move default init of cpuid_kvm_features bitmap into CPU initializer from cpudef - - - - --- 2012-10-02 Igor Mammedov New
[21/23] target-i386: move init of "hypervisor" feature into CPU initializer from cpudef - - - - --- 2012-10-02 Igor Mammedov New
[20/23] target-i386: use properties to set/unset user specified features on CPU - - - - --- 2012-10-02 Igor Mammedov New
[19/23] target-i386: parse cpu_model string into set of stringified properties - - - - --- 2012-10-02 Igor Mammedov New
[18/23] target-i386: replace uint32_t vendor fields by vendor string in x86_def_t - - - - --- 2012-10-02 Igor Mammedov New
[17/23] target-i386: postpone cpuid_level update to realize time - - - - --- 2012-10-02 Igor Mammedov New
[16/23] target-i386: use define for cpuid vendor string size - - - - --- 2012-10-02 Igor Mammedov New
[15/23] target-i386: introduce vendor-override property - - - - --- 2012-10-02 Igor Mammedov New
[14/23] target-i386: use visit_type_hz to parse tsc_freq property value - - 1 - --- 2012-10-02 Igor Mammedov New
[13/23] add visitor for parsing hz[KMG] input string 1 - - - --- 2012-10-02 Igor Mammedov New
[12/23] target-i386: convert 'check' and 'enforce' features into properties - - - - --- 2012-10-02 Igor Mammedov New
[11/23] target-i386: convert 'hv_vapic' feature into property - - - - --- 2012-10-02 Igor Mammedov New
[10/23] target-i386: convert 'hv_relaxed' feature into property - - - - --- 2012-10-02 Igor Mammedov New
[09/23] target-i386: convert 'hv_spinlocks' feature into property - - - - --- 2012-10-02 Igor Mammedov New
[08/23] target-i386: add stubs for hyperv_(vapic_recommended|relaxed_timing_enabled|get_spinlock_re… - - - - --- 2012-10-02 Igor Mammedov New
[07/23] target-i386: convert cpuid features into properties - - - - --- 2012-10-02 Igor Mammedov New
[06/23] target-i386: xlevel should be more than 0x80000000, move fixup into setter - - 1 - --- 2012-10-02 Igor Mammedov New
[05/23] target-i386: move out CPU features initialization in separate func - - 1 - --- 2012-10-02 Igor Mammedov New
[04/23] target-i386: filter out not TCG features if running without kvm at realize time - - 1 - --- 2012-10-02 Igor Mammedov New
[03/23] target-i386: if x86_cpu_realize() failed report error and do cleanup 1 - - - --- 2012-10-02 Igor Mammedov New
[02/23] target-i386: cpu_x86_register(): report error from property setter - - 1 - --- 2012-10-02 Igor Mammedov New
[01/23] target-i386: return Error from cpu_x86_find_by_name() - - 2 - --- 2012-10-02 Igor Mammedov New
[18/22,v3] target-i386: parse cpu_model string into set of stringified properties - - - - --- 2012-10-02 Igor Mammedov New
[18/22,v3] target-i386: parse cpu_model string into set of stringified properties - - - - --- 2012-10-01 Igor Mammedov New
[07/22,v4] target-i386: convert cpuid features into properties - - - - --- 2012-10-01 Igor Mammedov New
[22/22] target-i386: cleanup cpu_x86_find_by_name(), only fill x86_def_t in it - - - - --- 2012-09-26 Igor Mammedov New
[21/22] target-i386: move default init of cpuid_kvm_features bitmap into CPU initializer from cpudef - - - - --- 2012-09-26 Igor Mammedov New
[20/22] target-i386: move init of "hypervisor" feature into CPU initializer from cpudef - - - - --- 2012-09-26 Igor Mammedov New
[19/22] target-i386: use properties to set/unset user specified features on CPU - - - - --- 2012-09-26 Igor Mammedov New
[18/22] target-i386: parse cpu_model string into set of stringified properties - - - - --- 2012-09-26 Igor Mammedov New
[17/22] target-i386: replace uint32_t vendor fields by vendor string in x86_def_t - - - - --- 2012-09-26 Igor Mammedov New
[16/22] target-i386: use define for cpuid vendor string size - - - - --- 2012-09-26 Igor Mammedov New
[15/22] target-i386: introduce vendor-override property - - - - --- 2012-09-26 Igor Mammedov New
[14/22] target-i386: use visit_type_hz to parse tsc_freq property value - - 1 - --- 2012-09-26 Igor Mammedov New
[13/22] add visitor for parsing hz[KMG] input string 1 - - - --- 2012-09-26 Igor Mammedov New
[12/22] target-i386: convert 'check' and 'enforce' features into properties - - - - --- 2012-09-26 Igor Mammedov New
[11/22] target-i386: convert 'hv_vapic' feature into property - - - - --- 2012-09-26 Igor Mammedov New
[10/22] target-i386: convert 'hv_relaxed' feature into property - - - - --- 2012-09-26 Igor Mammedov New
[09/22] target-i386: convert 'hv_spinlocks' feature into property - - - - --- 2012-09-26 Igor Mammedov New
[08/22] target-i386: add stubs for hyperv_(vapic_recommended|relaxed_timing_enabled|get_spinlock_re… - - - - --- 2012-09-26 Igor Mammedov New
[07/22] target-i386: convert cpuid features into properties - - - - --- 2012-09-26 Igor Mammedov New
[06/22] target-i386: xlevel should be more than 0x80000000, move fixup into setter - - 1 - --- 2012-09-26 Igor Mammedov New
« 1 2 ... 37 38 39 40 »