Show patches with: Archived = No       |   431386 patches
« 1 2 ... 1057 1058 10594313 4314 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v3,07/17] accel: Make AccelClass.available() optional - - 1 - --- 2014-09-26 Eduardo Habkost New
[v3,06/17] accel: Use QOM classes for accel types - - 1 - --- 2014-09-26 Eduardo Habkost New
[v3,05/17] accel: Move accel name lookup to separate function - - 1 - --- 2014-09-26 Eduardo Habkost New
[v3,04/17] accel: Simplify configure_accelerator() using AccelType *acc variable - - 1 - --- 2014-09-26 Eduardo Habkost New
[v3,03/17] accel: Create AccelType typedef - - 1 - --- 2014-09-26 Eduardo Habkost New
[v3,02/17] accel: Move accel code to accel.c - - 1 - --- 2014-09-26 Eduardo Habkost New
[v3,01/17] vl.c: Small coding style fix - - 1 - --- 2014-09-26 Eduardo Habkost New
[3/3] bitmap.h: Don't include qemu-common.h - - - - --- 2014-09-26 Eduardo Habkost New
[2/3] bitops.h: Don't include qemu-common.h - - - - --- 2014-09-26 Eduardo Habkost New
[1/3] tests: Add missing include to test-bitops.c - - - - --- 2014-09-26 Eduardo Habkost New
[RFC,10/10] tests: test-x86-cpu: Add KVM feature bit initialization test - - - - --- 2014-09-25 Eduardo Habkost New
[RFC,09/10] tests: test-x86-cpu: Add TCG feature bit initialization test - - - - --- 2014-09-25 Eduardo Habkost New
[RFC,08/10] target-i386: Isolate enabled-by-default features to a separate array - - - - --- 2014-09-25 Eduardo Habkost New
[RFC,07/10] tests: Add unit test for X86CPU code - - - - --- 2014-09-25 Eduardo Habkost New
[RFC,06/10] tests: Make test-x86-cpuid target-specific - - - - --- 2014-09-25 Eduardo Habkost New
[RFC,05/10] tests: Support target-specific unit tests - - - - --- 2014-09-25 Eduardo Habkost New
[RFC,04/10] tests: Move fake yield_until_fd_readable() to coroutine-stub.c - - - - --- 2014-09-25 Eduardo Habkost New
[RFC,03/10] bitmap.h: Don't include qemu-common.h - - - - --- 2014-09-25 Eduardo Habkost New
[RFC,02/10] bitops.h: Don't include qemu-common.h - - - - --- 2014-09-25 Eduardo Habkost New
[RFC,01/10] tests: Add missing include to test-bitops.c - - - - --- 2014-09-25 Eduardo Habkost New
[qom-cpu] Fix build error on linux-user - - - - --- 2014-09-04 Eduardo Habkost New
[v2,17/17] kvm: Make KVMState be the TYPE_KVM_ACCEL instance struct - - 1 - --- 2014-08-29 Eduardo Habkost New
[v2,16/17] accel: Save AccelState on MachineState when initializing - - 1 - --- 2014-08-29 Eduardo Habkost New
[v2,15/17] accel: Create accel object when initializing machine - - 1 - --- 2014-08-29 Eduardo Habkost New
[v2,14/17] accel: Pass MachineState object to accel init functions - - 1 - --- 2014-08-29 Eduardo Habkost New
[v2,13/17] accel: Rename 'init' method to 'init_machine' - - - - --- 2014-08-29 Eduardo Habkost New
[v2,12/17] accel: Move accel init/allowed code to separate function - - 1 - --- 2014-08-29 Eduardo Habkost New
[v2,11/17] accel: Remove tcg_available() function - - 1 - --- 2014-08-29 Eduardo Habkost New
[v2,10/17] accel: Move qtest accel registration to qtest.c - - 1 - --- 2014-08-29 Eduardo Habkost New
[v2,09/17] accel: Move Xen registration code to xen-common.c - - 1 - --- 2014-08-29 Eduardo Habkost New
[v2,08/17] accel: Move KVM accel registration to kvm-all.c - - 1 - --- 2014-08-29 Eduardo Habkost New
[v2,07/17] accel: Make AccelClass.available() optional - - 1 - --- 2014-08-29 Eduardo Habkost New
[v2,06/17] accel: Use QOM classes for accel types - - 1 - --- 2014-08-29 Eduardo Habkost New
[v2,05/17] accel: Move accel name lookup to separate function - - 1 - --- 2014-08-29 Eduardo Habkost New
[v2,04/17] accel: Simplify configure_accelerator() using AccelType *acc variable - - 1 - --- 2014-08-29 Eduardo Habkost New
[v2,03/17] accel: Create AccelType typedef - - 1 - --- 2014-08-29 Eduardo Habkost New
[v2,02/17] accel: Move accel code to accel.c - - 1 - --- 2014-08-29 Eduardo Habkost New
[v2,01/17] vl.c: Small coding style fix - - 1 - --- 2014-08-29 Eduardo Habkost New
[v2,6/6] target-i386: Disable SVM by default in KVM mode - - - - --- 2014-08-25 Eduardo Habkost New
[v2,5/6] target-i386: Don't enable nested VMX by default - - - - --- 2014-08-25 Eduardo Habkost New
[v2,4/6] target-i386: Remove unsupported bits from all CPU models - - - - --- 2014-08-25 Eduardo Habkost New
[v2,3/6] target-i386: Disable CPUID_ACPI by default on KVM mode - - - - --- 2014-08-25 Eduardo Habkost New
[v2,2/6] target-i386: Rename KVM auto-feature-enable compat function - - - - --- 2014-08-25 Eduardo Habkost New
[v2,1/6] pc: Create pc_compat_2_1() functions - - - - --- 2014-08-25 Eduardo Habkost New
[v2,2/2] target-i386: Add "tsc_adjust" CPU feature name - - - - --- 2014-08-25 Eduardo Habkost New
[v2,1/2] target-i386: Add "mpx" CPU feature name - - - - --- 2014-08-25 Eduardo Habkost New
target-i386: Reject invalid CPU feature names on the command-line - - 1 - --- 2014-08-21 Eduardo Habkost New
target-i386: Support migratable=no properly - - - - --- 2014-08-20 Eduardo Habkost New
[v4,33/33] piix: Move pc_xen_hvm_init() closer to xenfv_machine_class_init() - - - - --- 2014-08-14 Eduardo Habkost New
[v4,32/33] pc: Eliminate pc_compat_*() functions - - - - --- 2014-08-14 Eduardo Habkost New
[v4,31/33] pc: Add default KVM features fields to PCMachineClass - - - - --- 2014-08-14 Eduardo Habkost New
[v4,30/33] target-i386: Move some declarations to hw/i386/cpu.h - - - - --- 2014-08-14 Eduardo Habkost New
[v4,29/33] pc: Use compat_props for CPUID compat bits - - - - --- 2014-08-14 Eduardo Habkost New
[v4,28/33] target-i386: set [+-]feature using QOM properties - - - - --- 2014-08-14 Eduardo Habkost New
[v4,27/33] target-i386: Register X86CPU "feat-kvmclock" feature - - - - --- 2014-08-14 Eduardo Habkost New
[v4,26/33] target-i386: Renove underscores from feature names - - - - --- 2014-08-14 Eduardo Habkost New
[v4,25/33] target-i386: Move error handling to end of x86_cpu_parse_featurestr() - - - - --- 2014-08-14 Eduardo Habkost New
[v4,24/33] pc: Add PCMachineClass.compat_apic_id_mode field - - - - --- 2014-08-14 Eduardo Habkost New
[v4,23/33] pc: Move option_rom_has_mr/rom_file_has_mr to MachineClass - - - - --- 2014-08-14 Eduardo Habkost New
[v4,22/33] pc: Move globals to PCMachineClass - - - - --- 2014-08-14 Eduardo Habkost New
[v4,21/33] machine: Add MachineClass.default_cpu_model field - - - - --- 2014-08-14 Eduardo Habkost New
[v4,20/33] pc: Pass PCMachineState argument to pc_cpus_init() - - - - --- 2014-08-14 Eduardo Habkost New
[v4,19/33] pc: Rename pc_machine variable to pcms - - - - --- 2014-08-14 Eduardo Habkost New
[v4,18/33] machine: Eliminate QEMUMachine.compat_props - - - - --- 2014-08-14 Eduardo Habkost New
[v4,17/33] pc: Eliminate all *_machine_options() functions - - - - --- 2014-08-14 Eduardo Habkost New
[v4,16/33] q35: Eliminate pc_q35_1_4_machine_options() - - - - --- 2014-08-14 Eduardo Habkost New
[v4,15/33] q35: Eliminate pc_q35_machine_options() - - - - --- 2014-08-14 Eduardo Habkost New
[v4,14/33] piix: Eliminate pc_i440fx_machine_options() - - - - --- 2014-08-14 Eduardo Habkost New
[v4,13/33] pc: Eliminate pc_default_machine_options() - - - - --- 2014-08-14 Eduardo Habkost New
[v4,12/33] pc: Eliminate pc_common_machine_options() - - 1 - --- 2014-08-14 Eduardo Habkost New
[v4,11/33] pc: Register machine classes directly instead of using QEMUMachine - - - - --- 2014-08-14 Eduardo Habkost New
[v4,10/33] machine: Make compat_props a linked list - - - - --- 2014-08-14 Eduardo Habkost New
[v4,09/33] piix: Move pc-0.11 drive version compat props to PC_COMPAT_0_11 - - - - --- 2014-08-14 Eduardo Habkost New
[v4,08/33] piix: Move pc-0.1[23] rombar compat props to PC_COMPAT_0_13 - - - - --- 2014-08-14 Eduardo Habkost New
[v4,07/33] piix: Move pc-0.13 virtio-9p-pci compat to PC_COMPAT_0_13 - - - - --- 2014-08-14 Eduardo Habkost New
[v4,06/33] piix: Move pc-0.14 qxl compat properties to PC_COMPAT_0_14 - - - - --- 2014-08-14 Eduardo Habkost New
[v4,05/33] piix: Eliminate pc_init_pci() - - - - --- 2014-08-14 Eduardo Habkost New
[v4,04/33] piix: Add kvmclock_enabled, pci_enabled globals - - - - --- 2014-08-14 Eduardo Habkost New
[v4,03/33] pc: Eliminate has_pci_info global variable - - - - --- 2014-08-14 Eduardo Habkost New
[v4,02/33] vl.c: Use qdev_prop_register_global() for single globals - - 1 - --- 2014-08-14 Eduardo Habkost New
[v4,01/33] pc: Replace tabs with spaces on pc.h - - - - --- 2014-08-14 Eduardo Habkost New
[v3,6/6] qdev: Move global validation to a single function - - - - --- 2014-08-08 Eduardo Habkost New
[v3,5/6] qdev: Rename qdev_prop_check_global() to qdev_prop_check_globals() - - - - --- 2014-08-08 Eduardo Habkost New
[v3,4/6] test-qdev-global-props: Test handling of hotpluggable and non-device types - - - - --- 2014-08-08 Eduardo Habkost New
[v3,3/6] test-qdev-global-props: Initialize not_used=true for all props - - - - --- 2014-08-08 Eduardo Habkost New
[v3,2/6] test-qdev-global-props: Run tests on subprocess - - - - --- 2014-08-08 Eduardo Habkost New
[v3,1/6] test-qdev-global-props: Trivial comment fix - - - - --- 2014-08-08 Eduardo Habkost New
target-i386: Add tsc_adjust CPU feature name - - - - --- 2014-08-06 Eduardo Habkost New
target-i386: Add MPX CPU feature name - - - - --- 2014-08-06 Eduardo Habkost New
[RESEND,2/2] hw/machine: Free old values of string properties - - 3 - --- 2014-08-06 Eduardo Habkost New
[RESEND,1/2] rng-egd: Free old chr_name value before setting new one - - 1 - --- 2014-08-06 Eduardo Habkost New
[RFC,25/25] target-i386: Move KVM CPUID hacking to accelerator cpu_post_init hook - - - - --- 2014-07-09 Eduardo Habkost New
[RFC,24/25] target-i386: Accept "host" as value for CPU vendor - - - - --- 2014-07-09 Eduardo Habkost New
[RFC,23/25] target-i386: Move accelerator-specific code outside X86CPU.instance_init - - - - --- 2014-07-09 Eduardo Habkost New
[RFC,22/25] target-i386: Add AccelState parameter to cpu_x86_create() - - - - --- 2014-07-09 Eduardo Habkost New
[RFC,21/25] kvm: x86 KVM accelerator subclass - - - - --- 2014-07-09 Eduardo Habkost New
[RFC,20/25] accel: TYPE_X86_ACCEL interface - - - - --- 2014-07-09 Eduardo Habkost New
[RFC,19/25] accel: Use target-specific accel class if available - - - - --- 2014-07-09 Eduardo Habkost New
[RFC,18/25] accel: Get target name as argument when initializing accelerator - - - - --- 2014-07-09 Eduardo Habkost New
[RFC,17/25] kvm: Make KVMState be the TYPE_KVM_ACCEL instance struct - - - - --- 2014-07-09 Eduardo Habkost New
« 1 2 ... 1057 1058 10594313 4314 »