Show patches with: Archived = No       |   430333 patches
« 1 2 ... 3253 3254 32554303 4304 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[19/43] audio: Don't free hw resources until after hw backend is stopped - - 1 - --- 2015-02-24 Michael Roth New
[18/43] linuxboot: fix loading old kernels - - - - --- 2015-02-24 Michael Roth New
[17/43] block: Don't probe for unknown backing file format - - 1 - --- 2015-02-24 Michael Roth New
[16/43] qcow2.py: Add required padding for header extensions - - 1 - --- 2015-02-24 Michael Roth New
[15/43] qcow2: Fix header extension size check - - 1 - --- 2015-02-24 Michael Roth New
[14/43] block migration: fix return value - - 2 - --- 2015-02-24 Michael Roth New
[13/43] block/raw-posix: Fix ret in raw_open_common() - - 1 - --- 2015-02-24 Michael Roth New
[12/43] qcow2: Respect bdrv_truncate() error - - 1 - --- 2015-02-24 Michael Roth New
[11/43] qcow2: Flushing the caches in qcow2_close may fail - - 1 - --- 2015-02-24 Michael Roth New
[10/43] qcow2: Prevent numerical overflow - - 1 - --- 2015-02-24 Michael Roth New
[09/43] iotests: Add test for unsupported image creation - - 1 - --- 2015-02-24 Michael Roth New
[08/43] iotests: Only kill NBD server if it runs - - 1 - --- 2015-02-24 Michael Roth New
[07/43] qemu-img: Check create_opts before image amendment - - 1 - --- 2015-02-24 Michael Roth New
[06/43] qemu-img: Check create_opts before image creation - - 1 - --- 2015-02-24 Michael Roth New
[05/43] block: Check create_opts before image creation - - 1 - --- 2015-02-24 Michael Roth New
[04/43] block/nfs: Add create_opts - - 1 - --- 2015-02-24 Michael Roth New
[03/43] block/vvfat: qcow driver may not be found - - 1 - --- 2015-02-24 Michael Roth New
[02/43] block: Omit bdrv_find_format for essential drivers - - - - --- 2015-02-24 Michael Roth New
[01/43] block: Make essential BlockDriver objects public - - - - --- 2015-02-24 Michael Roth New
[v5,5/5] libqos: Add virtio MMIO support - - - - --- 2015-02-24 Marc Marí New
[v5,4/5] libqos: Add malloc generic - - - - --- 2015-02-24 Marc Marí New
[v5,3/5] libqos: Remove PCI assumptions in constants of virtio driver - - - - --- 2015-02-24 Marc Marí New
[v5,2/5] tests: Prepare virtio-blk-test for multi-arch implementation - - - - --- 2015-02-24 Marc Marí New
[v5,1/5] libqos: Change use of pointers to uint64_t in virtio - - - - --- 2015-02-24 Marc Marí New
vfio: allow to disable MMAP per device with -x-mmap=off option - - - - --- 2015-02-24 Samuel Pitoiset New
[RFC,2/2] qga: add --getenv option to get env. vars from fw_cfg - - - - --- 2015-02-24 Gabriel L. Somlo New
[RFC,1/2] fw_cfg: Add -guestenv qemu command line option - - - - --- 2015-02-24 Gabriel L. Somlo New
[v4,1/1] numa: Print warning if no node is assigned to a CPU - - - - --- 2015-02-24 Eduardo Habkost New
[5/5] qtest/ahci: add flush migrate test - - - - --- 2015-02-24 John Snow New
[4/5] qtest/ahci: add migrate dma test - - - - --- 2015-02-24 John Snow New
[3/5] qtest/ahci: Add migration test - - - - --- 2015-02-24 John Snow New
[2/5] ich9/ahci: Enable Migration - - - - --- 2015-02-24 John Snow New
[1/5] libqos: Add migration helpers - - - - --- 2015-02-24 John Snow New
libqos: Solve bug in interrupt checking when using MSIX in virtio-pci.c - - 1 1 --- 2015-02-24 Marc Marí New
[RfC,11/15] virtio-vga: add '-vga virtio' support - - - - --- 2015-02-24 Marc-André Lureau New
[9/9] block: Remove bdrv_states - - - - --- 2015-02-24 Max Reitz New
[8/9] block: Move some bdrv_*_all() functions to BB - - - - --- 2015-02-24 Max Reitz New
[7/9] block: Make bdrv_drain_one() public - - - - --- 2015-02-24 Max Reitz New
[6/9] blockdev: Remove blk_hide_on_behalf_of_do_drive_del() - - - - --- 2015-02-24 Max Reitz New
[5/9] blockdev: Add list of monitor-owned BlockBackends - - - - --- 2015-02-24 Max Reitz New
[4/9] block: Use BlockBackend more - - - - --- 2015-02-24 Max Reitz New
[3/9] block: Add blk_commit_all() and blk_invalidate_cache_all() - - 1 - --- 2015-02-24 Max Reitz New
[2/9] block: Add blk_next_inserted() - - 1 - --- 2015-02-24 Max Reitz New
[1/9] block: Add blk_name_taken() - - 1 - --- 2015-02-24 Max Reitz New
[v3,11/11] iotests: Add test for multiple BB on BDS tree - - - - --- 2015-02-24 Max Reitz New
[v3,10/11] block: Eject BDS tree from BB at bdrv_close_all() - - - - --- 2015-02-24 Max Reitz New
[v3,09/11] blockdev: Keep track of monitor-owned BDS - - - - --- 2015-02-24 Max Reitz New
[v3,08/11] block: Make bdrv_close() static - - 1 - --- 2015-02-24 Max Reitz New
[v3,07/11] blockdev: Use blk_remove_bs() in do_drive_del() - - 1 - --- 2015-02-24 Max Reitz New
[v3,06/11] block: Use blk_remove_bs() in blk_delete() - - 1 - --- 2015-02-24 Max Reitz New
[v3,05/11] block: Move BDS close notifiers into BB - - - - --- 2015-02-24 Max Reitz New
[v3,04/11] quorum: Fix close path - - 1 - --- 2015-02-24 Max Reitz New
[v3,03/11] iotests: Add test for eject under NBD server - - - - --- 2015-02-24 Max Reitz New
[v3,02/11] iotests: Do not redirect qemu's stderr - - - - --- 2015-02-24 Max Reitz New
[v3,01/11] iotests: Move _filter_nbd into common.filter - - - - --- 2015-02-24 Max Reitz New
[PULL,10/10] parallel: parallel_hds_isa_init() shouldn't fail - - - - --- 2015-02-24 Andreas Färber New
[PULL,09/10] parallel: Factor out common parallel_hds_isa_init() - - - - --- 2015-02-24 Andreas Färber New
[PULL,08/10] serial: serial_hds_isa_init() shouldn't fail - - - - --- 2015-02-24 Andreas Färber New
[PULL,07/10] serial: Factor out common serial_hds_isa_init() - - - - --- 2015-02-24 Andreas Färber New
[PULL,06/10] etsec: Replace qdev_init() by qdev_init_nofail() - - - - --- 2015-02-24 Andreas Färber New
[PULL,05/10] leon3: Replace unchecked qdev_init() by qdev_init_nofail() - - 1 - --- 2015-02-24 Andreas Färber New
[PULL,04/10] ide/isa: Replace unchecked qdev_init() by qdev_init_nofail() - - - - --- 2015-02-24 Andreas Färber New
[PULL,03/10] qdev: Improve qdev_init_nofail()'s error reporting - - - - --- 2015-02-24 Andreas Färber New
[PULL,02/10] qom: Fix typo, 'my_class_init' -> 'derived_class_init' - - - - --- 2015-02-24 Andreas Färber New
[PULL,01/10] qdev: Avoid type assertion in qdev_build_hotpluggable_device_list() - - 1 - --- 2015-02-24 Andreas Färber New
[PULL,00/10] QOM devices patch queue 2015-02-24 - - - - --- 2015-02-24 Andreas Färber New
[1/1] qmp: Add support for requesting the list of arguments from a command - - - - --- 2015-02-24 Alberto Garcia New
[10/10] s390x/kvm: enable the new SIGP handling in user space - - 2 - --- 2015-02-24 Jens Freimann New
[09/10] s390x/kvm: deliver SIGP RESTART directly if stopped - - 2 - --- 2015-02-24 Jens Freimann New
[08/10] s390x: add function to deliver restart irqs - - 1 - --- 2015-02-24 Jens Freimann New
[07/10] s390x/kvm: SIGP START is only applicable when STOPPED - - 2 - --- 2015-02-24 Jens Freimann New
[06/10] s390x/kvm: implement handling of new SIGP orders - - 1 - --- 2015-02-24 Jens Freimann New
[05/10] s390x/kvm: trace all SIGP orders - - 2 - --- 2015-02-24 Jens Freimann New
[04/10] s390x/kvm: helper to set the SIGP status in SigpInfo - - 2 - --- 2015-02-24 Jens Freimann New
[03/10] s390x/kvm: pass the SIGP instruction parameter to the SIGP handler - - 2 - --- 2015-02-24 Jens Freimann New
[02/10] s390x/kvm: more details for SIGP handler with one destination vcpu - - 1 - --- 2015-02-24 Jens Freimann New
[01/10] s390x: introduce defines for SIGP condition codes - - 1 - --- 2015-02-24 Jens Freimann New
target-tilegx: Execute _start and reach to __libc_start_main successfully - - - - --- 2015-02-24 Chen Gang New
[v4,1/2] integrator/cp: Model CP control registers as sysbus device - - 1 - --- 2015-02-24 Jan Kiszka New
[6/6] qtest/ahci: add flush retry test - - - - --- 2015-02-24 John Snow New
[5/6] libqos: add blkdebug_prepare_script - - - - --- 2015-02-24 John Snow New
[4/6] libqtest: add qmp_async - - - - --- 2015-02-24 John Snow New
[3/6] libqtest: add qmp_eventwait - - - - --- 2015-02-24 John Snow New
[2/6] qtest/ahci: Allow override of default CLI options - - - - --- 2015-02-24 John Snow New
[1/6] qtest/ahci: Add simple flush test - - - - --- 2015-02-24 John Snow New
Fix crash when connecting to VNC through websocket - - - - --- 2015-02-24 Jorge Acereda Maciá New
[3/3] Give ivshmem its own config option - - 1 - --- 2015-02-23 David Gibson New
[2/3] Create specific config option for "platform-bus" - - - - --- 2015-02-23 David Gibson New
[1/3] Add specific config options for PCI-E bridges - - 1 - --- 2015-02-23 David Gibson New
[target-arm,v1,15/15] arm: xlnx-zynq-mp: Add PSCI setup - - - - --- 2015-02-23 Peter Crosthwaite New
[target-arm,v1,14/15] arm: xilinx-zynq-mp-generic: Add bootloading - - - - --- 2015-02-23 Peter Crosthwaite New
[target-arm,v1,13/15] arm: xilinx-zynq-mp-generic: Add external RAM - - - - --- 2015-02-23 Peter Crosthwaite New
[target-arm,v1,12/15] arm: Add xilinx-zynq-mp-generic machine - - - - --- 2015-02-23 Peter Crosthwaite New
[target-arm,v1,11/15] arm: xilinx-zynq-mp: Add UART support - - 1 - --- 2015-02-23 Peter Crosthwaite New
[target-arm,v1,10/15] char: cadence_uart: Split state struct and type into header - - 1 - --- 2015-02-23 Peter Crosthwaite New
[target-arm,v1,09/15] char: cadence_uart: Clean up variable names - - 1 - --- 2015-02-23 Peter Crosthwaite New
[target-arm,v1,08/15] arm: xilinx-zynq-mp: Add GEM support - - - - --- 2015-02-23 Peter Crosthwaite New
[target-arm,v1,07/15] net: cadence_gem: Split state struct and type into header - - 1 - --- 2015-02-23 Peter Crosthwaite New
[target-arm,v1,06/15] net: cadence_gem: Clean up variable names - - 1 - --- 2015-02-23 Peter Crosthwaite New
[target-arm,v1,05/15] arm: xlnx-zynq-mp: Connect CPU Timers to GIC - - - - --- 2015-02-23 Peter Crosthwaite New
« 1 2 ... 3253 3254 32554303 4304 »