Show patches with: State = Action Required       |    Archived = No       |   426194 patches
« 1 2 ... 409 410 4114261 4262 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[2/2] ARM: Add dumpdtb support - - - - --- 2012-09-23 Alexander Graf New
[PULL,00/14] Trivial patches for 15 to 23 September 2012 - - - - --- 2012-09-23 Stefan Hajnoczi New
[01/14] target-i386: Allow tsc-frequency to be larger then 2.147G - - - - --- 2012-09-23 Stefan Hajnoczi New
[02/14] qemu-ga: Remove unreachable code after g_error - - - - --- 2012-09-23 Stefan Hajnoczi New
[03/14] qemu-sockets: Fix potential memory leak - - - - --- 2012-09-23 Stefan Hajnoczi New
[04/14] cadence_uart: Fix buffer overflow - - - - --- 2012-09-23 Stefan Hajnoczi New
[05/14] lm4549: Fix buffer overflow - - - - --- 2012-09-23 Stefan Hajnoczi New
[06/14] ioh3420: Remove unreachable code - - 1 - --- 2012-09-23 Stefan Hajnoczi New
[07/14] pflash_cfi01: Fix warning caused by unreachable code - - - - --- 2012-09-23 Stefan Hajnoczi New
[08/14] dtrace backend: add function to reserved words - - - - --- 2012-09-23 Stefan Hajnoczi New
[09/14] curses: don't initialize curses when qemu is daemonized - - - - --- 2012-09-23 Stefan Hajnoczi New
[10/14] TextConsole: saturate escape parameter in TTY_STATE_CSI - - 1 - --- 2012-09-23 Stefan Hajnoczi New
[11/14] qemu-timer: simplify qemu_run_timers - - - - --- 2012-09-23 Stefan Hajnoczi New
[12/14] linux-user: Remove redundant null check and replace free by g_free - - 1 - --- 2012-09-23 Stefan Hajnoczi New
[13/14] net/socket: Fix compiler warning (regression for MinGW) - - - - --- 2012-09-23 Stefan Hajnoczi New
[14/14] w32: Always use standard instead of native format strings - - - - --- 2012-09-23 Stefan Hajnoczi New
[v4,1/4] Refactor inet_connect_opts function - - - - --- 2012-09-23 Orit Wasserman New
[v4,2/4] Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connect - - - - --- 2012-09-23 Orit Wasserman New
[v4,3/4] Fix address handling in inet_nonblocking_connect - - - - --- 2012-09-23 Orit Wasserman New
[v4,4/4] Clear handler only for valid fd - - - - --- 2012-09-23 Orit Wasserman New
gic: avoid a warning from clang - - - - --- 2012-09-23 Blue Swirl New
device tree: simplify dumpdtb code - - 1 - --- 2012-09-23 Alexander Graf New
[v8,1/6] sockets: publish dummy_opts - - - - --- 2012-09-24 Bharata B Rao New
[6/9] mm: compaction: Acquire the zone->lock as late as possible 1 - - - --- 2012-09-24 Mel Gorman New
[v8,2/6] sockets: Make port specification optional in inet_parse - - - - --- 2012-09-24 Bharata B Rao New
[v8,3/6] sockets: Make inet_parse() non static. - - - - --- 2012-09-24 Bharata B Rao New
[v8,4/6] aio: Fix qemu_aio_wait() to maintain correct walking_handlers count - - - - --- 2012-09-24 Bharata B Rao New
[v8,5/6] configure: Add a config option for GlusterFS as block backend - - - - --- 2012-09-24 Bharata B Rao New
[v8,6/6] block: Support GlusterFS as a QEMU block backend. - - - - --- 2012-09-24 Bharata B Rao New
[v9,1/4] aio: Fix qemu_aio_wait() to maintain correct walking_handlers count - - - - --- 2012-09-24 Bharata B Rao New
[v9,2/4] qemu: URI parsing library - - - - --- 2012-09-24 Bharata B Rao New
[v9,3/4] configure: Add a config option for GlusterFS as block backend - - - - --- 2012-09-24 Bharata B Rao New
[v9,4/4] block: Support GlusterFS as a QEMU block backend. - - - - --- 2012-09-24 Bharata B Rao New
[v7,01/13] ssi: Support for multiple attached devices - - - - --- 2012-09-24 Peter A. G. Crosthwaite New
[v7,02/13] ssi: Implemented CS behaviour - - - - --- 2012-09-24 Peter A. G. Crosthwaite New
[v7,03/13] ssi: Added create_slave_no_init() - - - - --- 2012-09-24 Peter A. G. Crosthwaite New
[v7,04/13] qdev: allow multiple qdev_init_gpio_in() calls - - - - --- 2012-09-24 Peter A. G. Crosthwaite New
[v7,05/13] hw/stellaris: Removed gpio_out init array. - - - - --- 2012-09-24 Peter A. G. Crosthwaite New
[v7,06/13] stellaris: Removed SSI mux - - - - --- 2012-09-24 Peter A. G. Crosthwaite New
[v7,07/13] hw: Added generic FIFO API. - - - - --- 2012-09-24 Peter A. G. Crosthwaite New
[v7,08/13] m25p80: Initial implementation of SPI flash device - - - - --- 2012-09-24 Peter A. G. Crosthwaite New
[v7,09/13] xilinx_spi: Initial impl. of Xilinx SPI controller - - - - --- 2012-09-24 Peter A. G. Crosthwaite New
[v7,10/13] petalogix-ml605: added SPI controller with n25q128 - - - - --- 2012-09-24 Peter A. G. Crosthwaite New
[v7,11/13] xilinx_spips: Xilinx Zynq SPI cntrlr device model - - - - --- 2012-09-24 Peter A. G. Crosthwaite New
[v7,12/13] xilinx_zynq: Added SPI controllers + flashes - - - - --- 2012-09-24 Peter A. G. Crosthwaite New
[v7,13/13] MAINTAINERS: Added maintainerships for SSI - - - - --- 2012-09-24 Peter A. G. Crosthwaite New
[v5,1/4] Refactor inet_connect_opts function - - - - --- 2012-09-24 Orit Wasserman New
[v5,2/4] Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connect - - - - --- 2012-09-24 Orit Wasserman New
[v5,3/4] Fix address handling in inet_nonblocking_connect - - - - --- 2012-09-24 Orit Wasserman New
[v5,4/4] Clear handler only for valid fd - - - - --- 2012-09-24 Orit Wasserman New
linux-user: SIGSEGV protection on host/guest signal masks - - - - --- 2012-09-24 Alex Barcelo New
[1/2] serial: split serial.c - - - - --- 2012-09-24 Gerd Hoffmann New
[2/2] serial: add pci variant - - - - --- 2012-09-24 Gerd Hoffmann New
[PULL,00/19] Block patches - - - - --- 2012-09-24 Kevin Wolf New
[01/19] blockdev: preserve readonly and snapshot states across media changes - - - - --- 2012-09-24 Kevin Wolf New
[02/19] block: correctly set the keep_read_only flag - - - - --- 2012-09-24 Kevin Wolf New
[03/19] block: make bdrv_set_enable_write_cache() modify open_flags - - - - --- 2012-09-24 Kevin Wolf New
[04/19] block: Framework for reopening files safely - - - - --- 2012-09-24 Kevin Wolf New
[05/19] block: move aio initialization into a helper function - - - - --- 2012-09-24 Kevin Wolf New
[06/19] block: move open flag parsing in raw block drivers to helper functions - - - - --- 2012-09-24 Kevin Wolf New
[07/19] block: do not parse BDRV_O_CACHE_WB in block drivers - - - - --- 2012-09-24 Kevin Wolf New
[08/19] block: use BDRV_O_NOCACHE instead of s->aligned_buf in raw-posix.c - - - - --- 2012-09-24 Kevin Wolf New
[09/19] block: purge s->aligned_buf and s->aligned_buf_size from raw-posix.c - - - - --- 2012-09-24 Kevin Wolf New
[10/19] block: raw-posix image file reopen - - - - --- 2012-09-24 Kevin Wolf New
[11/19] block: raw image file reopen - - - - --- 2012-09-24 Kevin Wolf New
[12/19] block: qed image file reopen - - - - --- 2012-09-24 Kevin Wolf New
[13/19] block: qcow2 image file reopen - - - - --- 2012-09-24 Kevin Wolf New
[14/19] block: qcow image file reopen - - - - --- 2012-09-24 Kevin Wolf New
[15/19] block: vmdk image file reopen - - - - --- 2012-09-24 Kevin Wolf New
[16/19] block: vdi image file reopen - - - - --- 2012-09-24 Kevin Wolf New
[17/19] block: vpc image file reopen - - - - --- 2012-09-24 Kevin Wolf New
[18/19] block: convert bdrv_commit() to use bdrv_reopen() - - - - --- 2012-09-24 Kevin Wolf New
[19/19] block: remove keep_read_only flag from BlockDriverState struct - - - - --- 2012-09-24 Kevin Wolf New
[v6,01/16] target-i386: Add missing kvm bits. - - - - --- 2012-09-24 Don Slutz New
[v6,02/16] target-i386: Add Hypervisor level. - - - - --- 2012-09-24 Don Slutz New
[v6,03/16] target-i386: Add cpu object access routines for Hypervisor level. - - - - --- 2012-09-24 Don Slutz New
[v6,04/16] target-i386: Add x86_set_hyperv. - - - - --- 2012-09-24 Don Slutz New
[v6,05/16] target-i386: Use Hypervisor level in -machine pc, accel=kvm. - - - - --- 2012-09-24 Don Slutz New
[v6,06/16] target-i386: Use Hypervisor level in -machine pc, accel=tcg. - - - - --- 2012-09-24 Don Slutz New
[v6,07/16] target-i386: Add Hypervisor vendor. - - - - --- 2012-09-24 Don Slutz New
[v6,08/16] target-i386: Add cpu object access routines for Hypervisor vendor. - - - - --- 2012-09-24 Don Slutz New
[v6,09/16] target-i386: Use Hypervisor vendor in -machine pc, accel=kvm. - - - - --- 2012-09-24 Don Slutz New
[v6,10/16] target-i386: Use Hypervisor vendor in -machine pc, accel=tcg. - - - - --- 2012-09-24 Don Slutz New
[v6,11/16] target-i386: Add some known names to Hypervisor vendor. - - - - --- 2012-09-24 Don Slutz New
[v6,12/16] target-i386: Add optional Hypervisor leaf extra. - - - - --- 2012-09-24 Don Slutz New
[v6,13/16] target-i386: Add cpu object access routines for Hypervisor leaf extra. - - - - --- 2012-09-24 Don Slutz New
[v6,14/16] target-i386: Add setting of Hypervisor leaf extra for known vmare4. - - - - --- 2012-09-24 Don Slutz New
[v6,15/16] target-i386: Use Hypervisor leaf extra in -machine pc, accel=kvm. - - - - --- 2012-09-24 Don Slutz New
[v6,16/16] target-i386: Use Hypervisor leaf extra in -machine pc, accel=tcg. - - - - --- 2012-09-24 Don Slutz New
aio: another fix to the walking_handlers logic - - - - --- 2012-09-24 Paolo Bonzini New
[RFC,v3,08/19] pc: calculate dimm physical addresses and adjust memory map - - - - --- 2012-09-24 Vasilis Liaskovitis New
fpu/softfloat.c: Remove pointless shift of always-zero value - - 2 - --- 2012-09-24 Peter Maydell New
CODING_STYLE: Define how to handle acronyms in CamelCase - - - - --- 2012-09-24 Alex Williamson New
[1/4] hw/ds1338: Fix mishandling of register pointer - - - - --- 2012-09-24 Peter Maydell New
[2/4] hw/ds1338: Recapture current time when register pointer wraps around - - - - --- 2012-09-24 Peter Maydell New
[3/4] hw/ds1338: Remove 'now' field from state struct - - - - --- 2012-09-24 Peter Maydell New
[4/4] hw/ds1338: Implement state save/restore - - - - --- 2012-09-24 Peter Maydell New
[RESEND,1/3] virtio: use unsigned int for counting bytes in vq - - - - --- 2012-09-24 Amit Shah New
[RESEND,2/3] virtio: Introduce virtqueue_get_avail_bytes() - - - - --- 2012-09-24 Amit Shah New
[RESEND,3/3] virtio-serial-bus: let chardev know the exact number of bytes requested - - - - --- 2012-09-24 Amit Shah New
« 1 2 ... 409 410 4114261 4262 »