Show patches with: Archived = No       |   430855 patches
« 1 2 ... 575 576 5774308 4309 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v5,21/33] tcg-ppc64: Implement compound logicals - - 1 - --- 2013-04-15 Richard Henderson New
[v5,22/33] tcg-ppc64: Handle constant inputs for some compound logicals - - 1 - --- 2013-04-15 Richard Henderson New
[v5,23/33] tcg-ppc64: Implement deposit - - 1 - --- 2013-04-15 Richard Henderson New
[v5,24/33] tcg-ppc64: Use I constraint for mul - - 1 - --- 2013-04-15 Richard Henderson New
[v5,25/33] tcg-ppc64: Use TCGType throughout compares - - 1 - --- 2013-04-15 Richard Henderson New
[v5,26/33] tcg-ppc64: Cleanup i32 constants to tcg_out_cmp - - 1 - --- 2013-04-15 Richard Henderson New
[v5,27/33] tcg-ppc64: Use MFOCRF instead of MFCR - - 1 - --- 2013-04-15 Richard Henderson New
[v5,28/33] tcg-ppc64: Use ISEL for setcond - - 1 - --- 2013-04-15 Richard Henderson New
[v5,29/33] tcg-ppc64: Implement movcond - - 1 - --- 2013-04-15 Richard Henderson New
[v5,30/33] tcg-ppc64: Use getauxval for ISA detection - - 1 - --- 2013-04-15 Richard Henderson New
[v5,31/33] tcg-ppc64: Implement add2/sub2_i64 - - 1 - --- 2013-04-15 Richard Henderson New
[v5,32/33] tcg-ppc64: Implement mulu2/muls2_i64 - - 1 - --- 2013-04-15 Richard Henderson New
[v5,33/33] tcg-ppc64: Handle deposit of zero - - 1 - --- 2013-04-15 Richard Henderson New
[qom-cpu,1/7] target-i386: Move cpuid_xlevel, cpuid_xlevel2 fields in X86CPU - - 1 - --- 2013-04-15 Eduardo Habkost New
[qom-cpu,2/7] target-i386/kvm.c: Code formatting changes - - 1 - --- 2013-04-15 Eduardo Habkost New
[qom-cpu,3/7] target-i386: Move xlevel/xlevel2 in struct x86_def_t - - - - --- 2013-04-15 Eduardo Habkost New
[qom-cpu,4/7] target-i386/cpu.c: Break lines on kvm_cpu_fill_host() - - - - --- 2013-04-15 Eduardo Habkost New
[qom-cpu,5/7] target-i386/cpu.c: Break lines on kvm_check_features_against_host() - - - - --- 2013-04-15 Eduardo Habkost New
[qom-cpu,6/7] target-i386/cpu.c: Break lines on builtin_x86_defs array - - - - --- 2013-04-15 Eduardo Habkost New
[qom-cpu,7/7] target-i386: Replace cpuid_*features fields with a feature word array - - - - --- 2013-04-15 Eduardo Habkost New
Allow qtest to be used together with a virtual CPU - - - - --- 2013-04-15 Edgar E. Iglesias New
Add -f FMT / --format FMT arg to qemu-nbd - - - - --- 2013-04-15 Anthony Liguori New
[v2,1/7] refer to FWCfgState explicitly - - - - --- 2013-04-15 Laszlo Ersek New
[v2,2/7] acpi_table_install(): fix funcparam formatting in leading comment - - - - --- 2013-04-15 Laszlo Ersek New
[v2,3/7] hw/acpi: extract standard table headers as a standalone structure - - - - --- 2013-04-15 Laszlo Ersek New
[v2,4/7] hw/acpi: export default ACPI headers using the type just introduced - - - - --- 2013-04-15 Laszlo Ersek New
[v2,5/7] hw/acpi: export acpi_checksum() - - - - --- 2013-04-15 Laszlo Ersek New
[v2,6/7] hw/i386/pc.c: move IO_APIC_DEFAULT_ADDRESS to include/hw/i386/apic.h - - - - --- 2013-04-15 Laszlo Ersek New
[v2,7/7] hw/i386: build ACPI MADT (APIC) for fw_cfg clients - - - - --- 2013-04-15 Laszlo Ersek New
tpm: Simplify creation of cancel path - - 1 - --- 2013-04-15 Stefan Berger New
[01/16] cpu: make kvm-stub.o a part of CPU library - - - - --- 2013-04-15 Igor Mammedov New
[02/16] cpu: call cpu_synchronize_post_init() from CPUClass.realize() if hotplugged - - 1 - --- 2013-04-15 Igor Mammedov New
[03/16] introduce resume_vcpu(), for single CPU - - 1 - --- 2013-04-15 Igor Mammedov New
[04/16] cpu: resume CPU from CPUClass.cpu_common_realizefn() when it is hot-plugged - - 1 - --- 2013-04-15 Igor Mammedov New
[05/16] introduce CPU hot-plug notifier - - 2 - --- 2013-04-15 Igor Mammedov New
[06/16] target-i386: pc: update rtc_cmos on CPU hot-plug - - 1 - --- 2013-04-15 Igor Mammedov New
[07/16] cpu: introduce get_arch_id() method and override it for target-i386 1 - 2 - --- 2013-04-15 Igor Mammedov New
[08/16] cpu: add helper cpu_exists(), to check if CPU with specified id exists - - 1 - --- 2013-04-15 Igor Mammedov New
[09/16] acpi_piix4: add infrastructure to send CPU hot-plug GPE to guest - - - - --- 2013-04-15 Igor Mammedov New
[10/16] target-i386: introduce apic-id property - - 2 - --- 2013-04-15 Igor Mammedov New
[11/16] introduce ICC bus/device/bridge - - - - --- 2013-04-15 Igor Mammedov New
[12/16] target-i386: cpu: attach ICC bus to CPU on its creation - - 1 - --- 2013-04-15 Igor Mammedov New
[13/16] target-i386: replace MSI_SPACE_SIZE with APIC_SPACE_SIZE - - 1 - --- 2013-04-15 Igor Mammedov New
[14/16] target-i386: move APIC to ICC bus - - - - --- 2013-04-15 Igor Mammedov New
[15/16] target-i386: move IOAPIC to ICC bus - - - - --- 2013-04-15 Igor Mammedov New
[16/16] add cpu-add qmp command and implement CPU hot-add for target-i386 - - - - --- 2013-04-15 Igor Mammedov New
[RFC,v2,1/6] kvm: update linux-headers - - - - --- 2013-04-15 Scott Wood New
[RFC,v2,2/6] kvm: use hw/kvm/Makefile.objs consistently for all relevant architectures - - - - --- 2013-04-15 Scott Wood New
[RFC,v2,3/6] memory: add memory_region_to_address() - - - - --- 2013-04-15 Scott Wood New
[RFC,v2,4/6] openpic: factor out some common defines into openpic.h - - - - --- 2013-04-15 Scott Wood New
[RFC,v2,5/6] PPC: e500: factor out mpic init code - - - - --- 2013-04-15 Scott Wood New
[RFC,v2,6/6] kvm/openpic: in-kernel mpic support - - - - --- 2013-04-15 Scott Wood New
[v6,01/16] xilinx_axienet: typedef XilinxAXIEnet struct 1 - 1 - --- 2013-04-16 Peter Crosthwaite New
[v6,02/16] xilinx_axienet: Defined and use type cast macro 1 - 1 - --- 2013-04-16 Peter Crosthwaite New
[v6,03/16] xilinx_axienet: Register reset properly 1 - 1 - --- 2013-04-16 Peter Crosthwaite New
[v6,04/16] xilinx_axienet: converted init->realize 1 - 1 - --- 2013-04-16 Peter Crosthwaite New
[v6,05/16] xilinx_axidma: typedef XilinxAXIDMA struct 1 - - - --- 2013-04-16 Peter Crosthwaite New
[v6,06/16] xilinx_axidma: Defined and use type cast macro 1 - - - --- 2013-04-16 Peter Crosthwaite New
[v6,07/16] xilinx_axidma: Register reset properly 1 - - - --- 2013-04-16 Peter Crosthwaite New
[v6,08/16] xilinx_axidma: converted init->realize 1 - - - --- 2013-04-16 Peter Crosthwaite New
[v6,09/16] petalogix_ml605_mmu: Fix machine node attachment 1 - 1 - --- 2013-04-16 Peter Crosthwaite New
[v3,1/7] refer to FWCfgState explicitly - - - - --- 2013-04-16 Laszlo Ersek New
[v3,2/7] acpi_table_install(): fix funcparam formatting in leading comment - - - - --- 2013-04-16 Laszlo Ersek New
[v3,3/7] hw/acpi: extract standard table headers as a standalone structure - - - - --- 2013-04-16 Laszlo Ersek New
[v3,4/7] hw/acpi: export default ACPI headers using the type just introduced - - - - --- 2013-04-16 Laszlo Ersek New
[v3,5/7] hw/acpi: export acpi_checksum() - - - - --- 2013-04-16 Laszlo Ersek New
[v3,6/7] hw/i386/pc.c: move IO_APIC_DEFAULT_ADDRESS to include/hw/i386/apic.h - - - - --- 2013-04-16 Laszlo Ersek New
[v3,7/7] hw/i386: build ACPI MADT (APIC) for fw_cfg clients - - - - --- 2013-04-16 Laszlo Ersek New
[v6,10/16] petalogix_ml605_mmu: Attach ethernet to machine 1 - 1 - --- 2013-04-16 Peter Crosthwaite New
[v6,11/16] xilinx_axienet: Create Proxy object for stream - - - - --- 2013-04-16 Peter Crosthwaite New
[v6,12/16] xilinx_axidma: Create Proxy object for stream - - - - --- 2013-04-16 Peter Crosthwaite New
[v6,13/16] xilinx_axidma: Fix rx/tx halted bit. 1 - - - --- 2013-04-16 Peter Crosthwaite New
[v6,14/16] stream: Add flow control API - - - - --- 2013-04-16 Peter Crosthwaite New
[v6,15/16] xilinx_axienet/dma: Implement rx path flow control - - - - --- 2013-04-16 Peter Crosthwaite New
[v6,16/16] stream: Remove app argument hack - - - - --- 2013-04-16 Peter Crosthwaite New
[v3,1/4] m25p80: Fix debug messages. - - - - --- 2013-04-16 Peter Crosthwaite New
[v3,2/4] m25p80: Convert guest errors to LOG_GUEST_ERROR - - - - --- 2013-04-16 Peter Crosthwaite New
[v3,3/4] m25p80.c: Multiple debug verbosity levels - - - - --- 2013-04-16 Peter Crosthwaite New
[v3,4/4] m25p80: Add debug message for no bdrv - - - - --- 2013-04-16 Peter Crosthwaite New
[PULL,00/12] QOM CPUState patch queue 2013-04-15 - - - - --- 2013-04-16 Andreas Färber New
[01/12] target-i386: Fix including "host" in -cpu ? output - - 1 - --- 2013-04-16 Andreas Färber New
[02/12] target-i386: Improve -cpu ? features output - - 1 - --- 2013-04-16 Andreas Färber New
[03/12] qdev: Add qdev property for bool type - - - - --- 2013-04-16 Andreas Färber New
[04/12] target-i386: Consolidate error propagation in x86_cpu_realizefn() - - 2 - --- 2013-04-16 Andreas Färber New
[05/12] target-i386: Split APIC creation from initialization in x86_cpu_realizefn() - - 2 - --- 2013-04-16 Andreas Färber New
[06/12] kvmvapic: Replace FROM_SYSBUS() with QOM type cast - - - - --- 2013-04-16 Andreas Färber New
[07/12] ioapic: Replace FROM_SYSBUS() with QOM type cast - - - - --- 2013-04-16 Andreas Färber New
[08/12] target-i386/cpu.c: Coding style fixes - - 1 - --- 2013-04-16 Andreas Färber New
[09/12] target-i386: Split out CPU creation and features parsing - - 1 - --- 2013-04-16 Andreas Färber New
[10/12] cpu: Pass CPUState to *cpu_synchronize_post*() 1 - 1 - --- 2013-04-16 Andreas Färber New
[11/12] qdev: Set device's parent before calling realize() down inheritance chain - - 1 - --- 2013-04-16 Andreas Färber New
[12/12] target-cris: Override do_interrupt for pre-v32 CPU cores 1 - - - --- 2013-04-16 Andreas Färber New
qdev: Fix device_add bus assumptions - - - - --- 2013-04-16 Andreas Färber New
[PULL,1/8] rdma: introduce qemu_ram_foreach_block - - - - --- 2013-04-16 mrhines@linux.vnet.ibm.com New
[PULL,2/8] rdma: new QEMUFileOps hooks - - - - --- 2013-04-16 mrhines@linux.vnet.ibm.com New
[PULL,3/8] rdma: export ram_handle_compressed() - - - - --- 2013-04-16 mrhines@linux.vnet.ibm.com New
[PULL,4/8] rdma: introduce capability for chunk registration - - - - --- 2013-04-16 mrhines@linux.vnet.ibm.com New
[PULL,5/8] rdma: core rdma logic - - - - --- 2013-04-16 mrhines@linux.vnet.ibm.com New
[PULL,6/8] rdma: send pc.ram - - - - --- 2013-04-16 mrhines@linux.vnet.ibm.com New
[PULL,7/8] rdma: print out throughput while debugging - - - - --- 2013-04-16 mrhines@linux.vnet.ibm.com New
« 1 2 ... 575 576 5774308 4309 »