Show patches with: none      |   431686 patches
« 1 2 ... 502 503 5044316 4317 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[1/8] Move -I$(SRC_PATH)/include compiler flag to Makefile.objs - - - - --- 2012-12-05 Eduardo Habkost New
[2/8] libqemustub: Add qemu_[un]register_reset() stubs - - - - --- 2012-12-05 Eduardo Habkost New
[3/8] libqemustub: vmstate register/unregister stubs - - - - --- 2012-12-05 Eduardo Habkost New
[4/8] libqemustub: sysbus_get_default() stub - - - - --- 2012-12-05 Eduardo Habkost New
[5/8] qdev: Coding style fixes - - - - --- 2012-12-05 Eduardo Habkost New
[6/8] qdev-properties.c: Separate core from the code used only by qemu-system-* - - - - --- 2012-12-05 Eduardo Habkost New
[7/8] include qdev code into *-user, too - - - - --- 2012-12-05 Eduardo Habkost New
[8/8] qom: Make CPU a child of DeviceState - - - - --- 2012-12-05 Eduardo Habkost New
e1000: Discard oversized packets based on SBP|LPE - - - - --- 2012-12-05 Michael Contreras New
[1/1] tmp105: Fix I2C protocol bug - - - - --- 2012-12-05 Alex Horn New
[01/11] qdev: export and use qbus_init - - - - --- 2012-12-05 Paolo Bonzini New
[02/11] qdev: use object_new, not g_malloc to create buses - - - - --- 2012-12-05 Paolo Bonzini New
[03/11] qom: preserve object while unparenting it - - 1 - --- 2012-12-05 Paolo Bonzini New
[04/11] qdev: add reference count to a device for the BusChild - - - - --- 2012-12-05 Paolo Bonzini New
[05/11] qdev: move deletion of children from finalize to unparent - - - - --- 2012-12-05 Paolo Bonzini New
[06/11] qdev: move unrealization of devices from finalize to unparent - - - - --- 2012-12-05 Paolo Bonzini New
[07/11] qdev: add reference for the bus while it is referred to by the DeviceState - - - - --- 2012-12-05 Paolo Bonzini New
[08/11] qdev: inline object_delete into qbus_free/qdev_free - - - - --- 2012-12-05 Paolo Bonzini New
[09/11] qdev: drop extra references at creation time - - - - --- 2012-12-05 Paolo Bonzini New
[10/11] cpu: do not use object_delete - - 1 - --- 2012-12-05 Paolo Bonzini New
[11/11] qom: remove object_delete - - - - --- 2012-12-05 Paolo Bonzini New
[v5,01/11] raw-posix: add raw_get_aio_fd() for virtio-blk-data-plane - - - - --- 2012-12-05 Stefan Hajnoczi New
[v5,02/11] configure: add CONFIG_VIRTIO_BLK_DATA_PLANE - - - - --- 2012-12-05 Stefan Hajnoczi New
[v5,03/11] dataplane: add host memory mapping code - - - - --- 2012-12-05 Stefan Hajnoczi New
[v5,04/11] dataplane: add virtqueue vring code - - - - --- 2012-12-05 Stefan Hajnoczi New
[v5,05/11] dataplane: add event loop - - - - --- 2012-12-05 Stefan Hajnoczi New
[v5,06/11] dataplane: add Linux AIO request queue - - - - --- 2012-12-05 Stefan Hajnoczi New
[v5,07/11] iov: add iov_discard() to remove data - - - - --- 2012-12-05 Stefan Hajnoczi New
[v5,08/11] test-iov: add iov_discard() testcase - - - - --- 2012-12-05 Stefan Hajnoczi New
[v5,09/11] iov: add qemu_iovec_concat_iov() - - - - --- 2012-12-05 Stefan Hajnoczi New
[v5,10/11] dataplane: add virtio-blk data plane code - - - - --- 2012-12-05 Stefan Hajnoczi New
[v5,11/11] virtio-blk: add x-data-plane=on|off performance feature - - - - --- 2012-12-05 Stefan Hajnoczi New
[1/3] target-i386:define name of breakpoint bit in dr7 - - - - --- 2012-12-06 liguang New
[2/3] target-i386:make hw_breakpoint_enabled return bool type - - - - --- 2012-12-06 liguang New
[3/3] target-i386:slightly refactor dr7 related function - - - - --- 2012-12-06 liguang New
[RFC,v8,1/4] use image_file_reset to reload initrd - - - - --- 2012-12-06 Olivia Yin New
[RFC,v8,2/4] use uimage_reset to reload uimage - - - - --- 2012-12-06 Olivia Yin New
[RFC,v8,3/4] use elf_reset to reload elf image - - - - --- 2012-12-06 Olivia Yin New
[RFC,v8,4/4] remove rom_reset() - - - - --- 2012-12-06 Olivia Yin New
[v2,1/2] ivshmem: remove msix_write_config - - - - --- 2012-12-06 pingfan liu New
[v2,2/2] ivshmem: use irqfd to interrupt among VMs - - - - --- 2012-12-06 pingfan liu New
[V7,01/10] qemu-option: opt_set(): split it up into more functions - - - - --- 2012-12-06 Robert Wang New
[V7,02/10] qemu-option: qemu_opts_validate(): fix duplicated code - - - - --- 2012-12-06 Robert Wang New
[V7,03/10] qemu-option: qemu_opt_set_bool(): fix code duplication - - - - --- 2012-12-06 Robert Wang New
[V7,04/10] introduce qemu_opts_create_nofail function - - - - --- 2012-12-06 Robert Wang New
[V7,05/10] use qemu_opts_create_nofail - - - - --- 2012-12-06 Robert Wang New
[V7,06/10] create new function: qemu_opt_set_number - - - - --- 2012-12-06 Robert Wang New
[V7,07/10] add def_print_str and use it in qemu_opts_print. - - - - --- 2012-12-06 Robert Wang New
[V7,08/10] Create four opts list related functions - - - - --- 2012-12-06 Robert Wang New
[V7,09/10] Use QemuOpts support in block layer - - - - --- 2012-12-06 Robert Wang New
[V7,10/10] remove QEMUOptionParameter related functions and struct - - - - --- 2012-12-06 Robert Wang New
[V17,1/6] docs: document for add-cow file format - - - - --- 2012-12-06 Robert Wang New
[V17,2/6] make path_has_protocol non static - - 1 - --- 2012-12-06 Robert Wang New
[V17,3/6] qed_read_string to bdrv_read_string - - - - --- 2012-12-06 Robert Wang New
[V17,4/6] rename qcow2-cache.c to block-cache.c - - - - --- 2012-12-06 Robert Wang New
[V17,5/6] add-cow file format core code. - - - - --- 2012-12-06 Robert Wang New
[V17,6/6] qemu-iotests: add add-cow iotests support. - - - - --- 2012-12-06 Robert Wang New
[PULL] QOM CPUState patch queue 2012-12-06 - - - - --- 2012-12-06 Andreas Färber New
[01/13] user: Move *-user/qemu-types.h to main directory - - - - --- 2012-12-06 Andreas Färber New
[02/13] user: Rename qemu-types.h to qemu-user-types.h - - - - --- 2012-12-06 Andreas Färber New
[03/13] ui/vnc-palette.c: Include headers it needs - - - - --- 2012-12-06 Andreas Färber New
[04/13] qapi/qmp-registry.c: Include headers it needs - - - - --- 2012-12-06 Andreas Färber New
[05/13] qga/channel-posix.c: Include headers it needs - - - - --- 2012-12-06 Andreas Färber New
[06/13] qlist.h: Do not include qemu-common.h - - - - --- 2012-12-06 Andreas Färber New
[07/13] Create qemu-types.h for struct typedefs - - - - --- 2012-12-06 Andreas Färber New
[08/13] sysemu.h: Include qemu-types.h instead of qemu-common.h - - - - --- 2012-12-06 Andreas Färber New
[09/13] qdev: qdev_create(): use error_report() instead of hw_error() - - - - --- 2012-12-06 Andreas Färber New
[10/13] target-i386/cpu.c: Coding style fixes - - 1 - --- 2012-12-06 Andreas Färber New
[11/13] target-i386: Separate feature string parsing from CPU model lookup - - 1 - --- 2012-12-06 Andreas Färber New
[12/13] target-i386: Use define for cpuid vendor string size - - 1 - --- 2012-12-06 Andreas Färber New
[13/13] target-i386: Postpone cpuid_level update to realize time - - 1 - --- 2012-12-06 Andreas Färber New
arch_init/ram_load: add error message for block length mismatch - - 1 - --- 2012-12-06 Alon Levy New
[v2] arch_init/ram_load: add error message for block length mismatch - - - - --- 2012-12-06 Alon Levy New
[v6] Add compare subcommand for qemu-img 1 - - - --- 2012-12-06 Miroslav Rezanina New
[01/32] libcacard: simplify rules for recursive build - - - - --- 2012-12-06 Paolo Bonzini New
[02/32] vscclient: use per-target variables - - - - --- 2012-12-06 Paolo Bonzini New
[03/32] build: adjust setting of QEMU_INCLUDES - - - - --- 2012-12-06 Paolo Bonzini New
[04/32] build: add $(TARGET_DIR) to "GEN config-target.h" lines - - - - --- 2012-12-06 Paolo Bonzini New
[05/32] build: move rules from Makefile to */Makefile.objs - - - - --- 2012-12-06 Paolo Bonzini New
[06/32] build: create ldscripts/ - - - - --- 2012-12-06 Paolo Bonzini New
[07/32] build: kill libdis, move disassemblers to disas/ - - - - --- 2012-12-06 Paolo Bonzini New
[08/32] build: kill libuser - - - - --- 2012-12-06 Paolo Bonzini New
[09/32] janitor: do not rely on indirect inclusions of or from qemu-char.h - - - - --- 2012-12-06 Paolo Bonzini New
[10/32] janitor: do not include qemu-char everywhere - - - - --- 2012-12-06 Paolo Bonzini New
[11/32] net: move Bluetooth stuff out of net.h - - - - --- 2012-12-06 Paolo Bonzini New
[12/32] net: do not include net.h everywhere 1 - - - --- 2012-12-06 Paolo Bonzini New
[13/32] net: move net.c to net/ 1 - - - --- 2012-12-06 Paolo Bonzini New
[14/32] net: reorganize headers 1 - - - --- 2012-12-06 Paolo Bonzini New
[15/32] qemu-ga: move qemu-ga files to qga/ - - - - --- 2012-12-06 Paolo Bonzini New
[16/32] ui: move files to ui/ and include/ui/ - - - - --- 2012-12-06 Paolo Bonzini New
[17/32] qapi: move inclusions of qemu-common.h from headers to .c files - - - - --- 2012-12-06 Paolo Bonzini New
[18/32] qapi: remove qapi/qapi-types-core.h - - - - --- 2012-12-06 Paolo Bonzini New
[19/32] qapi: make struct Visitor opaque - - - - --- 2012-12-06 Paolo Bonzini New
[20/32] janitor: add guards to headers - - - - --- 2012-12-06 Paolo Bonzini New
[21/32] qapi: move include files to include/qapi/ - - - - --- 2012-12-06 Paolo Bonzini New
[22/32] block: move include files to include/block/ - - - - --- 2012-12-06 Paolo Bonzini New
[23/32] exec: move include files to include/exec/ - - - - --- 2012-12-06 Paolo Bonzini New
[24/32] monitor: move include files to include/monitor/ - - - - --- 2012-12-06 Paolo Bonzini New
[25/32] migration: move include files to include/migration/ - - - - --- 2012-12-06 Paolo Bonzini New
[26/32] qom: move include files to include/qom/ - - - - --- 2012-12-06 Paolo Bonzini New
« 1 2 ... 502 503 5044316 4317 »