Show patches with: State = Action Required       |   426465 patches
« 1 2 ... 522 523 5244264 4265 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[18/19] Revert "hmp: Disable chardev-add and chardev-remove" - - - - --- 2013-03-12 Gerd Hoffmann New
[19/19] qemu-char.c: fix waiting for telnet connection message - - - - --- 2013-03-12 Gerd Hoffmann New
[1/2] qga: add windows implementation for guest-get-time - - - - --- 2013-03-12 Lei Li New
[2/2] qga: add windows implementation for guest-set-time - - - - --- 2013-03-12 Lei Li New
[v6,1/8] virtio-blk: don't use pointer for configuration. - - 1 - --- 2013-03-12 fred.konrad@greensocs.com New
[v6,2/8] virtio-blk: add the virtio-blk device. - - - - --- 2013-03-12 fred.konrad@greensocs.com New
[v6,3/8] virtio-blk-pci: switch to new API. - - 1 - --- 2013-03-12 fred.konrad@greensocs.com New
[v6,4/8] virtio-blk-s390: switch to the new API. - - 1 - --- 2013-03-12 fred.konrad@greensocs.com New
[v6,5/8] virtio-blk-ccw switch to new API. - - 1 - --- 2013-03-12 fred.konrad@greensocs.com New
[v6,6/8] virtio-blk: cleanup: init and exit functions. - - 1 - --- 2013-03-12 fred.konrad@greensocs.com New
[v6,7/8] virtio-blk: cleanup: QOM cast - - 1 - --- 2013-03-12 fred.konrad@greensocs.com New
[v6,8/8] virtio-blk: cleanup: remove qdev field. - - 1 - --- 2013-03-12 fred.konrad@greensocs.com New
[PULL,00/17] QOM CPUState patch queue 2013-03-12 - - - - --- 2013-03-12 Andreas Färber New
[01/17] cpu: Fix qemu_get_cpu() to return NULL if CPU not found - - - - --- 2013-03-12 Andreas Färber New
[02/17] monitor: Use qemu_get_cpu() in monitor_set_cpu() - - 2 - --- 2013-03-12 Andreas Färber New
[03/17] cpus: Replace open-coded CPU loop in qmp_memsave() with qemu_get_cpu() - - 1 - --- 2013-03-12 Andreas Färber New
[04/17] target-sh4: Introduce SuperHCPU subclasses - - - - --- 2013-03-12 Andreas Färber New
[05/17] target-sh4: Move PVR/PRR/CVR into SuperHCPUClass - - - - --- 2013-03-12 Andreas Färber New
[06/17] vmstate: Make vmstate_register() static inline - - 2 - --- 2013-03-12 Andreas Färber New
[07/17] stubs: Add a vmstate_dummy struct for CONFIG_USER_ONLY - - 2 - --- 2013-03-12 Andreas Färber New
[08/17] cpu: Register VMStateDescription through CPUState - - 1 - --- 2013-03-12 Andreas Färber New
[09/17] cpu: Introduce cpu_class_set_vmsd() - - 1 - --- 2013-03-12 Andreas Färber New
[10/17] target-i386: Update VMStateDescription to X86CPU - - 1 - --- 2013-03-12 Andreas Färber New
[11/17] target-cris/helper.c: Update Coding Style 1 - - - --- 2013-03-12 Andreas Färber New
[12/17] cpu: Move halted and interrupt_request fields to CPUState - - - - --- 2013-03-12 Andreas Färber New
[13/17] exec: Pass CPUState to cpu_reset_interrupt() - - - - --- 2013-03-12 Andreas Färber New
[14/17] cpu: Pass CPUState to cpu_interrupt() - - - - --- 2013-03-12 Andreas Färber New
[15/17] cpu: Replace do_interrupt() by CPUClass::do_interrupt method - - - - --- 2013-03-12 Andreas Färber New
[16/17] target-arm: Override do_interrupt for ARMv7-M profile 1 - - - --- 2013-03-12 Andreas Färber New
[17/17] target-lm32: Update VMStateDescription to LM32CPU 1 - - - --- 2013-03-12 Andreas Färber New
[01/48] target-ppc: Remove vestigial PowerPC 620 support - - - - --- 2013-03-12 David Gibson New
[02/48] target-ppc: Trivial cleanups in mmu_helper.c - - - - --- 2013-03-12 David Gibson New
[03/48] target-ppc: Remove address check for logging - - - - --- 2013-03-12 David Gibson New
[04/48] target-ppc: Move SLB handling into a mmu-hash64.c - - - - --- 2013-03-12 David Gibson New
[05/48] target-ppc: Disentangle pte_check() - - - - --- 2013-03-12 David Gibson New
[06/48] target-ppc: Disentangle find_pte() - - - - --- 2013-03-12 David Gibson New
[07/48] target-ppc: Disentangle get_segment() - - - - --- 2013-03-12 David Gibson New
[08/48] target-ppc: Rework get_physical_address() - - - - --- 2013-03-12 David Gibson New
[09/48] target-ppc: Disentangle get_physical_address() paths - - - - --- 2013-03-12 David Gibson New
[10/48] target-ppc: Disentangle hash mmu paths for cpu_ppc_handle_mmu_fault - - - - --- 2013-03-12 David Gibson New
[11/48] target-ppc: Disentangle hash mmu versions of cpu_get_phys_page_debug() - - - - --- 2013-03-12 David Gibson New
[12/48] target-ppc: Disentangle hash mmu helper functions - - - - --- 2013-03-12 David Gibson New
[13/48] target-ppc: Don't share get_pteg_offset() between 32 and 64-bit - - - - --- 2013-03-12 David Gibson New
[14/48] target-ppc: Disentangle BAT code for 32-bit hash MMUs - - - - --- 2013-03-12 David Gibson New
[15/48] target-ppc: mmu_ctx_t should not be a global type - - - - --- 2013-03-12 David Gibson New
[16/48] mmu-hash*: Add header file for definitions - - - - --- 2013-03-12 David Gibson New
[17/48] mmu-hash*: Add hash pte load/store helpers - - - - --- 2013-03-12 David Gibson New
[18/48] mmu-hash*: Reduce use of access_type - - - - --- 2013-03-12 David Gibson New
[19/48] mmu-hash64: Remove nx from mmu_ctx_hash64 - - - - --- 2013-03-12 David Gibson New
[20/48] mmu-hash*: Remove eaddr field from mmu_ctx_hash{32, 64} - - - - --- 2013-03-12 David Gibson New
[21/48] mmu-hash*: Combine ppc_hash{32, 64}_get_physical_address and get_segment{32, 64}() - - - - --- 2013-03-12 David Gibson New
[22/48] mmu-hash32: Split out handling of direct store segments - - - - --- 2013-03-12 David Gibson New
[23/48] mmu-hash32: Split direct store segment handling into a helper - - - - --- 2013-03-12 David Gibson New
[24/48] mmu-hash*: Cleanup segment-level NX check - - - - --- 2013-03-12 David Gibson New
[25/48] mmu-hash*: Don't keep looking for PTEs after we find a match - - - - --- 2013-03-12 David Gibson New
[26/48] mmu-hash*: Separate PTEG searching from permissions checking - - - - --- 2013-03-12 David Gibson New
[27/48] mmu-hash*: Make find_pte{32, 64} do more of the job of finding ptes - - - - --- 2013-03-12 David Gibson New
[28/48] mmu-hash*: Remove permission checking from find_pte{32, 64}() - - - - --- 2013-03-12 David Gibson New
[29/48] mmu-hash64: Clean up ppc_hash64_htab_lookup() - - - - --- 2013-03-12 David Gibson New
[30/48] mmu-hash*: Fold pte_check*() logic into caller - - - - --- 2013-03-12 David Gibson New
[31/48] mmu-hash32: Remove odd pointer usage from BAT code - - - - --- 2013-03-12 David Gibson New
[32/48] mmu-hash32: Split BAT size logic from permissions logic - - - - --- 2013-03-12 David Gibson New
[33/48] mmu-hash32: Clean up BAT matching logic - - - - --- 2013-03-12 David Gibson New
[34/48] mmu-hash32: Cleanup BAT lookup - - - - --- 2013-03-12 David Gibson New
[35/48] mmu-hash32: Don't look up page tables on BAT permission error - - - - --- 2013-03-12 David Gibson New
[36/48] mmu-hash*: Don't update PTE flags when permission is denied - - - - --- 2013-03-12 David Gibson New
[37/48] mmu-hash32: Remove nx from context structure - - - - --- 2013-03-12 David Gibson New
[38/48] mmu-hash*: Clean up permission checking - - - - --- 2013-03-12 David Gibson New
[39/48] mmu-hash64: Factor SLB N bit into permissions bits - - - - --- 2013-03-12 David Gibson New
[40/48] mmu-hash*: Clean up PTE flags update - - - - --- 2013-03-12 David Gibson New
[41/48] mmu-hash*: Clean up real address calculation - - - - --- 2013-03-12 David Gibson New
[42/48] mmu-hash*: Correctly mask RPN from hash PTE - - - - --- 2013-03-12 David Gibson New
[43/48] mmu-hash*: Don't use full ppc_hash{32, 64}_translate() path for get_phys_page_debug() - - - - --- 2013-03-12 David Gibson New
[44/48] mmu-hash*: Merge translate and fault handling functions - - - - --- 2013-03-12 David Gibson New
[45/48] mmu-hash64: Implement Virtual Page Class Key Protection - - - - --- 2013-03-12 David Gibson New
[46/48] target-ppc: Split user only code out of mmu_helper.c - - - - --- 2013-03-12 David Gibson New
[47/48] target-ppc: Move ppc tlb_fill implementation into mmu_helper.c - - - - --- 2013-03-12 David Gibson New
[48/48] target-ppc: Use QOM method dispatch for MMU fault handling - - - - --- 2013-03-12 David Gibson New
[00/18] console: data structures overhaul - - - - --- 2013-03-12 Gerd Hoffmann New
[01/18] console: fix displaychangelisteners interface - - - - --- 2013-03-12 Gerd Hoffmann New
[02/18] console: kill DisplayState->opaque - - - - --- 2013-03-12 Gerd Hoffmann New
[03/18] spice: zap sdpy global - - - - --- 2013-03-12 Gerd Hoffmann New
[04/18] qxl: zap qxl0 global - - - - --- 2013-03-12 Gerd Hoffmann New
[05/18] qxl: better vga init in enter_vga_mode - - - - --- 2013-03-12 Gerd Hoffmann New
[06/18] sdl: drop dead code - - - - --- 2013-03-12 Gerd Hoffmann New
[07/18] console: rework DisplaySurface handling [vga emu side] - - - - --- 2013-03-12 Gerd Hoffmann New
[08/18] console: rework DisplaySurface handling [dcl/ui side] - - - - --- 2013-03-12 Gerd Hoffmann New
[09/18] console: add surface_*() getters - - - - --- 2013-03-12 Gerd Hoffmann New
[10/18] gtk: stop using DisplayState - - - - --- 2013-03-12 Gerd Hoffmann New
[11/18] vnc: stop using DisplayState - - - - --- 2013-03-12 Gerd Hoffmann New
[12/18] sdl: stop using DisplayState - - - - --- 2013-03-12 Gerd Hoffmann New
[13/18] spice: stop using DisplayState - - - - --- 2013-03-12 Gerd Hoffmann New
[14/18] cocoa: stop using DisplayState - - - - --- 2013-03-12 Gerd Hoffmann New
[15/18] console: zap displaystate from dcl callbacks - - - - --- 2013-03-12 Gerd Hoffmann New
[16/18] console: stop using DisplayState in gfx hardware emulation - - - - --- 2013-03-12 Gerd Hoffmann New
[17/18] console: zap color_table - - - - --- 2013-03-12 Gerd Hoffmann New
[18/18] console: remove ds_get_* helper functions - - - - --- 2013-03-12 Gerd Hoffmann New
[RFC] optimize is_dup_page for zero pages - - - - --- 2013-03-12 Peter Lieven New
[RFC] optimize is_dup_page for zero pages - - - - --- 2013-03-12 Peter Lieven New
[1/4] ui/cocoa.m: Fix leaks of NSScreen and NSConcreteMapTable - - - - --- 2013-03-12 Peter Maydell New
« 1 2 ... 522 523 5244264 4265 »