Show patches with: none      |   78070 patches
« 1 2 ... 722 723 724780 781 »
Patch Series S/W/F Date Submitter Delegate State
[PULL,05/13] target-arm: Implement AArch64 OSLAR/OSLSR_EL1 sysregs --- 2015-10-16 Peter Maydell Accepted
[PULL,04/13] hw/arm/virt: smbios: inform guest of kvm --- 2015-10-16 Peter Maydell Accepted
[PULL,03/13] target-arm: Avoid calling arm_el_is_aa64() function for unimplemented EL --- 2015-10-16 Peter Maydell Accepted
[PULL,02/13] target-arm: Break the TB after ISB to execute self-modified code correctly --- 2015-10-16 Peter Maydell Accepted
[PULL,01/13] target-arm: Add missing 'static' attribute --- 2015-10-16 Peter Maydell Accepted
[PULL,00/13] target-arm queue --- 2015-10-16 Peter Maydell Not Applicable
[V5,5/8] hw/i2c-ddc.c: Implement DDC I2C slave --- 2015-10-16 Frederic Konrad Superseded
arm: imx25-pdk: Fix machine name --- 2015-10-16 Peter Maydell Not Applicable
[PULL,3/3] ui/cocoa.m: blinky mouse cursor fix --- 2015-10-16 Peter Maydell Accepted
[PULL,2/3] ui/cocoa.m: addRemovableDevicesMenuItems() warning fix --- 2015-10-16 Peter Maydell Accepted
[PULL,1/3] ui/cocoa.m: eliminate normalWindow warning --- 2015-10-16 Peter Maydell Accepted
[PULL,0/3] cocoa queue --- 2015-10-16 Peter Maydell Not Applicable
[PULL,07/49] exec.c: Collect AddressSpace related fields into a CPUAddressSpace struct --- 2015-10-16 Paolo Bonzini Accepted
[PULL,06/49] cpu-exec-common.c: Clarify comment about cpu_reload_memory_map()'s RCU operations --- 2015-10-16 Paolo Bonzini Accepted
[PULL,05/49] exec.c: Don't call cpu_reload_memory_map() from cpu_exec_init() --- 2015-10-16 Paolo Bonzini Accepted
[PULL,02/04] configure: arm/aarch64: allow enable-seccomp --- 2015-10-15 Eduardo Otubo Accepted
[PULL,01/04] libseccomp: add cacheflush to whitelist --- 2015-10-15 Eduardo Otubo New
[PULL,02/04] configure: arm/aarch64: allow enable-seccomp --- 2015-10-14 Eduardo Otubo Superseded
[PULL,01/04] libseccomp: add cacheflush to whitelist --- 2015-10-14 Eduardo Otubo New
[RFC,6/6] hw/arm/sysbus-fdt: enable amd-xgbe dynamic instantiation --- 2015-10-12 Auger Eric New
[RFC,5/6] hw/arm/sysbus-fdt: helpers for clock node generation --- 2015-10-12 Auger Eric New
[RFC,4/6] device_tree: introduce qemu_fdt_getprop_optional --- 2015-10-12 Auger Eric New
[RFC,3/6] device_tree: introduce qemu_fdt_node_path --- 2015-10-12 Auger Eric New
[RFC,2/6] device_tree: introduce load_device_tree_from_sysfs --- 2015-10-12 Auger Eric New
[RFC,1/6] hw/vfio/platform: amd-xgbe device --- 2015-10-12 Auger Eric Superseded
linux-user: Fix array bounds in errno conversion --- 2015-10-12 Riku Voipio New
target-arm: Fix "no 64-bit EL2" assumption in arm_excp_unmasked() --- 2015-10-08 Peter Maydell Superseded
[PULL,3/9] hw/vfio/platform: do not set resamplefd for edge-sensitive IRQS --- 2015-10-07 Alex Williamson Accepted
[PULL,2/9] hw/vfio/platform: change interrupt/unmask fields into pointer --- 2015-10-07 Alex Williamson Accepted
[PULL,1/9] hw/vfio/platform: irqfd setup sequence update --- 2015-10-07 Alex Williamson Accepted
[2/2] hw/arm/virt: don't use a15memmap directly --- 2015-10-06 Andrew Jones New
[1/2,RFC] arm_gic_common.h: add gicv2 aliases for defines --- 2015-10-06 Andrew Jones New
[PULL,03/10] hw/vfio/platform: do not set resamplefd for edge-sensitive IRQS --- 2015-10-05 Alex Williamson Superseded
[PULL,02/10] hw/vfio/platform: change interrupt/unmask fields into pointer --- 2015-10-05 Alex Williamson Superseded
[PULL,01/10] hw/vfio/platform: irqfd setup sequence update --- 2015-10-05 Alex Williamson Superseded
[PULL,13/13] linux-user: assert that target_mprotect cannot fail --- 2015-10-02 Riku Voipio Accepted
[PULL,12/13] linux-user/signal.c: Use setup_rt_frame() instead of setup_frame() for target openrisc --- 2015-10-02 Riku Voipio Accepted
[PULL,11/13] linux-user/syscall.c: Add EAGAIN to host_to_target_errno_table for --- 2015-10-02 Riku Voipio Accepted
[PULL,10/13] linux-user: add name_to_handle_at/open_by_handle_at --- 2015-10-02 Riku Voipio Accepted
[PULL,09/13] linux-user: Return target error number in do_fork() --- 2015-10-02 Riku Voipio Accepted
[PULL,08/13] linux-user: fix cmsg conversion in case of multiple headers --- 2015-10-02 Riku Voipio Accepted
[PULL,07/13] linux-user: remove MAX_ARG_PAGES limit --- 2015-10-02 Riku Voipio Accepted
[PULL,06/13] linux-user: remove unused image_info members --- 2015-10-02 Riku Voipio Accepted
[PULL,05/13] linux-user: Treat --foo options the same as -foo --- 2015-10-02 Riku Voipio Accepted
[PULL,04/13] linux-user: use EXIT_SUCCESS and EXIT_FAILURE --- 2015-10-02 Riku Voipio Accepted
[PULL,03/13] linux-user: Add proper error messages for bad options --- 2015-10-02 Riku Voipio Accepted
[PULL,02/13] linux-user: Add -help --- 2015-10-02 Riku Voipio Accepted
[PULL,01/13] linux-user: Exit 0 when -h is used --- 2015-10-02 Riku Voipio Accepted
[PULL,00/13] linux-user queque --- 2015-10-02 Riku Voipio New
[v2,3/3] exec.c: Collect AddressSpace related fields into a CPUAddressSpace struct --- 2015-10-01 Peter Maydell Accepted
[v2,2/3] cpu-exec-common.c: Clarify comment about cpu_reload_memory_map()'s RCU operations --- 2015-10-01 Peter Maydell Accepted
[v2,1/3] exec.c: Don't call cpu_reload_memory_map() from cpu_exec_init() --- 2015-10-01 Peter Maydell Accepted
configure: arm/aarch64: allow enable-seccomp --- 2015-09-30 Andrew Jones Accepted
[PULL,3/3] ui/cocoa.m: remove open dialog code --- 2015-09-25 Peter Maydell Accepted
[PULL,2/3] ui/cocoa.m: prevent stuck key situation --- 2015-09-25 Peter Maydell Accepted
[PULL,1/3] ui/cocoa.m: verify with user before quitting QEMU --- 2015-09-25 Peter Maydell Accepted
[PULL,0/3] cocoa queue --- 2015-09-25 Peter Maydell Not Applicable
[v2,3/3] hw/vfio/platform: do not set resamplefd for edge-sensitive IRQS --- 2015-09-24 Auger Eric Superseded
[v2,2/3] hw/vfio/platform: change interrupt/unmask fields into pointer --- 2015-09-24 Auger Eric Superseded
[v2,1/3] hw/vfio/platform: irqfd setup sequence update --- 2015-09-24 Auger Eric Superseded
[PULL,0/7] target-arm queue --- 2015-09-24 Peter Maydell Not Applicable
[PULL,0/7] target-arm queue --- 2015-09-24 Peter Maydell Not Applicable
[PULL,7/7] MAINTAINERS: update Allwinner A10 maintainer --- 2015-09-23 Peter Maydell Accepted
[PULL,6/7] hw/arm/virt-acpi-build: Fix wrong size of flash in ACPI table --- 2015-09-23 Peter Maydell Accepted
[PULL,5/7] hw/arm/virt: Add gic-version option to virt machine --- 2015-09-23 Peter Maydell Accepted
[PULL,4/7] hw/intc: Initial implementation of vGICv3 --- 2015-09-23 Peter Maydell Accepted
[PULL,3/7] arm_kvm: Do not assume particular GIC type in kvm_arch_irqchip_create() --- 2015-09-23 Peter Maydell Accepted
[PULL,2/7] intc/gic: Extract some reusable vGIC code --- 2015-09-23 Peter Maydell Not Applicable
[PULL,1/7] hw/intc: Implement GIC-500 base class --- 2015-09-23 Peter Maydell Accepted
[PULL,0/7] target-arm queue --- 2015-09-23 Peter Maydell Not Applicable
hw/arm/virt: smbios: inform guest of kvm --- 2015-09-23 Andrew Jones Superseded
[PULL,07/36] spapr: add dumpdtb support --- 2015-09-23 David Gibson Accepted
[2/2] hw/vfio/platform: do not set resamplefd for edge-sensitive IRQS --- 2015-09-22 Auger Eric New
[1/2] hw/vfio/platform: irqfd setup sequence update --- 2015-09-22 Auger Eric Superseded
[v14,0/5] vGICv3 support --- 2015-09-22 Peter Maydell Not Applicable
[PULL,07/33] spapr: add dumpdtb support --- 2015-09-21 David Gibson Superseded
target-arm/translate.c: Handle non-executable page-straddling Thumb insns --- 2015-09-19 Peter Maydell Superseded
hw/arm/virt-acpi-build: Fix wrong size of flash --- 2015-09-17 Shannon Zhao Superseded
hw/ide/ahci: advance IO buffer offset in multi-sector PIO transfer --- 2015-09-16 Laszlo Ersek New
[v3,2/2] hw/arm/virt-acpi-build: Add DBG2 table --- 2015-09-15 Leif Lindholm New
[v3,1/2] ACPI: Add definitions for the DBG2 table --- 2015-09-15 Leif Lindholm New
[PULL,24/24] target-arm: Add VMPIDR_EL2 --- 2015-09-14 Peter Maydell Accepted
[PULL,23/24] target-arm: Break out mpidr_read_val() --- 2015-09-14 Peter Maydell Accepted
[PULL,22/24] target-arm: Add VPIDR_EL2 --- 2015-09-14 Peter Maydell Accepted
[PULL,21/24] target-arm: Suppress EPD for S2, EL2 and EL3 translations --- 2015-09-14 Peter Maydell Accepted
[PULL,20/24] target-arm: Suppress TBI for S2 translations --- 2015-09-14 Peter Maydell Accepted
[PULL,19/24] target-arm: Add VTTBR_EL2 --- 2015-09-14 Peter Maydell Accepted
[PULL,18/24] target-arm: Add VTCR_EL2 --- 2015-09-14 Peter Maydell Accepted
[PULL,17/24] hw/cpu/{a15mpcore, a9mpcore}: Handle missing has_el3 CPU props gracefully --- 2015-09-14 Peter Maydell Accepted
[PULL,16/24] i.MX: Add GPIO devices to i.MX25 SOC --- 2015-09-14 Peter Maydell Accepted
[PULL,15/24] i.MX: Add GPIO devices to i.MX31 SOC --- 2015-09-14 Peter Maydell Accepted
[PULL,14/24] i.MX: Add GPIO device --- 2015-09-14 Peter Maydell Accepted
[PULL,13/24] target-arm: Use tcg_gen_extrh_i64_i32 --- 2015-09-14 Peter Maydell Accepted
[PULL,12/24] target-arm: Recognize ROR --- 2015-09-14 Peter Maydell Accepted
[PULL,11/24] target-arm: Eliminate unnecessary zero-extend in disas_bitfield --- 2015-09-14 Peter Maydell Accepted
[PULL,10/24] target-arm: Recognize UXTB, UXTH, LSR, LSL --- 2015-09-14 Peter Maydell Accepted
[PULL,09/24] target-arm: Recognize SXTB, SXTH, SXTW, ASR --- 2015-09-14 Peter Maydell Accepted
[PULL,08/24] target-arm: Implement fcsel with movcond --- 2015-09-14 Peter Maydell Accepted
[PULL,07/24] target-arm: Implement ccmp branchless --- 2015-09-14 Peter Maydell Accepted
[PULL,06/24] target-arm: Use setcond and movcond for csel --- 2015-09-14 Peter Maydell Accepted
« 1 2 ... 722 723 724780 781 »