Show patches with: State = Action Required       |    Archived = No       |   426143 patches
« 1 2 ... 667 668 6694261 4262 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[RFC,qom-cpu,v4,09/10] piix4: implement function cpu_status_write() for vcpu ejection - - - - --- 2013-10-09 chenfan New
[RFC,qom-cpu,v4,10/10] cpus: reclaim allocated vCPU objects - - - - --- 2013-10-09 chenfan New
[1/2] rfifolock: add recursive FIFO lock - - - - --- 2013-10-09 Stefan Hajnoczi New
[2/2] aio: add aio_context_acquire() and aio_context_release() - - 1 - --- 2013-10-09 Stefan Hajnoczi New
qemu-iotests: Discard preallocated zero clusters - - - - --- 2013-10-09 Max Reitz New
[PULL,0/5] QOM CPUState patch queue 2013-10-09 - - - - --- 2013-10-09 Andreas Färber New
[PULL,1/5] target-i386: Set model=6 on qemu64 & qemu32 CPU models - - 1 - --- 2013-10-09 Andreas Färber New
[PULL,2/5] cpu-exec: Also reload CPUClass *cc after longjmp return in cpu_exec() - - - - --- 2013-10-09 Andreas Färber New
[PULL,3/5] cputlb: Remove dead function tlb_update_dirty() - - 1 - --- 2013-10-09 Andreas Färber New
[PULL,4/5] cpu: Move cpu_copy() into linux-user - - - - --- 2013-10-09 Andreas Färber New
[PULL,5/5] cpu: Drop cpu_model_str from CPU_COMMON - - - - --- 2013-10-09 Andreas Färber New
[RFC,00/28] bitmap handling optimization - - - - --- 2013-10-09 Juan Quintela New
[01/28] Move prototypes to memory.h - - - - --- 2013-10-09 Juan Quintela New
[02/28] memory: cpu_physical_memory_set_dirty_flags() result is never used - - - - --- 2013-10-09 Juan Quintela New
[03/28] memory: cpu_physical_memory_set_dirty_range() return void - - - - --- 2013-10-09 Juan Quintela New
[04/28] exec: use accessor function to know if memory is dirty - - - - --- 2013-10-09 Juan Quintela New
[05/28] memory: create function to set a single dirty bit - - - - --- 2013-10-09 Juan Quintela New
[06/28] exec: create function to get a single dirty bit - - - - --- 2013-10-09 Juan Quintela New
[07/28] memory: make cpu_physical_memory_is_dirty return bool - - - - --- 2013-10-09 Juan Quintela New
[08/28] exec: simplify notdirty_mem_write() - - - - --- 2013-10-09 Juan Quintela New
[09/28] memory: all users of cpu_physical_memory_get_dirty used only one flag - - - - --- 2013-10-09 Juan Quintela New
[10/28] memory: set single dirty flags when possible - - - - --- 2013-10-09 Juan Quintela New
[11/28] memory: cpu_physical_memory_set_dirty_range() allways dirty all flags - - - - --- 2013-10-09 Juan Quintela New
[12/28] memory: cpu_physical_memory_mask_dirty_range() allways clear a single flag - - - - --- 2013-10-09 Juan Quintela New
[13/28] memory: use DIRTY_MEMORY_* instead of *_DIRTY_FLAG - - - - --- 2013-10-09 Juan Quintela New
[14/28] memory: use bit 2 for migration - - - - --- 2013-10-09 Juan Quintela New
[15/28] memory: make sure that client is always inside range - - - - --- 2013-10-09 Juan Quintela New
[16/28] memory: only resize dirty bitmap when memory size increases - - - - --- 2013-10-09 Juan Quintela New
[17/28] memory: cpu_physical_memory_clear_dirty_flag() result is never used - - - - --- 2013-10-09 Juan Quintela New
[18/28] bitmap: Add bitmap_zero_extend operation - - - - --- 2013-10-09 Juan Quintela New
[19/28] memory: split dirty bitmap into three - - - - --- 2013-10-09 Juan Quintela New
[20/28] memory: unfold cpu_physical_memory_clear_dirty_flag() in its only user - - - - --- 2013-10-09 Juan Quintela New
[21/28] memory: unfold cpu_physical_memory_set_dirty() in its only user - - - - --- 2013-10-09 Juan Quintela New
[22/28] memory: unfold cpu_physical_memory_set_dirty_flag() - - - - --- 2013-10-09 Juan Quintela New
[23/28] memory: make cpu_physical_memory_get_dirty() the main function - - - - --- 2013-10-09 Juan Quintela New
[24/28] memory: cpu_physical_memory_get_dirty() is used as returning a bool - - - - --- 2013-10-09 Juan Quintela New
[25/28] memory: s/mask/clear/ cpu_physical_memory_mask_dirty_range - - - - --- 2013-10-09 Juan Quintela New
[26/28] memory: use find_next_bit() to find dirty bits - - - - --- 2013-10-09 Juan Quintela New
[27/28] memory: cpu_physical_memory_set_dirty_range() now uses bitmap operations - - - - --- 2013-10-09 Juan Quintela New
[28/28] memory: cpu_physical_memory_clear_dirty_range() now uses bitmap operations - - - - --- 2013-10-09 Juan Quintela New
[RFC] map 64-bit PCI devices after all possible RAM - - - - --- 2013-10-09 Igor Mammedov New
qcow2: Add missing space in error message - - - - --- 2013-10-09 Max Reitz New
qcow2: Remove wrong metadata overlap check - - - - --- 2013-10-09 Max Reitz New
qcow2: Fix snapshot restoration in snapshot_create - - - - --- 2013-10-09 Max Reitz New
qcow2: Use better type for numerical snapshot ID - - - - --- 2013-10-09 Max Reitz New
[RFC,00/28] bitmap handling optimization - - - - --- 2013-10-09 Paolo Bonzini New
[PULL,0/2] SCSI patches for 2013-10-09 - - - - --- 2013-10-09 Paolo Bonzini New
[PULL,1/2] block/iscsi: reenable iscsi_co_get_block_status - - - - --- 2013-10-09 Paolo Bonzini New
[PULL,2/2] scsi: Allocate SCSITargetReq r->buf dynamically - - - 1 --- 2013-10-09 Paolo Bonzini New
[PULL,v2,0/2] SCSI patches for 2013-10-09 - - - - --- 2013-10-09 Paolo Bonzini New
[PULL,1/2] block/iscsi: reenable iscsi_co_get_block_status - - - - --- 2013-10-09 Paolo Bonzini New
[PULL,2/2] scsi: Allocate SCSITargetReq r->buf dynamically [CVE-2013-4344] - - - 1 --- 2013-10-09 Paolo Bonzini New
[1/2] audio: honor QEMU_AUDIO_TIMER_PERIOD instead of waking up every *nano* second - - - - --- 2013-10-09 Hans de Goede New
[2/2] audio: Lower default wakeup rate to 100 times / second - - - - --- 2013-10-09 Hans de Goede New
problems with 1G hugepages and linux 3.12-rc3 - - - - --- 2013-10-10 Andrea Arcangeli New
block: improve error message for read-only whitelisted driver - - - - --- 2013-10-10 Fam Zheng New
savevm/loadvm - - - - --- 2013-10-10 Alexey Kardashevskiy New
vmdk: implment bdrv_get_info and bdrv_get_specific_info - - - - --- 2013-10-10 Fam Zheng New
[1/2] vmdk: convert error reporting - - - - --- 2013-10-10 Fam Zheng New
[2/2] vmdk: refuse enabling zeroed grain with flat images - - - - --- 2013-10-10 Fam Zheng New
[v6,1/5] hpet: inverse polarity when pin above ISA_NUM_IRQS - - - - --- 2013-10-10 pingfan liu New
[v6,2/5] hpet: enable to entitle more irq pins for hpet - - - - --- 2013-10-10 pingfan liu New
[v6,3/5] PC: use qdev_xx to create hpet instead of sysbus_create_xx - - - - --- 2013-10-10 pingfan liu New
[v6,4/5] PC: add hpet compat to trace compatability version - - - - --- 2013-10-10 pingfan liu New
[v6,5/5] PC: differentiate hpet's interrupt capability on piix and q35 - - - - --- 2013-10-10 pingfan liu New
[1/3] acpi: add interface to access user-installed tables - - - - --- 2013-10-10 Michael S. Tsirkin New
[2/3] pc: use new api to add builtin tables - - - - --- 2013-10-10 Michael S. Tsirkin New
[3/3] acpi-build: load tables supplied by user - - - - --- 2013-10-10 Michael S. Tsirkin New
[1/2] qcow2: Undo leaked allocations in co_writev - - - - --- 2013-10-10 Max Reitz New
[2/2] qemu-iotests: Extend test 026 - - - - --- 2013-10-10 Max Reitz New
[v2,1/6] qcow2: Use negated overflow check mask - - - - --- 2013-10-10 Max Reitz New
[v2,2/6] qcow2: Make overlap check mask variable - - - - --- 2013-10-10 Max Reitz New
[v2,3/6] qcow2: Add overlap-check options - - - - --- 2013-10-10 Max Reitz New
[v2,4/6] qcow2: Array assigning options to OL check bits - - - - --- 2013-10-10 Max Reitz New
[v2,5/6] qcow2: Add more overlap check bitmask macros - - - - --- 2013-10-10 Max Reitz New
[v2,6/6] qcow2: Evaluate overlap check options - - - - --- 2013-10-10 Max Reitz New
Use qemu-project.org domain name - - 1 - --- 2013-10-10 Stefan Hajnoczi New
block: Improve driver whitelist checks - - 1 - --- 2013-10-10 Kevin Wolf New
[v12,1/8] ui/Makefile.objs: delete unnecessary cocoa.o dependency - - - - --- 2013-10-10 Fam Zheng New
[v12,2/8] make.rule: fix $(obj) to a real relative path - - - - --- 2013-10-10 Fam Zheng New
[v12,3/8] rule.mak: allow per object cflags and libs - - - - --- 2013-10-10 Fam Zheng New
[v12,4/8] build-sys: introduce common-obj-m and block-obj-m for DSO - - - - --- 2013-10-10 Fam Zheng New
[v12,5/8] module: implement module loading - - - - --- 2013-10-10 Fam Zheng New
[v12,6/8] Makefile: install modules with "make install" - - - - --- 2013-10-10 Fam Zheng New
[v12,7/8] .gitignore: ignore module related files (dll, so, mo) - - - - --- 2013-10-10 Fam Zheng New
[v12,8/8] block: convert block drivers linked with libs to modules - - - - --- 2013-10-10 Fam Zheng New
exec: remove qemu_safe_ram_ptr - - - - --- 2013-10-10 Paolo Bonzini New
[v2,1/2] vmdk: convert error code to use errp - - - - --- 2013-10-10 Fam Zheng New
[v2,2/2] vmdk: refuse enabling zeroed grain with flat images - - - - --- 2013-10-10 Fam Zheng New
[RfC] e820: pass high memory too. - - - - --- 2013-10-10 Gerd Hoffmann New
[1/2] Mostly revert "qemu-help: Sort devices by logical functionality" - - - - --- 2013-10-10 Markus Armbruster New
[2/2] qdev-monitor: Group "device_add help" and "info qdm" by category - - - - --- 2013-10-10 Markus Armbruster New
[Xen-devel] Hvmloader: Add _STA for PCI hotplug slots - - - - --- 2013-10-10 Gonglei (Arei) New
[1/5] block/raw_bsd: Employ error parameter - - - - --- 2013-10-10 Max Reitz New
[2/5] block/raw-posix: Employ error parameter - - - - --- 2013-10-10 Max Reitz New
[3/5] block/raw-win32: Employ error parameter - - - - --- 2013-10-10 Max Reitz New
[4/5] blkdebug: Employ error parameter - - - - --- 2013-10-10 Max Reitz New
[5/5] blkverify: Employ error parameter - - - - --- 2013-10-10 Max Reitz New
[PULL,0/2] Xen 2013-10-10 - - - - --- 2013-10-10 Stefano Stabellini New
[PULL,1/2] xen_disk: mark ioreq as mapped before unmapping in error case - - - - --- 2013-10-10 Stefano Stabellini New
« 1 2 ... 667 668 6694261 4262 »