Show patches with: State = Action Required       |   426836 patches
« 1 2 ... 3629 3630 36314268 4269 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v2,16/18] tcg-i386: Use intptr_t appropriately - - 1 - --- 2013-08-29 Richard Henderson New
[v2,15/18] tcg: Fix jit debug for x32 - - 1 - --- 2013-08-29 Richard Henderson New
[v2,14/18] tcg: Use appropriate types in tcg_reg_alloc_call - - 1 - --- 2013-08-29 Richard Henderson New
[v2,13/18] tcg: Change tcg_out_ld/st offset to intptr_t - - 1 - --- 2013-08-29 Richard Henderson New
[v2,12/18] tcg: Change tcg_gen_exit_tb argument to uintptr_t - - 1 - --- 2013-08-29 Richard Henderson New
[v2,11/18] tcg: Use uintptr_t in TCGHelperInfo - - 1 - --- 2013-08-29 Richard Henderson New
[v2,10/18] tcg: Change relocation offsets to intptr_t - - 1 - --- 2013-08-29 Richard Henderson New
[v2,09/18] tcg: Change memory offsets to intptr_t - - 1 - --- 2013-08-29 Richard Henderson New
[v2,08/18] tcg: Change frame pointer offsets to intptr_t - - 1 - --- 2013-08-29 Richard Henderson New
[v2,07/18] tcg: Define TCG_ptr properly - - 1 - --- 2013-08-29 Richard Henderson New
[v2,06/18] tcg: Define TCG_TYPE_PTR properly - - 1 - --- 2013-08-29 Richard Henderson New
[v2,05/18] tcg: Allow TCG_TARGET_REG_BITS to be specified independantly - - 1 - --- 2013-08-29 Richard Henderson New
[v2,04/18] tcg: Fix next_tb type in cpu_exec - - 1 - --- 2013-08-29 Richard Henderson New
[v2,03/18] tcg: Change tcg_qemu_tb_exec return to uintptr_t - - 1 - --- 2013-08-29 Richard Henderson New
[v2,02/18] tcg: Change flush_icache_range arguments to uintptr_t - - 1 - --- 2013-08-29 Richard Henderson New
[v2,01/18] qtest: Fix FMT_timeval vs time_t - - 1 - --- 2013-08-29 Richard Henderson New
[v3,3/3] tcg/mips: only enable ext8s/ext16s ops on MIPS32R2 - - - - --- 2013-08-29 Aurelien Jarno New
[v3,2/3] tcg/mips: inline bswap16/bswap32 ops - - - - --- 2013-08-29 Aurelien Jarno New
[v3,1/3] tcg/mips: detect available host instructions at runtime - - - - --- 2013-08-29 Aurelien Jarno New
aio / timers: use g_usleep() not sleep() - - - - --- 2013-08-29 Alex Bligh New
aio / timers: fix build of test/test-aio.c on non-linux platforms - - - - --- 2013-08-29 Alex Bligh New
tcg-i386: Remove abort from GETPC_LDST - - - 1 --- 2013-08-29 Richard Henderson New
[v3,3/3] qemu-timer: do not take the lock in timer_pending - - - - --- 2013-08-29 Stefan Hajnoczi New
[v3,2/3] qemu-timer: make qemu_timer_mod_ns() and qemu_timer_del() thread-safe - - - - --- 2013-08-29 Stefan Hajnoczi New
[v3,1/3] qemu-timer: drop outdated signal safety comments - - - - --- 2013-08-29 Stefan Hajnoczi New
[v4,21/21] block: look for zero blocks in bs->file - - 1 - --- 2013-08-29 Paolo Bonzini New
[v4,20/21] block: add default get_block_status implementation for protocols - - 1 - --- 2013-08-29 Paolo Bonzini New
[v4,19/21] raw-posix: report unwritten extents as zero - - 1 - --- 2013-08-29 Paolo Bonzini New
[v4,18/21] raw-posix: return get_block_status data and flags - - 1 - --- 2013-08-29 Paolo Bonzini New
[v4,17/21] docs, qapi: document qemu-img map - - 1 - --- 2013-08-29 Paolo Bonzini New
[v4,16/21] qemu-img: add a "map" subcommand - - 1 - --- 2013-08-29 Paolo Bonzini New
[v4,15/21] block: return BDRV_BLOCK_ZERO past end of backing file - - 1 - --- 2013-08-29 Paolo Bonzini New
[v4,14/21] block: use bdrv_has_zero_init to return BDRV_BLOCK_ZERO - - 1 - --- 2013-08-29 Paolo Bonzini New
[v4,13/21] block: return get_block_status data and flags for formats - - 1 - --- 2013-08-29 Paolo Bonzini New
[v4,12/21] block: define get_block_status return value - - 1 - --- 2013-08-29 Paolo Bonzini New
[v4,11/21] block: introduce bdrv_get_block_status API - - 1 - --- 2013-08-29 Paolo Bonzini New
[v4,10/21] block: make bdrv_has_zero_init return false for copy-on-write-images - - 1 - --- 2013-08-29 Paolo Bonzini New
[v4,09/21] qemu-img: always probe the input image for allocated sectors - - 1 - --- 2013-08-29 Paolo Bonzini New
[v4,08/21] block: expect errors from bdrv_co_is_allocated - - 2 - --- 2013-08-29 Paolo Bonzini New
[v4,07/21] block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinction - - 1 - --- 2013-08-29 Paolo Bonzini New
[v4,06/21] block: do not use ->total_sectors in bdrv_co_is_allocated - - 1 - --- 2013-08-29 Paolo Bonzini New
[v4,05/21] block: make bdrv_co_is_allocated static - - 1 - --- 2013-08-29 Paolo Bonzini New
[v4,04/21] block: keep bs->total_sectors up to date even for growable block devices - - 1 - --- 2013-08-29 Paolo Bonzini New
[v4,03/21] cow: do not call bdrv_co_is_allocated - - 1 - --- 2013-08-29 Paolo Bonzini New
[v4,02/21] cow: make writes go at a less indecent speed - - 1 - --- 2013-08-29 Paolo Bonzini New
[v4,01/21] cow: make reads go at a decent speed - - 1 - --- 2013-08-29 Paolo Bonzini New
[2/2] add some virtio-scsi trace events - - - - --- 2013-08-29 Laszlo Ersek New
[1/2] qemu_hexstr(): hexdump a small buffer to a string, for in-line printing - - - - --- 2013-08-29 Laszlo Ersek New
[RFC,4/3] qemu-timer: use RCU to preserve the timers during lockless lookup - - - - --- 2013-08-29 Paolo Bonzini New
[RFC,3/3] qemu-timer: do not take the lock in timer_pending - - - - --- 2013-08-29 Paolo Bonzini New
[RFC,2/3] qemu-timer: fix race conditions on freeing the timer - - - - --- 2013-08-29 Paolo Bonzini New
[RFC,1/3] qemu-timer: do del+mod atomically - - - - --- 2013-08-29 Paolo Bonzini New
[v2,3/3] qemu-iotest: qcow2 image option amendment - - - - --- 2013-08-29 Max Reitz New
[v2,2/3] qcow2: Implement bdrv_amend_options - - - - --- 2013-08-29 Max Reitz New
[v2,1/3] block: Image file option amendment - - - - --- 2013-08-29 Max Reitz New
[v2] Remove Python 2.5 syntax from scripts/qapi-visit.py - - 1 - --- 2013-08-29 Charlie Shepherd New
exec: check offset_within_address_space for register subpage - - 1 - --- 2013-08-29 Hu Tao New
qcow2-refcount: Snapshot update for zero clusters - - - - --- 2013-08-29 Max Reitz New
[RFC,4/5] hw/arm/digic: add UART support - - - - --- 2013-08-29 Antony Pavlov New
[RFC,3/5] hw/arm/digic: add timer support - - - - --- 2013-08-29 Antony Pavlov New
[RFC,2/5] hw/arm: add very initial support for Canon DIGIC SoC - - - - --- 2013-08-29 Antony Pavlov New
[RFC,1/5] target-arm: add ARM946E-S CPU - - - - --- 2013-08-29 Antony Pavlov New
option: Add assigned flag to QEMUOptionParameter - - - - --- 2013-08-29 Max Reitz New
[V2] qemu-xen: HVM domain S3 bugfix - - - - --- 2013-08-29 Liu, Jinsong New
[V2] xl: HVM domain S3 bugfix - - - - --- 2013-08-29 Liu, Jinsong New
[v2] spapr-vscsi: Report error on unsupported MAD requests 1 - - - --- 2013-08-29 Alexey Kardashevskiy New
powerpc iommu: rework traces - - - - --- 2013-08-29 Alexey Kardashevskiy New
[V10,11/11] NUMA: convert hmp command info_numa to use qmp command query_numa - - - - --- 2013-08-29 Wanlong Gao New
[V10,10/11] NUMA: add qmp command query-numa - - - - --- 2013-08-29 Wanlong Gao New
[V10,09/11] NUMA: add hmp command set-mem-policy - - - - --- 2013-08-29 Wanlong Gao New
[V10,08/11] NUMA: add qmp command set-mem-policy to set memory policy for NUMA node - - - - --- 2013-08-29 Wanlong Gao New
[V10,07/11] NUMA: set guest numa nodes memory policy - - - - --- 2013-08-29 Wanlong Gao New
[V10,06/11] NUMA: parse guest numa nodes memory policy - - - - --- 2013-08-29 Wanlong Gao New
[V10,05/11] NUMA: Add numa_info structure to contain numa nodes info - - 1 - --- 2013-08-29 Wanlong Gao New
[V10,04/11] NUMA: move numa related code to numa.c - - - - --- 2013-08-29 Wanlong Gao New
[V10,03/11] NUMA: check if the total numa memory size is equal to ram_size - - - - --- 2013-08-29 Wanlong Gao New
[V10,02/11] NUMA: split -numa option - - 1 - --- 2013-08-29 Wanlong Gao New
[V10,01/11] NUMA: add NumaOptions, NumaNodeOptions and NumaMemOptions - - 1 - --- 2013-08-29 Wanlong Gao New
[RFC,6/6] i386: implement cpu interface 'cpu_common_unrealizefn' - - - - --- 2013-08-29 chenfan New
[RFC,5/6] qom cpu: add struct CPUNotifier for supporting PLUG and UNPLUG cpu notifier - - - - --- 2013-08-29 chenfan New
[RFC,4/6] qmp: add 'cpu-del' command support - - - - --- 2013-08-29 chenfan New
[RFC,3/6] qom cpu: rename variable 'cpu_added_notifier' to 'cpu_hotplug_notifier' - - - - --- 2013-08-29 chenfan New
[RFC,2/6] cpus: release allocated vcpu objects and exit vcpu thread - - - - --- 2013-08-29 chenfan New
[RFC,1/6] piix4: implement function 'cpu_status_write' for vcpu ejection - - - - --- 2013-08-29 chenfan New
[RFC] cpu: implement CPEJ method for unpluging cpu - - - - --- 2013-08-29 chenfan New
seccomp: adding a second whitelist - - - - --- 2013-08-29 Eduardo Otubo New
PPC: KVM: Compile fix for qemu_notify_event - - - 1 --- 2013-08-29 Alexander Graf New
[5/5] tcg-arm: Better pipeline for softmmu tlb access - - - - --- 2013-08-28 Richard Henderson New
[4/5] tcg-arm: Use QEMU_BUILD_BUG_ON to verify constraints on tlb - - - - --- 2013-08-28 Richard Henderson New
[3/5] tcg-arm: Use strd for tcg_out_arg_reg64 - - - - --- 2013-08-28 Richard Henderson New
[2/5] tcg-arm: Rearrange slow-path qemu_ld/st - - - - --- 2013-08-28 Richard Henderson New
[1/5] tcg-arm: Use ldrd/strd for appropriate qemu_ld/st64 - - 1 - --- 2013-08-28 Richard Henderson New
[v4,0/3] slirp: fill mainloop with more precise timeout value - - - - --- 2013-08-28 Jan Kiszka New
qemu-qa: fix build with mingw - - - - --- 2013-08-28 Yan Vugenfirer New
[RFC] convert ram_list to RCU DQ - - - - --- 2013-08-28 Mike D. Day New
[V7,5/5] block: Add iops_size to do the iops accounting for a given io size. - - 1 - --- 2013-08-28 Benoît Canet New
[V7,4/5] block: Add support for throttling burst max in QMP and the command line. - - 1 - --- 2013-08-28 Benoît Canet New
[V7,3/5] block: Enable the new throttling code in the block layer. - - - - --- 2013-08-28 Benoît Canet New
[V7,2/5] throttle: Add units tests - - - - --- 2013-08-28 Benoît Canet New
[V7,1/5] throttle: Add a new throttling API implementing continuous leaky bucket. - - - - --- 2013-08-28 Benoît Canet New
« 1 2 ... 3629 3630 36314268 4269 »