Show patches with: State = Action Required       |    Archived = No       |   426678 patches
« 1 2 ... 3923 3924 39254266 4267 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[V19,4/7] Build the TPM frontend code - - - - --- 2012-06-04 Stefan Berger New
[V19,3/7] Add a debug register - - - - --- 2012-06-04 Stefan Berger New
[V19,2/7] Add TPM (frontend) hardware interface (TPM TIS) to Qemu - - - - --- 2012-06-04 Stefan Berger New
[V19,1/7] Support for TPM command line options - - - - --- 2012-06-04 Stefan Berger New
msix: Drop unused msix_bar_size - - - - --- 2012-06-04 Jan Kiszka New
[v4,8/8] msi: Use msi/msix_present more consistently - - - - --- 2012-06-04 Jan Kiszka New
[3/3] Sample server that opens image files for QEMU - - - - --- 2012-06-04 Corey Bryant New
[2/3] block: Add support to "open" /dev/fd/X filenames - - - - --- 2012-06-04 Corey Bryant New
[1/3] qmp/hmp: Add QMP getfd command that returns fd - - - - --- 2012-06-04 Corey Bryant New
[PATCHv3] Add PIIX4 properties to control PM system states. - - - - --- 2012-06-04 Gleb Natapov New
[12/12] sheepdog: add coroutine_fn markers to coroutine functions - - 1 - --- 2012-06-04 Kevin Wolf New
[11/12] rbd: hook up cache options - - - - --- 2012-06-04 Kevin Wolf New
[10/12] qcow2: Support for fixing refcount inconsistencies - - - - --- 2012-06-04 Kevin Wolf New
[09/12] qemu-img check: Print fixed clusters and recheck - - - - --- 2012-06-04 Kevin Wolf New
[08/12] qemu-img check -r for repairing images - - - - --- 2012-06-04 Kevin Wolf New
[07/12] Un-inline fdctrl_init_isa() - - 1 - --- 2012-06-04 Kevin Wolf New
[06/12] stream: move rate limiting to a separate header file - - - - --- 2012-06-04 Kevin Wolf New
[05/12] stream: move is_allocated_above to block.c - - - - --- 2012-06-04 Kevin Wolf New
[04/12] stream: tweak usage of bdrv_co_is_allocated - - - - --- 2012-06-04 Kevin Wolf New
[03/12] block: implement is_allocated for raw - - - - --- 2012-06-04 Kevin Wolf New
[02/12] qcow2: fix the byte endian convertion - - 1 - --- 2012-06-04 Kevin Wolf New
[01/12] qcow2: remove a line of unnecessary code - - 1 - --- 2012-06-04 Kevin Wolf New
[PULL,00/12] Block patches - - - - --- 2012-06-04 Kevin Wolf New
[PATCHv3] Get system state configuration from QEMU and patch DSDT with it. - - - - --- 2012-06-04 Gleb Natapov New
[v3,2/2] umem: chardevice for kvm postcopy - - - - --- 2012-06-04 Isaku Yamahata New
[v3,1/2] export necessary symbols - - - - --- 2012-06-04 Isaku Yamahata New
[v2,41/41] migration/postcopy: add movebg mode - - - - --- 2012-06-04 Isaku Yamahata New
[v2,40/41] migrate: add -m (movebg) option to migrate command - - - - --- 2012-06-04 Isaku Yamahata New
[v2,39/41] postcopy/outgoing: implement prefault - - - - --- 2012-06-04 Isaku Yamahata New
[v2,38/41] postcopy/outgoing: add forward, backward option to specify the size of prefault - - - - --- 2012-06-04 Isaku Yamahata New
[v2,37/41] postcopy: implement outgoing part of postcopy live migration - - - - --- 2012-06-04 Isaku Yamahata New
[v2,36/41] postcopy: implement incoming part of postcopy live migration - - - - --- 2012-06-04 Isaku Yamahata New
[v2,35/41] postcopy: introduce helper functions for postcopy - - - - --- 2012-06-04 Isaku Yamahata New
[v2,34/41] postcopy outgoing: add -p and -n option to migrate command - - - - --- 2012-06-04 Isaku Yamahata New
[v2,33/41] postcopy: introduce -postcopy and -postcopy-flags option - - - - --- 2012-06-04 Isaku Yamahata New
[v2,32/41] savevm: add new section that is used by postcopy - - - - --- 2012-06-04 Isaku Yamahata New
[v2,31/41] configure: add CONFIG_POSTCOPY option - - - - --- 2012-06-04 Isaku Yamahata New
[v2,30/41] update-linux-headers.sh: teach umem.h to update-linux-headers.sh - - - - --- 2012-06-04 Isaku Yamahata New
[v2,29/41] umem.h: import Linux umem.h - - - - --- 2012-06-04 Isaku Yamahata New
[v2,28/41] buffered_file: add qemu_file to read/write to buffer in memory - - - - --- 2012-06-04 Isaku Yamahata New
[v2,27/41] buffered_file: Introduce QEMUFileNonblock for nonblock write - - - - --- 2012-06-04 Isaku Yamahata New
[v2,26/41] buffered_file: factor out buffer management logic - - - - --- 2012-06-04 Isaku Yamahata New
[v2,25/41] migration: factor out parameters into MigrationParams - - - - --- 2012-06-04 Isaku Yamahata New
[v2,24/41] migration: export migrate_fd_completed() and migrate_fd_cleanup() - - - - --- 2012-06-04 Isaku Yamahata New
[v2,23/41] migration.c: remove redundant line in migrate_init() - - - - --- 2012-06-04 Isaku Yamahata New
[v2,22/41] savevm/QEMUFile: introduce qemu_fopen_fd - - - - --- 2012-06-04 Isaku Yamahata New
[v2,21/41] savevm: rename QEMUFileSocket to QEMUFileFD, socket_close to fd_close - - - - --- 2012-06-04 Isaku Yamahata New
[v2,20/41] savevm/QEMUFileSocket: drop duplicated member fd - - - - --- 2012-06-04 Isaku Yamahata New
[v2,19/41] savevm/QEMUFile: drop qemu_stdio_fd - - - - --- 2012-06-04 Isaku Yamahata New
[v2,18/41] QEMUFile: add qemu_file_fd() for later use - - - - --- 2012-06-04 Isaku Yamahata New
[v2,17/41] savevm, buffered_file: introduce method to drain buffer of buffered file - - - - --- 2012-06-04 Isaku Yamahata New
[v2,16/41] savevm: qemu_pending_size() to return pending buffered size - - - - --- 2012-06-04 Isaku Yamahata New
[v2,15/41] savevm: export qemu_peek_buffer, qemu_peek_byte, qemu_file_skip - - - - --- 2012-06-04 Isaku Yamahata New
[v2,14/41] exec.c: export last_ram_offset() - - - - --- 2012-06-04 Isaku Yamahata New
[v2,13/41] exec.c: factor out qemu_get_ram_ptr() - - - - --- 2012-06-04 Isaku Yamahata New
[v2,12/41] arch_init: factor out setting last_block, last_offset - - - - --- 2012-06-04 Isaku Yamahata New
[v2,11/41] arch_init: factor out counting transferred bytes - - - - --- 2012-06-04 Isaku Yamahata New
[v2,10/41] arch_init: simplify a bit by ram_find_block() - - - - --- 2012-06-04 Isaku Yamahata New
[v2,09/41] arch_init: introduce helper function to find ram block with id string - - - - --- 2012-06-04 Isaku Yamahata New
[v2,08/41] arch_init/ram_load: refactor ram_load - - - - --- 2012-06-04 Isaku Yamahata New
[v2,07/41] arch_init/ram_save_live: factor out ram_save_limit - - - - --- 2012-06-04 Isaku Yamahata New
[v2,06/41] arch_init: refactor ram_save_block() - - - - --- 2012-06-04 Isaku Yamahata New
[v2,05/41] arch_init/ram_save_live: factor out RAM_SAVE_FLAG_MEM_SIZE case - - - - --- 2012-06-04 Isaku Yamahata New
[v2,04/41] arch_init: refactor host_from_stream_offset() - - - - --- 2012-06-04 Isaku Yamahata New
[v2,03/41] arch_init/ram_save: introduce constant for ram save version = 4 - - - - --- 2012-06-04 Isaku Yamahata New
[v2,02/41] arch_init: export RAM_SAVE_xxx flags for postcopy - - - - --- 2012-06-04 Isaku Yamahata New
[v2,01/41] arch_init: export sort_ram_list() and ram_save_block() - - - - --- 2012-06-04 Isaku Yamahata New
[13/13] qdev-properties: Add pci-devaddr property - - - - --- 2012-06-04 Jan Kiszka New
[12/13] qdev-properties: Use qemu_parse_pci_devaddr for pci-devfn property - - - - --- 2012-06-04 Jan Kiszka New
[11/13] Move pci_parse_devaddr to qdev-properties - - - - --- 2012-06-04 Jan Kiszka New
[10/13] pci: Fix coding style of pci_parse_devaddr - - - - --- 2012-06-04 Jan Kiszka New
[09/13] pci: Introduce and apply PCIDeviceAddress - - - - --- 2012-06-04 Jan Kiszka New
[08/13] pci: Export pci_parse_devaddr instead of pci_read_devaddr - - - - --- 2012-06-04 Jan Kiszka New
[07/13] pci: Make domain and bus unsigned in pci_read_devaddr - - - - --- 2012-06-04 Jan Kiszka New
[06/13] pci: Add INTx routing notifier 1 - - - --- 2012-06-04 Jan Kiszka New
[05/13] pci: Add pci_device_route_intx_to_irq - - - - --- 2012-06-04 Jan Kiszka New
[04/13] pci: Rename map_irq to route_pin - - - - --- 2012-06-04 Jan Kiszka New
[03/13] pci: Introduce cached device INTx routing - - - - --- 2012-06-04 Jan Kiszka New
[02/13] pci: Fold pci_bus_new_inplace into pci_bus_new - - - - --- 2012-06-04 Jan Kiszka New
[01/13] pci: Refactor pci_change_irq_level - - - - --- 2012-06-04 Jan Kiszka New
[V4,5/5] stellaris: Updated spi bus implementation - - - - --- 2012-06-04 Peter A. G. Crosthwaite New
[V4,4/5] petalogix-ml605: added spi controller with m25p80 - - - - --- 2012-06-04 Peter A. G. Crosthwaite New
[V4,3/5] xilinx_spi: initial version - - - - --- 2012-06-04 Peter A. G. Crosthwaite New
[V4,2/5] m25p80: initial verion - - - - --- 2012-06-04 Peter A. G. Crosthwaite New
[V4,1/5] SSI: Built in multiple device support - - - - --- 2012-06-04 Peter A. G. Crosthwaite New
[v3] net: add the support for -netdev socket, listen - - - - --- 2012-06-04 Zhiyong Wu New
[v4,16/16] hub: add the support for hub own flow control - - - - --- 2012-06-04 Zhiyong Wu New
[v4,15/16] net: determine if packets can be sent before net queue deliver packets - - 1 - --- 2012-06-04 Zhiyong Wu New
[v4,14/16] net: cleanup deliver/deliver_iov func pointers - - 1 - --- 2012-06-04 Zhiyong Wu New
[v4,13/16] net: Make "info network" output more readable info - - 1 - --- 2012-06-04 Zhiyong Wu New
[v4,12/16] net: Rename qemu_del_vlan_client() to qemu_del_net_client() - - - - --- 2012-06-04 Zhiyong Wu New
[v4,11/16] net: Rename vc local variables to nc - - - - --- 2012-06-04 Zhiyong Wu New
[v4,10/16] net: Rename VLANClientState to NetClientState - - - - --- 2012-06-04 Zhiyong Wu New
[v4,09/16] net: Rename non_vlan_clients to net_clients - - - - --- 2012-06-04 Zhiyong Wu New
[v4,08/16] net: Remove VLANState - - - - --- 2012-06-04 Zhiyong Wu New
[v4,07/16] net: Remove vlan code from net.c - - - - --- 2012-06-04 Zhiyong Wu New
[v4,06/16] net: Remove vlan qdev property - - - - --- 2012-06-04 Zhiyong Wu New
[v4,05/16] net: Drop vlan argument to qemu_new_net_client() - - - - --- 2012-06-04 Zhiyong Wu New
[v4,04/16] hub: Check that hubs are configured correctly - - - - --- 2012-06-04 Zhiyong Wu New
[v4,03/16] net: Look up 'vlan' net clients using hubs - - - - --- 2012-06-04 Zhiyong Wu New
« 1 2 ... 3923 3924 39254266 4267 »