Show patches with: State = Action Required       |    Archived = No       |   426840 patches
« 1 2 ... 643 644 6454268 4269 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[PULL,14/29] tcg: Change relocation offsets to intptr_t - - 1 - --- 2013-09-02 Richard Henderson New
[PULL,15/29] tcg: Use uintptr_t in TCGHelperInfo - - 1 - --- 2013-09-02 Richard Henderson New
[PULL,16/29] tcg: Change tcg_gen_exit_tb argument to uintptr_t - - 1 - --- 2013-09-02 Richard Henderson New
[PULL,17/29] tcg: Change tcg_out_ld/st offset to intptr_t - - 1 - --- 2013-09-02 Richard Henderson New
[PULL,18/29] tcg: Use appropriate types in tcg_reg_alloc_call - - 1 - --- 2013-09-02 Richard Henderson New
[PULL,19/29] tcg: Fix jit debug for x32 - - 1 - --- 2013-09-02 Richard Henderson New
[PULL,20/29] tcg-i386: Use intptr_t appropriately - - 1 - --- 2013-09-02 Richard Henderson New
[PULL,21/29] tcg-i386: Adjust tcg_out_tlb_load for x32 - - 1 - --- 2013-09-02 Richard Henderson New
[PULL,22/29] configure: Allow x32 as a host - - 1 - --- 2013-09-02 Richard Henderson New
[PULL,23/29] exec: Reorganize the GETRA/GETPC macros - - 1 - --- 2013-09-02 Richard Henderson New
[PULL,24/29] tcg-i386: Don't perform GETPC adjustment in TCG code - - 1 - --- 2013-09-02 Richard Henderson New
[PULL,25/29] exec: Rename USUFFIX to LSUFFIX - - 1 - --- 2013-09-02 Richard Henderson New
[PULL,26/29] target: Include softmmu_exec.h where forgotten - - 1 - --- 2013-09-02 Richard Henderson New
[PULL,27/29] exec: Split softmmu_defs.h - - 1 - --- 2013-09-02 Richard Henderson New
[PULL,28/29] tcg: Introduce zero and sign-extended versions of load helpers - - 1 - --- 2013-09-02 Richard Henderson New
[PULL,29/29] tcg-i386: Make use of zero-extended memory helper routines - - 1 - --- 2013-09-02 Richard Henderson New
[v3,1/2] memory: Provide separate handling of unassigned io ports accesses - - - - --- 2013-09-02 Jan Kiszka New
[v3,2/2] Revert "memory: Return -1 again on reads from unsigned regions" - - - - --- 2013-09-02 Jan Kiszka New
[v3,01/29] tcg-aarch64: Set ext based on TCG_OPF_64BIT - - - - --- 2013-09-02 Richard Henderson New
[v3,02/29] tcg-aarch64: Change all ext variables to bool - - - - --- 2013-09-02 Richard Henderson New
[v3,03/29] tcg-aarch64: Don't handle mov/movi in tcg_out_op - - - - --- 2013-09-02 Richard Henderson New
[v3,04/29] tcg-aarch64: Hoist common argument loads in tcg_out_op - - - - --- 2013-09-02 Richard Henderson New
[v3,05/29] tcg-aarch64: Change enum aarch64_arith_opc to AArch64Insn - - - - --- 2013-09-02 Richard Henderson New
[v3,06/29] tcg-aarch64: Merge enum aarch64_srr_opc with AArch64Insn - - - - --- 2013-09-02 Richard Henderson New
[v3,07/29] tcg-aarch64: Introduce tcg_fmt_* functions - - - - --- 2013-09-02 Richard Henderson New
[v3,08/29] tcg-aarch64: Introduce tcg_fmt_Rdn_aimm - - - - --- 2013-09-02 Richard Henderson New
[v3,09/29] tcg-aarch64: Implement mov with tcg_fmt_* functions - - - - --- 2013-09-02 Richard Henderson New
[v3,10/29] tcg-aarch64: Handle constant operands to add, sub, and compare - - - - --- 2013-09-02 Richard Henderson New
[v3,11/29] tcg-aarch64: Handle constant operands to and, or, xor - - - - --- 2013-09-02 Richard Henderson New
[v3,12/29] tcg-aarch64: Support andc, orc, eqv, not - - - - --- 2013-09-02 Richard Henderson New
[v3,13/29] tcg-aarch64: Handle zero as first argument to sub - - - - --- 2013-09-02 Richard Henderson New
[v3,14/29] tcg-aarch64: Support movcond - - - - --- 2013-09-02 Richard Henderson New
[v3,15/29] tcg-aarch64: Support deposit - - - - --- 2013-09-02 Richard Henderson New
[v3,16/29] tcg-aarch64: Support add2, sub2 - - - - --- 2013-09-02 Richard Henderson New
[v3,17/29] tcg-aarch64: Support muluh, mulsh - - - - --- 2013-09-02 Richard Henderson New
[v3,18/29] tcg-aarch64: Support div, rem - - - - --- 2013-09-02 Richard Henderson New
[v3,19/29] tcg-aarch64: Introduce tcg_fmt_Rd_uimm_s - - - - --- 2013-09-02 Richard Henderson New
[v3,20/29] tcg-aarch64: Improve tcg_out_movi - - - - --- 2013-09-02 Richard Henderson New
[v3,21/29] tcg-aarch64: Avoid add with zero in tlb load - - - - --- 2013-09-02 Richard Henderson New
[v3,22/29] tcg-aarch64: Use adrp in tcg_out_movi - - - - --- 2013-09-02 Richard Henderson New
[v3,23/29] tcg-aarch64: Pass return address to load/store helpers directly. - - - - --- 2013-09-02 Richard Henderson New
[v3,24/29] tcg-aarch64: Use tcg_out_call for qemu_ld/st - - - - --- 2013-09-02 Richard Henderson New
[v3,25/29] tcg-aarch64: Use symbolic names for branches - - - - --- 2013-09-02 Richard Henderson New
[v3,26/29] tcg-aarch64: Implement tcg_register_jit - - - - --- 2013-09-02 Richard Henderson New
[v3,27/29] tcg-aarch64: Reuse FP and LR in translated code - - - - --- 2013-09-02 Richard Henderson New
[v3,28/29] tcg-aarch64: Introduce tcg_out_ldst_pair - - - - --- 2013-09-02 Richard Henderson New
[v3,29/29] tcg-aarch64: Remove redundant CPU_TLB_ENTRY_BITS check - - - - --- 2013-09-02 Richard Henderson New
[PATCHv7] add qemu-img convert -n option (skip target volume creation) - - 1 - --- 2013-09-02 Alex Bligh New
[1/4] tcg/optimize: fix know-zero bits optimization - - - - --- 2013-09-03 Aurelien Jarno New
[2/4] tcg/optimize: fix known-zero bits for right shift ops - - - - --- 2013-09-03 Aurelien Jarno New
[3/4] tcg/optimize: improve known-zero bits for 32-bit ops - - - - --- 2013-09-03 Aurelien Jarno New
[4/4] tcg/optimize: add known-zero bits compute for load ops - - - - --- 2013-09-03 Aurelien Jarno New
kvm: fix traces to use %x instead of %d - - 2 - --- 2013-09-03 Alexey Kardashevskiy New
exec: avoid tcg_commit when kvm_enabled - - - - --- 2013-09-03 liguang New
cputlb: remove dead function tlb_update_dirty - - 1 - --- 2013-09-03 liguang New
gitignore: ignore files generated by GNU GLOBAL - - - - --- 2013-09-03 liguang New
[PATCHv2] Make usb-bt-dongle configurable - - - - --- 2013-09-03 Miroslav Rezanina New
[RFC] spapr: support time base offset migration - - - - --- 2013-09-03 Alexey Kardashevskiy New
[PULL,0/6] s390: cleanups and fixes 1 - - - --- 2013-09-03 Christian Borntraeger New
[PULL,1/6] s390/kvm: Add check for priviledged SCLP handler - - - - --- 2013-09-03 Christian Borntraeger New
[PULL,2/6] s390/dump: zero out padding bytes in notes sections - - - - --- 2013-09-03 Christian Borntraeger New
[PULL,3/6] s390/ipl: Fix waiting for virtio processing 1 - - - --- 2013-09-03 Christian Borntraeger New
[PULL,5/6] s390/cpu: Make setcc() function available to other files - - - - --- 2013-09-03 Christian Borntraeger New
[PULL,6/6] s390/ioinst: Moved the CC setting to the IO instruction handlers - - 1 - --- 2013-09-03 Christian Borntraeger New
[v6] kvm irqfd: support direct msimessage to irq translation 1 - - - --- 2013-09-03 Alexey Kardashevskiy New
[v5,1/6] block: Image file option amendment - - - - --- 2013-09-03 Max Reitz New
[v5,2/6] qcow2-cache: Empty cache - - - - --- 2013-09-03 Max Reitz New
[v5,3/6] qcow2-cluster: Expand zero clusters - - - - --- 2013-09-03 Max Reitz New
[v5,4/6] qcow2: Save refcount order in BDRVQcowState - - - - --- 2013-09-03 Max Reitz New
[v5,5/6] qcow2: Implement bdrv_amend_options - - - - --- 2013-09-03 Max Reitz New
[v5,6/6] qemu-iotest: qcow2 image option amendment - - - - --- 2013-09-03 Max Reitz New
linux-headers: update to 3.11 - - - - --- 2013-09-03 Alexey Kardashevskiy New
[RFC] spapr: support time base offset migration - - - - --- 2013-09-03 Alexey Kardashevskiy New
[PATCHv3,1/2] Preparation for usb-bt-dongle conditional build - - - - --- 2013-09-03 Miroslav Rezanina New
[PATCHv3,2/2] Remove dev-bluetooth.c dependency from vl.c - - - - --- 2013-09-03 Miroslav Rezanina New
[KVM] segmentation fault happened when reboot VM after hot-uplug virtio NIC - - - - --- 2013-09-03 Zhanghaoyu (A) New
[01/38] qdev: document assumption that unrealize is followed by finalize - - - - --- 2013-09-03 Paolo Bonzini New
[02/38] pci: split exit and finalize - - 1 - --- 2013-09-03 Paolo Bonzini New
[03/38] ac97: use instance_finalize instead of exit - - - - --- 2013-09-03 Paolo Bonzini New
[04/38] es1370: use instance_finalize instead of exit - - - - --- 2013-09-03 Paolo Bonzini New
[05/38] hda: reclaim memory in instance_finalize instead of exit - - - - --- 2013-09-03 Paolo Bonzini New
[06/38] serial: reclaim memory in instance_finalize instead of exit - - - - --- 2013-09-03 Paolo Bonzini New
[07/38] tpci200: use instance_finalize instead of exit - - - - --- 2013-09-03 Paolo Bonzini New
[08/38] pci-assign: reclaim memory in instance_finalize instead of exit - - - - --- 2013-09-03 Paolo Bonzini New
[09/38] ahci: reclaim memory in instance_finalize instead of exit - - - - --- 2013-09-03 Paolo Bonzini New
[10/38] msix: split msix_free from msix_uninit - - - - --- 2013-09-03 Paolo Bonzini New
[11/38] cmd646: use instance_finalize instead of exit - - - - --- 2013-09-03 Paolo Bonzini New
[12/38] ide/piix: use instance_finalize instead of exit - - - - --- 2013-09-03 Paolo Bonzini New
[13/38] ide/via: use instance_finalize instead of exit - - - - --- 2013-09-03 Paolo Bonzini New
[14/38] ivshmem: reclaim memory in instance_finalize instead of exit - - - - --- 2013-09-03 Paolo Bonzini New
[15/38] pci-testdev: use instance_finalize instead of exit - - - - --- 2013-09-03 Paolo Bonzini New
[16/38] vfio: reclaim memory in instance_finalize instead of exit - - - - --- 2013-09-03 Paolo Bonzini New
[17/38] e1000: use instance_finalize instead of exit - - - - --- 2013-09-03 Paolo Bonzini New
[18/38] eepro100: use instance_finalize instead of exit - - - - --- 2013-09-03 Paolo Bonzini New
[19/38] ne2000: use instance_finalize instead of exit - - - - --- 2013-09-03 Paolo Bonzini New
[20/38] pcnet: use instance_finalize instead of exit - - - - --- 2013-09-03 Paolo Bonzini New
[21/38] rtl8139: use instance_finalize instead of exit - - - - --- 2013-09-03 Paolo Bonzini New
[22/38] vmxnet3: reclaim memory in instance_finalize instead of exit - - - - --- 2013-09-03 Paolo Bonzini New
[23/38] shpc: split shpc_free from shpc_cleanup - - - - --- 2013-09-03 Paolo Bonzini New
[24/38] pci_bridge: split pci_bridge_free from pci_bridge_exitfn - - - - --- 2013-09-03 Paolo Bonzini New
« 1 2 ... 643 644 6454268 4269 »