Show patches with: none      |   435660 patches
« 1 2 ... 2944 2945 29464356 4357 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v4,09/27] osdep: Introduce qemu_dup - - - - --- 2016-05-10 Fam Zheng New
[v4,08/27] osdep: Add qemu_lock_fd and qemu_unlock_fd - - - - --- 2016-05-10 Fam Zheng New
[v4,07/27] block: Handle image locking during reopen - - - - --- 2016-05-10 Fam Zheng New
[v4,06/27] block: Make bdrv_reopen_{commit, abort} private functions - - - - --- 2016-05-10 Fam Zheng New
[v4,05/27] block: Add bdrv_image_locked - - - - --- 2016-05-10 Fam Zheng New
[v4,04/27] block: Introduce image file locking - - - - --- 2016-05-10 Fam Zheng New
[v4,03/27] blockdev: Add and parse "lock-image" option for block devices - - - - --- 2016-05-10 Fam Zheng New
[v4,02/27] qapi: Add lock-image in blockdev-add options - - - - --- 2016-05-10 Fam Zheng New
[v4,01/27] block: Add BDRV_O_NO_LOCK - - 1 - --- 2016-05-10 Fam Zheng New
[v2,3/3] memory: drop some wrappers that waste cpu cycle - - - - --- 2016-05-10 Gonglei (Arei) New
[v2,2/3] exec: adjust rcu_read_lock requirement - - - - --- 2016-05-10 Gonglei (Arei) New
target-i386: implement CPUID[0xB] (Extended Topology Enumeration) - - - - --- 2016-05-09 Radim Krčmář New
[RFC,3/3] hw/pci-bridge: add the corresponding creation priority flag - - - - --- 2016-05-09 Marcel Apfelbaum New
[RFC,2/3] vl.c: create devices by their creation priority flag - - - - --- 2016-05-09 Marcel Apfelbaum New
[RFC,1/3] qdev: add device creation priority flag - - - - --- 2016-05-09 Marcel Apfelbaum New
[23/23] RFC: hw/intc/arm_gicv3_kvm: Implement get/put functions - - - - --- 2016-05-09 Peter Maydell New
[22/23] NOT-FOR-UPSTREAM: kernel: Add definitions for GICv3 attributes - - - - --- 2016-05-09 Peter Maydell New
[21/23] hw/intc/arm_gicv3: Work around Linux assuming interrupts are group 1 - - - - --- 2016-05-09 Peter Maydell New
[20/23] target-arm/monitor.c: Advertise emulated GICv3 in capabilities - - - - --- 2016-05-09 Peter Maydell New
[19/23] target-arm/machine.c: Allow user to request GICv3 emulation - - - - --- 2016-05-09 Peter Maydell New
[18/23] hw/intc/arm_gicv3: Add IRQ handling CPU interface registers - - - - --- 2016-05-09 Peter Maydell New
[17/23] hw/intc/arm_gicv3: Implement CPU i/f SGI generation registers - - - - --- 2016-05-09 Peter Maydell New
[16/23] hw/intc/arm_gicv3: Implement gicv3_cpuif_update() - - - - --- 2016-05-09 Peter Maydell New
[15/23] hw/intc/arm_gicv3: Implement GICv3 CPU interface registers - - - - --- 2016-05-09 Peter Maydell New
[14/23] hw/intc/arm_gicv3: Implement gicv3_set_irq() - - - - --- 2016-05-09 Peter Maydell New
[13/23] hw/intc/arm_gicv3: Wire up distributor and redistributor MMIO regions - - - - --- 2016-05-09 Peter Maydell New
[12/23] hw/intc/arm_gicv3: Implement GICv3 redistributor registers - - - - --- 2016-05-09 Peter Maydell New
[11/23] hw/intc/arm_gicv3: Implement GICv3 distributor registers - - - - --- 2016-05-09 Peter Maydell New
[10/23] hw/intc/arm_gicv3: Implement functions to identify next pending irq - - - - --- 2016-05-09 Peter Maydell New
[09/23] hw/intc/arm_gicv3: ARM GICv3 device framework - - - - --- 2016-05-09 Peter Maydell New
[08/23] hw/intc/arm_gicv3: Add vmstate descriptors - - - - --- 2016-05-09 Peter Maydell New
[07/23] hw/intc/arm_gicv3: Move irq lines into GICv3CPUState structure - - - - --- 2016-05-09 Peter Maydell New
[06/23] hw/intc/arm_gicv3: Add state information - - - - --- 2016-05-09 Peter Maydell New
[05/23] target-arm: Add mp-affinity property for ARM CPU class - - - - --- 2016-05-09 Peter Maydell New
[04/23] target-arm: Provide hook to tell GICv3 about changes of security state - - - - --- 2016-05-09 Peter Maydell New
[03/23] target-arm: Define new arm_is_el3_or_mon() function - - - - --- 2016-05-09 Peter Maydell New
[02/23] bitops.h: Implement half-shuffle and half-unshuffle ops - - - - --- 2016-05-09 Peter Maydell New
[01/23] migration: Define VMSTATE_UINT64_2DARRAY - - - - --- 2016-05-09 Peter Maydell New
[v6,00/26] IOMMU: Enable interrupt remapping for Intel IOMMU - - - - --- 2016-05-09 Radim Krčmář New
target-mips: fix call to memset in soft reset code - - 1 - --- 2016-05-09 Aurelien Jarno New
[v2] xen-hvm: ignore background I/O sections - - - - --- 2016-05-09 Paul Durrant New
xen-hvm: ignore background I/O sections - - - - --- 2016-05-09 Paul Durrant New
[v2,5/5] ppc: Remove a potential overflow in muldiv64() - - - - --- 2016-05-09 Laurent Vivier New
[v2,4/5] replace muldiv64(a, b, c) by (uint64_t)a * b / c 1 - - - --- 2016-05-09 Laurent Vivier New
[v2,3/5] remove useless muldiv64() - - 1 - --- 2016-05-09 Laurent Vivier New
[v2,2/5] The only 64bit parameter of muldiv64() is the first one. - - 1 - --- 2016-05-09 Laurent Vivier New
[v2,1/5] scripts: add muldiv64() checking coccinelle scripts - - - - --- 2016-05-09 Laurent Vivier New
[PULL,5/5] vga: make sure vga register setup for vbe stays intact (CVE-2016-3712). - - - - --- 2016-05-09 Hoffmann, Gerd New
[PULL,4/5] vga: update vga register setup on vbe changes - - - - --- 2016-05-09 Hoffmann, Gerd New
[PULL,3/5] vga: factor out vga register setup - - - - --- 2016-05-09 Hoffmann, Gerd New
[PULL,2/5] vga: add vbe_enabled() helper - - - - --- 2016-05-09 Hoffmann, Gerd New
[PULL,1/5] vga: fix banked access bounds checking (CVE-2016-3710) - - - - --- 2016-05-09 Hoffmann, Gerd New
[PULL,for-2.6,0/5] vga security fixes (CVE-2016-3710, CVE-2016-3712) - - - - --- 2016-05-09 Hoffmann, Gerd New
[RESEND,v3,8/8] libqos: drop duplicated virtio_pci.h definitions - - - - --- 2016-05-09 Stefan Hajnoczi New
[RESEND,v3,7/8] libqos: drop duplicated virtio_scsi.h definitions - - - - --- 2016-05-09 Stefan Hajnoczi New
[RESEND,v3,6/8] libqos: drop duplicated virtio_blk.h definitions - - - - --- 2016-05-09 Stefan Hajnoczi New
[RESEND,v3,5/8] libqos: drop duplicated virtio_vring.h structs - - - - --- 2016-05-09 Stefan Hajnoczi New
[RESEND,v3,4/8] libqos: drop duplicated virtio_ring.h bit definitions - - - - --- 2016-05-09 Stefan Hajnoczi New
[RESEND,v3,3/8] libqos: drop duplicated virtio_config.h definitions - - - - --- 2016-05-09 Stefan Hajnoczi New
[RESEND,v3,2/8] libqos: drop duplicated PCI vendor ID definition - - - - --- 2016-05-09 Stefan Hajnoczi New
[RESEND,v3,1/8] libqos: use virtio_ids.h for device ID definitions - - - - --- 2016-05-09 Stefan Hajnoczi New
[V10,4/4] hw/pci-host: Emulate AMD IOMMU - - - - --- 2016-05-09 David Kiarie New
[V10,3/4] hw/core: provision for overriding emulated IOMMU - - - - --- 2016-05-09 David Kiarie New
[V10,2/4] hw/i386: ACPI IVRS table - - - - --- 2016-05-09 David Kiarie New
[V10,1/4] hw/i386: Introduce AMD IOMMU - - - - --- 2016-05-09 David Kiarie New
[v2,23/23] libqos: drop duplicated virtio_pci.h definitions - - - - --- 2016-05-09 Stefan Hajnoczi New
[v2,22/23] libqos: drop duplicated virtio_scsi.h definitions - - - - --- 2016-05-09 Stefan Hajnoczi New
[v2,21/23] libqos: drop duplicated virtio_blk.h definitions - - - - --- 2016-05-09 Stefan Hajnoczi New
[v2,20/23] libqos: drop duplicated virtio_vring.h structs - - - - --- 2016-05-09 Stefan Hajnoczi New
[v2,19/23] libqos: drop duplicated virtio_ring.h bit definitions - - - - --- 2016-05-09 Stefan Hajnoczi New
[v2,18/23] libqos: drop duplicated virtio_config.h definitions - - - - --- 2016-05-09 Stefan Hajnoczi New
[v2,17/23] libqos: drop duplicated PCI vendor ID definition - - - - --- 2016-05-09 Stefan Hajnoczi New
[v2,16/23] libqos: use virtio_ids.h for device ID definitions - - - - --- 2016-05-09 Stefan Hajnoczi New
[v2,15/23] Update version for v2.6.0-rc4 release - - - - --- 2016-05-09 Stefan Hajnoczi New
[v2,14/23] Revert "acpi: mark PMTIMER as unlocked" - - - - --- 2016-05-09 Stefan Hajnoczi New
[v2,13/23] configure: Check if struct fsxattr is available from linux header - - - 1 --- 2016-05-09 Stefan Hajnoczi New
[v2,12/23] acpi: fix bios linker loadder COMMAND_ALLOCATE on bigendian host - - 2 1 --- 2016-05-09 Stefan Hajnoczi New
[v2,11/23] vvfat: Fix default volume label - - 3 - --- 2016-05-09 Stefan Hajnoczi New
[v2,10/23] vvfat: Fix volume name assertion - - 2 - --- 2016-05-09 Stefan Hajnoczi New
[v2,09/23] qapi: Don't pass NULL to printf in string input visitor - - - - --- 2016-05-09 Stefan Hajnoczi New
[v2,08/23] slirp: fix guest network access with darwin host - - 1 - --- 2016-05-09 Stefan Hajnoczi New
[v2,07/23] target-mips: Fix RDHWR exception host PC - - 2 - --- 2016-05-09 Stefan Hajnoczi New
[v2,06/23] qom: -object error messages lost location, restore it - - 2 - --- 2016-05-09 Stefan Hajnoczi New
[v2,05/23] replay: Fix dangling location bug in replay_configure() - - 2 - --- 2016-05-09 Stefan Hajnoczi New
[v2,04/23] QemuOpts: Fix qemu_opts_foreach() dangling location regression - - 1 - --- 2016-05-09 Stefan Hajnoczi New
[v2,03/23] spapr_drc: fix aborts during DRC-count based hotplug - - - - --- 2016-05-09 Stefan Hajnoczi New
[v2,02/23] usb/uhci: move pid check - - - 1 --- 2016-05-09 Stefan Hajnoczi New
[v2,01/23] hw/ppc/spapr: Fix crash when specifying bad parameters to spapr-pci-host-bridge - - - - --- 2016-05-09 Stefan Hajnoczi New
[v4,00/16] IOMMU: Enable interrupt remapping for Intel IOMMU - - - - --- 2016-05-09 Paolo Bonzini New
[libvirt,v2,3/8] Add support for fetching statistics of completed jobs - - - - --- 2016-05-09 Philipp Hahn New
qemu-io: Fix memory leak in 'aio_write -z' - - 1 - --- 2016-05-09 Kevin Wolf New
[RFC,14/14] DO NOT APPLY: hack to make 2nd CPU APIC ID to be x2APIC one - - - - --- 2016-05-09 Igor Mammedov New
[RFC,13/14] pc: q35: bump max_cpus to 288 - - - - --- 2016-05-09 Igor Mammedov New
[RFC,12/14] pc: add 'etc/boot-cpus' fw_cfg file for machine with more than 255 CPUs - - - - --- 2016-05-09 Igor Mammedov New
[RFC,11/14] increase MAX_CPUMASK_BITS from 255 to 288 - - 1 - --- 2016-05-09 Igor Mammedov New
[RFC,10/14] pc: clarify FW_CFG_MAX_CPUS usage comment - - - - --- 2016-05-09 Igor Mammedov New
[RFC,09/14] pc: kvm_apic: pass APIC ID depending on xAPIC/x2APIC mode - - - - --- 2016-05-09 Igor Mammedov New
[RFC,08/14] pc: apic_common: reset APIC ID to initial ID when switching into x2APIC mode - - - - --- 2016-05-09 Igor Mammedov New
[RFC,07/14] pc: apic_common: restore APIC ID to initial ID on reset - - - - --- 2016-05-09 Igor Mammedov New
[RFC,06/14] pc: apic_common: extend APIC ID property to 32bit - - - - --- 2016-05-09 Igor Mammedov New
« 1 2 ... 2944 2945 29464356 4357 »