Show patches with: Archived = No       |   430855 patches
« 1 2 ... 1237 1238 12394308 4309 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v3,03/32] acpi: add aml_create_field - - - - --- 2015-10-11 Xiao Guangrong New
[v3,04/32] acpi: add aml_mutex, aml_acquire, aml_release - - - - --- 2015-10-11 Xiao Guangrong New
[v3,05/32] acpi: add aml_concatenate - - - - --- 2015-10-11 Xiao Guangrong New
[v3,06/32] acpi: add aml_object_type - - - - --- 2015-10-11 Xiao Guangrong New
[v3,07/32] util: introduce qemu_file_get_page_size() - - - - --- 2015-10-11 Xiao Guangrong New
[v3,08/32] exec: allow memory to be allocated from any kind of path - - - - --- 2015-10-11 Xiao Guangrong New
[v3,09/32] exec: allow file_ram_alloc to work on file - - - - --- 2015-10-11 Xiao Guangrong New
[v3,10/32] hostmem-file: clean up memory allocation - - - - --- 2015-10-11 Xiao Guangrong New
[v3,11/32] hostmem-file: use whole file size if possible - - - - --- 2015-10-11 Xiao Guangrong New
[v3,12/32] pc-dimm: remove DEFAULT_PC_DIMMSIZE - - - - --- 2015-10-11 Xiao Guangrong New
[v3,13/32] pc-dimm: make pc_existing_dimms_capacity static and rename it - - - - --- 2015-10-11 Xiao Guangrong New
[v3,14/32] pc-dimm: drop the prefix of pc-dimm - - - - --- 2015-10-11 Xiao Guangrong New
[v3,15/32] stubs: rename qmp_pc_dimm_device_list.c - - - - --- 2015-10-11 Xiao Guangrong New
[v3,16/32] pc-dimm: rename pc-dimm.c and pc-dimm.h - - - - --- 2015-10-11 Xiao Guangrong New
[v3,17/32] dimm: abstract dimm device from pc-dimm - - - - --- 2015-10-11 Xiao Guangrong New
[v3,18/32] dimm: get mapped memory region from DIMMDeviceClass->get_memory_region - - - - --- 2015-10-11 Xiao Guangrong New
[v3,19/32] dimm: keep the state of the whole backend memory - - - - --- 2015-10-11 Xiao Guangrong New
[v3,20/32] dimm: introduce realize callback - - - - --- 2015-10-11 Xiao Guangrong New
[v3,21/32] nvdimm: implement NVDIMM device abstract - - - - --- 2015-10-11 Xiao Guangrong New
[v3,22/32] nvdimm: init the address region used by NVDIMM ACPI - - - - --- 2015-10-11 Xiao Guangrong New
[v3,23/32] nvdimm: build ACPI NFIT table - - - - --- 2015-10-11 Xiao Guangrong New
[v3,24/32] nvdimm: init the address region used by DSM method - - - - --- 2015-10-11 Xiao Guangrong New
[v3,25/32] nvdimm: build ACPI nvdimm devices - - - - --- 2015-10-11 Xiao Guangrong New
[v3,26/32] nvdimm: save arg3 for NVDIMM device _DSM method - - - - --- 2015-10-11 Xiao Guangrong New
[v3,27/32] nvdimm: support DSM_CMD_IMPLEMENTED function - - - - --- 2015-10-11 Xiao Guangrong New
[v3,28/32] nvdimm: support DSM_CMD_NAMESPACE_LABEL_SIZE function - - - - --- 2015-10-11 Xiao Guangrong New
[v3,29/32] nvdimm: support DSM_CMD_GET_NAMESPACE_LABEL_DATA - - - - --- 2015-10-11 Xiao Guangrong New
[v3,30/32] nvdimm: support DSM_CMD_SET_NAMESPACE_LABEL_DATA - - - - --- 2015-10-11 Xiao Guangrong New
[v3,31/32] nvdimm: allow using whole backend memory as pmem - - - - --- 2015-10-11 Xiao Guangrong New
[v3,32/32] nvdimm: add maintain info - - - - --- 2015-10-11 Xiao Guangrong New
Qemu/Xen: Fix early freeing MSIX MMIO memory region - - - - --- 2015-10-11 Lan Tianyu New
[RFC,1/4] ahci: Add some MMIO debug printfs - - - - --- 2015-10-11 Peter Crosthwaite New
[RFC,2/4] ahci: split realize and init - - - - --- 2015-10-11 Peter Crosthwaite New
[RFC,3/4] ahci: Add allwinner AHCI - - - - --- 2015-10-11 Peter Crosthwaite New
[RFC,4/4] arm: allwinner-a10: Add SATA - - - - --- 2015-10-11 Peter Crosthwaite New
[v3,1/3] armv7-m: Return DeviceState* from armv7m_init() - - 1 - --- 2015-10-12 Michael Davidsaver New
[v3,2/3] armv7-m: Implement SYSRESETREQ - - 1 - --- 2015-10-12 Michael Davidsaver New
[v3,3/3] stellaris: exit on external reset request - - 1 - --- 2015-10-12 Michael Davidsaver New
[1/3] qemu-gdb: allow using glibc_pointer_guard() on core dumps - - - - --- 2015-10-12 Paolo Bonzini New
[2/3] qemu-gdb: extract parts of "qemu coroutine" implementation - - - - --- 2015-10-12 Paolo Bonzini New
[3/3] qemu-gdb: add $qemu_coroutine_sp and $qemu_coroutine_pc - - - - --- 2015-10-12 Paolo Bonzini New
[01/21] qemu-char: cleanup qmp_chardev_add - - 1 - --- 2015-10-12 Paolo Bonzini New
[02/21] qemu-char: cleanup HAVE_CHARDEV_* - - 1 - --- 2015-10-12 Paolo Bonzini New
[03/21] qemu-char: add create to register_char_driver - - 1 - --- 2015-10-12 Paolo Bonzini New
[04/21] qemu-char: convert file backend to data-driven creation - - 1 - --- 2015-10-12 Paolo Bonzini New
[05/21] qemu-char: convert serial backend to data-driven creation - - 1 - --- 2015-10-12 Paolo Bonzini New
[06/21] qemu-char: convert parallel backend to data-driven creation - - 1 - --- 2015-10-12 Paolo Bonzini New
[07/21] qemu-char: convert pipe backend to data-driven creation - - 1 - --- 2015-10-12 Paolo Bonzini New
[08/21] qemu-char: convert socket backend to data-driven creation - - 1 - --- 2015-10-12 Paolo Bonzini New
[09/21] qemu-char: convert UDP backend to data-driven creation - - 1 - --- 2015-10-12 Paolo Bonzini New
[10/21] qemu-char: convert pty backend to data-driven creation - - 1 - --- 2015-10-12 Paolo Bonzini New
[11/21] qemu-char: convert null backend to data-driven creation - - 1 - --- 2015-10-12 Paolo Bonzini New
[12/21] qemu-char: convert mux backend to data-driven creation - - 1 - --- 2015-10-12 Paolo Bonzini New
[13/21] qemu-char: convert msmouse backend to data-driven creation - - 1 - --- 2015-10-12 Paolo Bonzini New
[14/21] qemu-char: convert braille backend to data-driven creation - - - - --- 2015-10-12 Paolo Bonzini New
[15/21] qemu-char: convert testdev backend to data-driven creation - - 1 - --- 2015-10-12 Paolo Bonzini New
[16/21] qemu-char: convert stdio backend to data-driven creation - - 1 - --- 2015-10-12 Paolo Bonzini New
[17/21] qemu-char: convert console backend to data-driven creation - - 1 - --- 2015-10-12 Paolo Bonzini New
[18/21] qemu-char: convert spice backend to data-driven creation - - 1 - --- 2015-10-12 Paolo Bonzini New
[19/21] qemu-char: convert vc backend to data-driven creation - - 1 - --- 2015-10-12 Paolo Bonzini New
[20/21] qemu-char: convert ringbuf backend to data-driven creation - - 1 - --- 2015-10-12 Paolo Bonzini New
[21/21] qemu-char: cleanup after completed conversion to cd->create - - 1 - --- 2015-10-12 Paolo Bonzini New
[PULL,00/14] Net patches - - - - --- 2015-10-12 Jason Wang New
[PULL,01/14] net/vmxnet3: Refine l2 header validation - - - - --- 2015-10-12 Jason Wang New
[PULL,02/14] vmxnet3: Support reading IMR registers on bar0 - - - 1 --- 2015-10-12 Jason Wang New
[PULL,03/14] e1000: use alias for default model - - 1 - --- 2015-10-12 Jason Wang New
[PULL,04/14] vmxnet3: Add support for VMXNET3_CMD_GET_ADAPTIVE_RING_INFO command - - - - --- 2015-10-12 Jason Wang New
[PULL,05/14] vl.c: init delayed object after net_init_clients - - - - --- 2015-10-12 Jason Wang New
[PULL,06/14] init/cleanup of netfilter object - - 1 - --- 2015-10-12 Jason Wang New
[PULL,07/14] netfilter: hook packets before net queue send - - 1 - --- 2015-10-12 Jason Wang New
[PULL,08/14] net: merge qemu_deliver_packet and qemu_deliver_packet_iov - - - - --- 2015-10-12 Jason Wang New
[PULL,09/14] net/queue: introduce NetQueueDeliverFunc - - - - --- 2015-10-12 Jason Wang New
[PULL,10/14] netfilter: add an API to pass the packet to next filter - - 1 - --- 2015-10-12 Jason Wang New
[PULL,11/14] netfilter: print filter info associate with the netdev - - - - --- 2015-10-12 Jason Wang New
[PULL,12/14] net/queue: export qemu_net_queue_append_iov - - 1 - --- 2015-10-12 Jason Wang New
[PULL,13/14] netfilter: add a netbuffer filter - - 1 - --- 2015-10-12 Jason Wang New
[PULL,14/14] tests: add test cases for netfilter object - - - - --- 2015-10-12 Jason Wang New
net: cadence_gem: Set initial MAC address - - 2 - --- 2015-10-12 Sebastian Huber New
[1/1] log hmp/qmp command - - - - --- 2015-10-12 Denis V. Lunev New
[v2,1/5] virtio-9p-coth: fix init function - - - - --- 2015-10-12 Greg Kurz New
[v2,2/5] qdev: add the HotUnpluggable handler - - - - --- 2015-10-12 Greg Kurz New
[v2,3/5] virtio-9p: block hot-unplug when device is active - - - - --- 2015-10-12 Greg Kurz New
[v2,4/5] virtio-9p: add unrealize handler - - - - --- 2015-10-12 Greg Kurz New
[v2,5/5] virtio-9p: add savem handlers - - - - --- 2015-10-12 Greg Kurz New
[v7,1/5] block: check for existing device IDs in external_snapshot_prepare() - - 2 - --- 2015-10-12 Alberto Garcia New
[v7,2/5] block: rename BlockdevSnapshot to BlockdevSnapshotSync - - 4 - --- 2015-10-12 Alberto Garcia New
[v7,3/5] block: support passing 'backing': '' to 'blockdev-add' - - 4 - --- 2015-10-12 Alberto Garcia New
[v7,4/5] block: add a 'blockdev-snapshot' QMP command - - 1 - --- 2015-10-12 Alberto Garcia New
[v7,5/5] block: add tests for the 'blockdev-snapshot' command - - 2 - --- 2015-10-12 Alberto Garcia New
target-i386: fix pcmpxstrx equal-ordered (strstr) mode - - - - --- 2015-10-12 Paolo Bonzini New
[1/3] aio: Move AioHandler struct to header - - - - --- 2015-10-12 Fam Zheng New
[2/3] aio: Introduce aio_context_setup - - - - --- 2015-10-12 Fam Zheng New
[3/3] aio: Introduce aio-epoll.c - - - - --- 2015-10-12 Fam Zheng New
[V2] hw/pxb: add chassis_nr property - - - - --- 2015-10-12 Marcel Apfelbaum New
[PULL,v2,0/5] Block patches - - - - --- 2015-10-12 Stefan Hajnoczi New
[PULL,v2,1/5] sdhci: Pass drive parameter to sdhci-pci via qdev property - - 1 - --- 2015-10-12 Stefan Hajnoczi New
[PULL,v2,2/5] virtio-blk: use blk_io_plug/unplug for Linux AIO batching - - 1 1 --- 2015-10-12 Stefan Hajnoczi New
[PULL,v2,3/5] virtio dataplane: adapt dataplane for virtio Version 1 - - - 1 --- 2015-10-12 Stefan Hajnoczi New
[PULL,v2,4/5] block: switch from g_slice allocator to malloc - - - - --- 2015-10-12 Stefan Hajnoczi New
[PULL,v2,5/5] sdhci.c: Limit the maximum block size - - 3 - --- 2015-10-12 Stefan Hajnoczi New
« 1 2 ... 1237 1238 12394308 4309 »