Show patches with: Archived = No       |   430855 patches
« 1 2 ... 1464 1465 14664308 4309 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[2/6] ipxe: add e1000e rom - - - - --- 2016-06-24 Gerd Hoffmann New
[3/6] ipxe: add vmxnet3 rom - - - - --- 2016-06-24 Gerd Hoffmann New
[4/6] e1000e: add boot rom - - - - --- 2016-06-24 Gerd Hoffmann New
[5/6] vmxnet3: add boot rom - - - - --- 2016-06-24 Gerd Hoffmann New
[v2,1/7] virtio-bus: Drop "set_handler" parameter - - 1 - --- 2016-06-24 Fam Zheng New
[v2,2/7] virtio: Add typedef for handle_output - - 1 - --- 2016-06-24 Fam Zheng New
[v2,3/7] virtio: Introduce virtio_add_queue_aio - - - - --- 2016-06-24 Fam Zheng New
[v2,4/7] virtio: Use aio_set_event_notifier for aio vq - - - - --- 2016-06-24 Fam Zheng New
[v2,5/7] virtio-blk: Call virtio_add_queue_aio - - - - --- 2016-06-24 Fam Zheng New
[v2,6/7] virtio-scsi: Call virtio_add_queue_aio - - - - --- 2016-06-24 Fam Zheng New
[v2,7/7] Revert "mirror: Workaround for unexpected iohandler events during completion" - - - - --- 2016-06-24 Fam Zheng New
[01/17] s390x/pci: fix failures of dma map/unmap - - 1 - --- 2016-06-24 Cornelia Huck New
[02/17] s390x/pci: acceleration for getting S390pciState - - 1 - --- 2016-06-24 Cornelia Huck New
[03/17] s390x/pci: write fid in CLP_QUERY_PCI_FN 1 - - - --- 2016-06-24 Cornelia Huck New
[04/17] s390x/pci: unify FH_ macros - - 1 - --- 2016-06-24 Cornelia Huck New
[05/17] s390x/pci: refactor s390_pci_find_dev_by_fh - - 1 - --- 2016-06-24 Cornelia Huck New
[06/17] s390x/pci: enforce zPCI state checking - - 1 - --- 2016-06-24 Cornelia Huck New
[07/17] s390x/pci: introduce S390PCIBus - - 1 - --- 2016-06-24 Cornelia Huck New
[08/17] s390x/pci: introduce S390PCIIOMMU 1 - - - --- 2016-06-24 Cornelia Huck New
[09/17] s390x/pci: introduce S390PCIBusDevice qdev - - 1 - --- 2016-06-24 Cornelia Huck New
[10/17] s390x/pci: enable uid-checking - - 1 - --- 2016-06-24 Cornelia Huck New
[11/17] s390x/pci: enable zpci hot-plug/hot-unplug - - 1 - --- 2016-06-24 Cornelia Huck New
[12/17] s390x/pci: add checkings in CLP_SET_PCI_FN - - 1 - --- 2016-06-24 Cornelia Huck New
[13/17] s390x/pci: refactor s390_pci_find_dev_by_idx - - 1 - --- 2016-06-24 Cornelia Huck New
[14/17] s390x/pci: refactor list_pci 1 - - - --- 2016-06-24 Cornelia Huck New
[15/17] s390x/pci: fix stpcifc_service_call - - 1 - --- 2016-06-24 Cornelia Huck New
[16/17] s390x/pci: replace fid with idx in msg data of msix - - 1 - --- 2016-06-24 Cornelia Huck New
[17/17] s390x/pci: make hot-unplug handler smoother - - 1 - --- 2016-06-24 Cornelia Huck New
[1/1] Revert "linux-aio: Cancel BH if not needed" - - - - --- 2016-06-24 Roman Pen New
[v2,01/23] misc: indentation - - 1 - --- 2016-06-24 Marc-André Lureau New
[v2,02/23] vhost-user: minor simplification - - - - --- 2016-06-24 Marc-André Lureau New
[v2,03/23] vhost: don't assume opaque is a fd, use backend cleanup - - - - --- 2016-06-24 Marc-André Lureau New
[v2,04/23] vhost: make vhost_log_put() idempotent - - - - --- 2016-06-24 Marc-André Lureau New
[v2,05/23] vhost: call vhost_log_put() on cleanup - - - - --- 2016-06-24 Marc-André Lureau New
[v2,06/23] vhost: add vhost device only after all success - - - - --- 2016-06-24 Marc-André Lureau New
[v2,07/23] vhost: make vhost_dev_cleanup() idempotent - - - - --- 2016-06-24 Marc-André Lureau New
[v2,08/23] vhost-net: always call vhost_dev_cleanup() on failure - - - - --- 2016-06-24 Marc-André Lureau New
[v2,09/23] vhost: fix calling vhost_dev_cleanup() after vhost_dev_init() - - - - --- 2016-06-24 Marc-André Lureau New
[v2,10/23] vhost: change some assert() for error_report() or silent fail - - - - --- 2016-06-24 Marc-André Lureau New
[v2,11/23] vhost: use error_report() instead of fprintf(stderr, ...) - - - - --- 2016-06-24 Marc-André Lureau New
[v2,12/23] vhost-user: check qemu_chr_fe_set_msgfds() return value - - - - --- 2016-06-24 Marc-André Lureau New
[v2,13/23] vhost-user: check vhost_user_{read, write}() return value - - - - --- 2016-06-24 Marc-André Lureau New
[v2,14/23] qemu-char: check socket is actually connected - - - - --- 2016-06-24 Marc-André Lureau New
[v2,15/23] vhost-user: keep vhost_net after a disconnection - - - - --- 2016-06-24 Marc-André Lureau New
[v2,16/23] Revert "vhost-net: do not crash if backend is not present" - - - - --- 2016-06-24 Marc-André Lureau New
[v2,17/23] get_vhost_net() should be != null after vhost_user_init - - - - --- 2016-06-24 Marc-André Lureau New
[v2,18/23] vhost-net: success if backend has no ops->vhost_migration_done - - - - --- 2016-06-24 Marc-André Lureau New
[v2,19/23] vhost: add assert() to check runtime behaviour - - - - --- 2016-06-24 Marc-André Lureau New
[v2,20/23] char: add chr_wait_connected callback - - - - --- 2016-06-24 Marc-André Lureau New
[v2,21/23] char: add and use tcp_chr_wait_connected - - - - --- 2016-06-24 Marc-André Lureau New
[v2,22/23] vhost-user: wait until backend init is completed - - - - --- 2016-06-24 Marc-André Lureau New
[v2,23/23] tests: add /vhost-user/connect-fail test - - - - --- 2016-06-24 Marc-André Lureau New
[RFC,v2,1/5] Use #include "..." exactly for our own headers - - 1 - --- 2016-06-24 Markus Armbruster New
[RFC,v2,2/5] tests: New make target check-source - - - - --- 2016-06-24 Markus Armbruster New
[RFC,v2,3/5] tests: Make check-block a phony target - - 1 - --- 2016-06-24 Markus Armbruster New
[RFC,v2,4/5] include: Move typedef qemu_irq to qemu/typedefs.h - - - - --- 2016-06-24 Markus Armbruster New
[RFC,v2,5/5] include: Include exec/hwaddr.h where hwaddr is used - - - - --- 2016-06-24 Markus Armbruster New
[1/3] block: ignore flush requests when storage is clean - - - - --- 2016-06-24 Denis V. Lunev New
[2/3] ide: ignore retry_unit check for non-retry operations - - - - --- 2016-06-24 Denis V. Lunev New
[3/3] tests: in IDE and AHCI tests perform DMA write before flushing - - - - --- 2016-06-24 Denis V. Lunev New
[RFC,v2] virtio-blk: simple multithreaded MQ implementation for bdrv_raw - - - - --- 2016-06-24 Roman Pen New
[v8,1/8] bitops: Add MAKE_64BIT_MASK macro - - 2 - --- 2016-06-24 Alistair Francis New
[v8,2/8] register: Add Register API - - 2 - --- 2016-06-24 Alistair Francis New
[v8,3/8] register: Add Memory API glue - - - - --- 2016-06-24 Alistair Francis New
[v8,4/8] register: Define REG and FIELD macros - - 1 - --- 2016-06-24 Alistair Francis New
[v8,5/8] register: QOMify - - 2 - --- 2016-06-24 Alistair Francis New
[v8,6/8] register: Add block initialise helper - - - - --- 2016-06-24 Alistair Francis New
[v8,7/8] dma: Add Xilinx Zynq devcfg device model - - 1 - --- 2016-06-24 Alistair Francis New
[v8,8/8] xilinx_zynq: Connect devcfg to the Zynq machine model - - 1 - --- 2016-06-24 Alistair Francis New
[1/2] linux-user: Make semihosting heap/stack fields abi_ulongs - - 1 - --- 2016-06-24 Peter Maydell New
[2/2] target-arm/arm-semi.c: Fix SYS_HEAPINFO for 64-bit guests - - - - --- 2016-06-24 Peter Maydell New
[v2,01/18] target-i386: cpu: use uint32_t for X86CPU.apic_id - - - - --- 2016-06-24 Igor Mammedov New
[v2,02/18] pc: add x86_topo_ids_from_apicid() - - - - --- 2016-06-24 Igor Mammedov New
[v2,03/18] pc: extract CPU lookup into a separate function - - - - --- 2016-06-24 Igor Mammedov New
[v2,04/18] pc: cpu: consolidate apic-id validity checks in pc_cpu_pre_plug() - - - - --- 2016-06-24 Igor Mammedov New
[v2,05/18] target-i386: cpu: replace custom apic-id setter/getter with static property - - - - --- 2016-06-24 Igor Mammedov New
[v2,06/18] target-i386: add socket/core/thread properties to X86CPU - - - - --- 2016-06-24 Igor Mammedov New
[v2,07/18] pc: set APIC ID based on socket/core/thread ids if it's not been set yet - - - - --- 2016-06-24 Igor Mammedov New
[v2,08/18] pc: implement query-hotpluggable-cpus callback - - - - --- 2016-06-24 Igor Mammedov New
[v2,09/18] pc: delay setting number of boot CPUs to machine_done time - - - - --- 2016-06-24 Igor Mammedov New
[v2,10/18] pc: register created initial and hotpluged CPUs in one place pc_cpu_plug() - - - - --- 2016-06-24 Igor Mammedov New
[v2,11/18] pc: cpu: allow device_add to be used with x86 cpu - - - - --- 2016-06-24 Igor Mammedov New
[v2,12/18] apic: move MAX_APICS check to 'apic' class - - - - --- 2016-06-24 Igor Mammedov New
[v2,13/18] apic: drop APICCommonState.idx and use APIC ID as index in local_apics[] - - - - --- 2016-06-24 Igor Mammedov New
[v2,14/18] (kvm)apic: add unrealize callbacks - - - - --- 2016-06-24 Igor Mammedov New
[v2,15/18] target-i386: do not ignore error and fix apic parent - - - - --- 2016-06-24 Igor Mammedov New
[v2,16/18] target-i386: fix apic object leak when CPU is deleted - - - - --- 2016-06-24 Igor Mammedov New
[v2,17/18] target-i386: add x86_cpu_unrealizefn() - - - - --- 2016-06-24 Igor Mammedov New
[v2,18/18] pc: make device_del CPU work for x86 CPUs - - - - --- 2016-06-24 Igor Mammedov New
target-sparc: fix register corruption in ldstub if there is no write permission - - 1 - --- 2016-06-24 Mark Cave-Ayland New
[PULL] qemu-sparc update - - - - --- 2016-06-24 Mark Cave-Ayland New
target-ppc: Eliminate redundant and incorrect function booke206_page_size_to_tlb - - - - --- 2016-06-24 alarson@ddci.com New
target-ppc: gen_pause for instructions: yield, mdoio, mdoom, miso 1 - - - --- 2016-06-24 alarson@ddci.com New
hw/ptimer: Don't wrap around counter for expired timer that uses tick handler - - - - --- 2016-06-24 Dmitry Osipenko New
[v2] hw/ptimer: Don't wrap around counter for expired timer that uses tick handler - - - 1 --- 2016-06-25 Dmitry Osipenko New
[v4,01/14] nbd: Fix bad flag detection on server - - - - --- 2016-06-25 Eric Blake New
[v4,02/14] nbd: Add qemu-nbd -D for human-readable description - - - - --- 2016-06-25 Eric Blake New
[v4,03/14] nbd: Limit nbdflags to 16 bits - - - - --- 2016-06-25 Eric Blake New
[v4,04/14] nbd: Treat flags vs. command type as separate fields - - - - --- 2016-06-25 Eric Blake New
[v4,05/14] nbd: Share common reply-sending code in server - - - - --- 2016-06-25 Eric Blake New
« 1 2 ... 1464 1465 14664308 4309 »