Show patches with: State = Action Required       |    Archived = No       |   427474 patches
« 1 2 ... 4261 4262 42634274 4275 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[2/9] Provide ioapic-kvm - - - - --- 2009-12-02 Glauber Costa New
[1/9] introduce VMSTATE_U64 - - - - --- 2009-12-02 Glauber Costa New
[41/41] virtio: virtio_save/load are not used anymore - - - - --- 2009-12-02 Juan Quintela New
[40/41] virtio-blk: port to vmstate - - - - --- 2009-12-02 Juan Quintela New
[39/41] virtio-blk: add VirtIOBlokReqHead type - - - - --- 2009-12-02 Juan Quintela New
[38/41] virtio-blk: use QLIST for the list of requests - - - - --- 2009-12-02 Juan Quintela New
[37/41] QLIST: Introduce QLIST_COPY_HEAD - - - - --- 2009-12-02 Juan Quintela New
[36/41] virtio-blk: change rq type to VirtIOBlockReq - - - - --- 2009-12-02 Juan Quintela New
[35/41] virtio-balloon: port to vmstate - - - - --- 2009-12-02 Juan Quintela New
[34/41] virtio-console: port to vmstate - - - - --- 2009-12-02 Juan Quintela New
[33/41] virtio-net: port to vmstate - - - - --- 2009-12-02 Juan Quintela New
[32/41] virtio-net: split virtio_net_post_load - - - - --- 2009-12-02 Juan Quintela New
[31/41] virtio-net: we know macs size at compile time, make it static - - - - --- 2009-12-02 Juan Quintela New
[30/41] virtio-net: use save/load type chek functions for has_vent_hdr - - - - --- 2009-12-02 Juan Quintela New
[29/41] virtio-net: in_use and first_multi only handle unsigned values - - - - --- 2009-12-02 Juan Quintela New
[28/41] virtio-net: make vlan operations on uint8_t, not uint32_t - - - - --- 2009-12-02 Juan Quintela New
[27/41] virtio-net: abstract vlans operations - - - - --- 2009-12-02 Juan Quintela New
[26/41] virtio-net: we know vlans size at compile time, make it static - - - - --- 2009-12-02 Juan Quintela New
[25/41] virtio-net: MAC_TABLE_ENTRIES has never been bigger - - - - --- 2009-12-02 Juan Quintela New
[24/41] virtio-net: use type checking version of qemu_put/get-* - - - - --- 2009-12-02 Juan Quintela New
[23/41] virtio-net: change mergeable_rx_bufs to uint32_t - - - - --- 2009-12-02 Juan Quintela New
[22/41] virtio-net: change tx_timer_active to uint32_t - - - - --- 2009-12-02 Juan Quintela New
[21/41] virtio: port to vmstate - - - - --- 2009-12-02 Juan Quintela New
[20/41] virtio: abstract test for save/load values - - - - --- 2009-12-02 Juan Quintela New
[19/41] virtio: use the right types for VirtQueue elements - - - - --- 2009-12-02 Juan Quintela New
[18/41] virtio: change config_len type to int32_t - - - - --- 2009-12-02 Juan Quintela New
[17/41] virtio: split virtio_post_load() from virtio_load() - - - - --- 2009-12-02 Juan Quintela New
[16/41] virtio: Add num_pci_queues field - - - - --- 2009-12-02 Juan Quintela New
[15/41] virtio: remove save/load_queue for virtio - - - - --- 2009-12-02 Juan Quintela New
[14/41] virtio: remove save/load_config for virtio - - - - --- 2009-12-02 Juan Quintela New
[13/41] msix: msix_load/save are not needed anymore - - - - --- 2009-12-02 Juan Quintela New
[12/41] virtio-pci: port pci config to vmstate - - - - --- 2009-12-02 Juan Quintela New
[11/41] virtio: Introduce type field to distingish between PCI and Syborg - - - - --- 2009-12-02 Juan Quintela New
[10/41] qemu/pci: document msix_entries_nr field - - - - --- 2009-12-02 Juan Quintela New
[09/41] msix: port to vmstate - - - - --- 2009-12-02 Juan Quintela New
[08/41] msix: Store sizes that we send/receive - - - - --- 2009-12-02 Juan Quintela New
[07/41] virtio-pci: Remove duplicate test - - - - --- 2009-12-02 Juan Quintela New
[06/41] virtio: Use DO_UPCAST instead of a cast - - - - --- 2009-12-02 Juan Quintela New
[05/41] virtio-console: Remove useless casts - - - - --- 2009-12-02 Juan Quintela New
[04/41] virtio: Teach virtio-net about DO_UPCAST - - - - --- 2009-12-02 Juan Quintela New
[03/41] virtio: Teach virtio-console about DO_UPCAST - - - - --- 2009-12-02 Juan Quintela New
[02/41] virtio: Teach virtio-blk about DO_UPCAST - - - - --- 2009-12-02 Juan Quintela New
[01/41] virtio: Teach virtio-balloon about DO_UPCAST - - - - --- 2009-12-02 Juan Quintela New
[12/12] savevm: Port to qdev.vmsd all devices that have qdev - - - - --- 2009-12-02 Juan Quintela New
[11/12] qdev: enable vmstate_unregister() support - - - - --- 2009-12-02 Juan Quintela New
[10/12] pci: vmstate_register() already assign consecutive numbers starting at 0 - - - - --- 2009-12-02 Juan Quintela New
[09/12] vmstate: Add support for multiplying size for a constant - - - - --- 2009-12-02 Juan Quintela New
[08/12] vmstate: remove usused VMSTATE_STRUCT_ARRAY_SIZE_UINT8 - - - - --- 2009-12-02 Juan Quintela New
[07/12] vmstate: Introduce UINT16_TEST support - - - - --- 2009-12-02 Juan Quintela New
[06/12] vmstate: Introduce VMSTATE_STRUCT_POINTER_TEST - - - - --- 2009-12-02 Juan Quintela New
[05/12] vmstate: Introduce VMSTATE_STRUCT_TEST - - - - --- 2009-12-02 Juan Quintela New
[04/12] vmstate: Add support for VBUFFERS - - - - --- 2009-12-02 Juan Quintela New
[03/12] vmstate: fix missing ARRAY_OF_POINTERS support on save state - - - - --- 2009-12-02 Juan Quintela New
[02/12] vmstate: Fix info field of VMSTATE_MACADDR - - - - --- 2009-12-02 Juan Quintela New
[01/12] vmstate: Avoid seeking - - - - --- 2009-12-02 Juan Quintela New
[v2] Don't leak file descriptors - - - - --- 2009-12-02 Kevin Wolf New
[10/10] ac97: port to vmstate - - - - --- 2009-12-02 Juan Quintela New
[09/10] ac97: up savevm version and remove active from state - - - - --- 2009-12-02 Juan Quintela New
[08/10] ac97: recalculate active after loadvm - - - - --- 2009-12-02 Juan Quintela New
[07/10] ac97: sizeof needs %zd - - - - --- 2009-12-02 Juan Quintela New
[06/10] gus: port to vmstate - - - - --- 2009-12-02 Juan Quintela New
[05/10] c4231a: port to vmstate - - - - --- 2009-12-02 Juan Quintela New
[04/10] es1370: port to vmstate - - - - --- 2009-12-02 Juan Quintela New
[03/10] sb16: port to vmstate - - - - --- 2009-12-02 Juan Quintela New
[02/10] audio: port to vmstate - - - - --- 2009-12-02 Juan Quintela New
[01/10] audio: fix compilation of DEBUG_PLIVE - - - - --- 2009-12-02 Juan Quintela New
Socket reconnection. - - - - --- 2009-12-02 Ian Molton New
[v2] Don't leak file descriptors - - - - --- 2009-12-02 Kevin Wolf New
ram migration: Properly reset statistics - - - - --- 2009-12-02 Jan Kiszka New
vmstate: Avoid seeking 1 - - - --- 2009-12-01 Jan Kiszka New
target-arm: ARMv4 emulation - - - - --- 2009-12-01 Filip Navara New
virtio: Add memory statistics reporting to the balloon driver (V5) - - - - --- 2009-12-01 Adam Litke New
vmstate: Fix info field of VMSTATE_MACADDR - - - - --- 2009-12-01 Jan Kiszka New
qemu-opts: Release id on deletion - - - - --- 2009-12-01 Jan Kiszka New
[v2,22/23] block migration: Add support for restore progress reporting - - - - --- 2009-12-01 Jan Kiszka New
live migration: Serialize vmstate saving in stage 2 - - - - --- 2009-12-01 Jan Kiszka New
[v2,11/11] remove smp restriction from kvm - - - - --- 2009-12-01 Glauber Costa New
[v2,10/11] Use __thread where available. - - - - --- 2009-12-01 Glauber Costa New
[v2,09/11] Use per-cpu reset handlers. - - - - --- 2009-12-01 Glauber Costa New
[v2,08/11] use cpu_kick instead of direct signalling. - - - - --- 2009-12-01 Glauber Costa New
[v2,07/11] Don't call kvm cpu reset on initialization - - - - --- 2009-12-01 Glauber Costa New
[v2,06/11] flush state in migration post_load - - - - --- 2009-12-01 Glauber Costa New
[v2,05/11] tell kernel about all registers instead of just mp_state - - - - --- 2009-12-01 Glauber Costa New
[v2,04/11] qemu_flush_work for remote vcpu execution - - - - --- 2009-12-01 Glauber Costa New
[v2,03/11] update halted state on mp_state sync - - - - --- 2009-12-01 Glauber Costa New
[v2,02/11] store thread-specific env information - - - - --- 2009-12-01 Glauber Costa New
[v2,01/11] Don't mess with halted state. - - - - --- 2009-12-01 Glauber Costa New
Socket reconnection. - - - - --- 2009-12-01 Ian Molton New
[2/2] multiboot: Support arbitrary number of modules - - - - --- 2009-11-30 Adam Lackorzynski New
[1/2] multiboot: Fix module loading and setting of mmap. 1 - - - --- 2009-11-30 Adam Lackorzynski New
Get coding style closer to the real world - - - - --- 2009-11-30 Alexander Graf New
monitor: make 'eject' work when there is no disk on the host drive - - - - --- 2009-11-30 Eduardo Habkost New
[2/2] ide: implement stub for audio control/volume read - - - - --- 2009-11-30 Thadeu Lima de Souza Cascardo New
[1/2] ide: Use some already defined page macros instead of constants - - - - --- 2009-11-30 Thadeu Lima de Souza Cascardo New
[24/23] block migration: Skip zero-sized disks - - - - --- 2009-11-30 Jan Kiszka New
[PATCHv5-repost,2/2] qemu: cleanup unused macros in cirrus 1 - - - --- 2009-11-30 Michael S. Tsirkin New
[PATCHv5-repost,1/2] qemu: make cirrus init value pci spec compliant 1 - - - --- 2009-11-30 Michael S. Tsirkin New
[23/23] block migration: Increase dirty chunk size to 1M - - - - --- 2009-11-30 Jan Kiszka New
[16/23] ram migration: Stop loading on error - - - - --- 2009-11-30 Jan Kiszka New
[21/23] block migration: Report progress also via info migration - - - - --- 2009-11-30 Jan Kiszka New
« 1 2 ... 4261 4262 42634274 4275 »