Show patches with: Archived = No       |   431455 patches
« 1 2 ... 1863 1864 18654314 4315 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[15/19] nvic: Handle v8M changes in nvic_exec_prio() ARMv8M: support security extn in the NVIC - - 1 - --- 2017-09-12 Peter Maydell New
[16/19] target/arm: Handle banking in negative-execution-priority check in cpu_mmu_index() ARMv8M: support security extn in the NVIC - - 1 - --- 2017-09-12 Peter Maydell New
[17/19] nvic: Make ICSR banked for v8M ARMv8M: support security extn in the NVIC - - 1 - --- 2017-09-12 Peter Maydell New
[18/19] nvic: Make SHCSR banked for v8M ARMv8M: support security extn in the NVIC - - 1 - --- 2017-09-12 Peter Maydell New
[19/19] nvic: Support banked exceptions in acknowledge and complete ARMv8M: support security extn in the NVIC - - 1 - --- 2017-09-12 Peter Maydell New
spapr_events: use QTAILQ_FOREACH_SAFE() in spapr_clear_pending_events() spapr_events: use QTAILQ_FOREACH_SAFE() in spapr_clear_pending_events() - - - - --- 2017-09-12 Greg Kurz New
[v7,01/20] block: Make bdrv_img_create() size selection easier to read make dirty-bitmap byte-based - - 1 - --- 2017-09-12 Eric Blake New
[v7,02/20] hbitmap: Rename serialization_granularity to serialization_align make dirty-bitmap byte-based - - 1 - --- 2017-09-12 Eric Blake New
[v7,03/20] qcow2: Ensure bitmap serialization is aligned make dirty-bitmap byte-based - - 1 - --- 2017-09-12 Eric Blake New
[v7,04/20] dirty-bitmap: Drop unused functions make dirty-bitmap byte-based - - 1 - --- 2017-09-12 Eric Blake New
[v7,05/20] dirty-bitmap: Check for size query failure during truncate make dirty-bitmap byte-based - - - - --- 2017-09-12 Eric Blake New
[v7,06/20] dirty-bitmap: Change bdrv_dirty_bitmap_size() to report bytes make dirty-bitmap byte-based - - 1 - --- 2017-09-12 Eric Blake New
[v7,07/20] dirty-bitmap: Track bitmap size by bytes make dirty-bitmap byte-based - - 1 - --- 2017-09-12 Eric Blake New
[v7,08/20] dirty-bitmap: Change bdrv_dirty_bitmap_*serialize*() to take bytes make dirty-bitmap byte-based - - 1 - --- 2017-09-12 Eric Blake New
[v7,09/20] qcow2: Switch sectors_covered_by_bitmap_cluster() to byte-based make dirty-bitmap byte-based - - 1 - --- 2017-09-12 Eric Blake New
[v7,10/20] dirty-bitmap: Set iterator start by offset, not sector make dirty-bitmap byte-based - - 1 - --- 2017-09-12 Eric Blake New
[v7,11/20] dirty-bitmap: Change bdrv_dirty_iter_next() to report byte offset make dirty-bitmap byte-based - - 1 - --- 2017-09-12 Eric Blake New
[v7,12/20] dirty-bitmap: Change bdrv_get_dirty_count() to report bytes make dirty-bitmap byte-based - - 1 - --- 2017-09-12 Eric Blake New
[v7,13/20] dirty-bitmap: Change bdrv_get_dirty_locked() to take bytes make dirty-bitmap byte-based - - 2 - --- 2017-09-12 Eric Blake New
[v7,14/20] dirty-bitmap: Change bdrv_[re]set_dirty_bitmap() to use bytes make dirty-bitmap byte-based - - 1 - --- 2017-09-12 Eric Blake New
[v7,15/20] mirror: Switch mirror_dirty_init() to byte-based iteration make dirty-bitmap byte-based - - 1 - --- 2017-09-12 Eric Blake New
[v7,16/20] qcow2: Switch qcow2_measure() to byte-based iteration make dirty-bitmap byte-based - - 1 - --- 2017-09-12 Eric Blake New
[v7,17/20] qcow2: Switch load_bitmap_data() to byte-based iteration make dirty-bitmap byte-based - - 2 - --- 2017-09-12 Eric Blake New
[v7,18/20] qcow2: Switch store_bitmap_data() to byte-based iteration make dirty-bitmap byte-based - - 2 - --- 2017-09-12 Eric Blake New
[v7,19/20] dirty-bitmap: Switch bdrv_set_dirty() to bytes make dirty-bitmap byte-based - - 1 - --- 2017-09-12 Eric Blake New
[v7,20/20] dirty-bitmap: Convert internal hbitmap size/granularity make dirty-bitmap byte-based - - 1 - --- 2017-09-12 Eric Blake New
[v5,01/22] instrument: Add documentation instrument: Add basic event instrumentation - - - - --- 2017-09-12 Lluís Vilanova New
[v5,02/22] instrument: Add configure-time flag instrument: Add basic event instrumentation - - - - --- 2017-09-12 Lluís Vilanova New
[v5,03/22] instrument: Add generic library loader instrument: Add basic event instrumentation - - - - --- 2017-09-12 Lluís Vilanova New
[v5,04/22] instrument: [linux-user] Add command line library loader instrument: Add basic event instrumentation - - - - --- 2017-09-12 Lluís Vilanova New
accel/tcg: move USER code to user-exec.c accel/tcg: move USER code to user-exec.c - - - - --- 2017-09-12 Philippe Mathieu-Daudé New
[v5,05/22] instrument: [bsd-user] Add command line library loader instrument: Add basic event instrumentation - - - - --- 2017-09-12 Lluís Vilanova New
[v5,06/22] instrument: [softmmu] Add command line library loader instrument: Add basic event instrumentation - - - - --- 2017-09-12 Lluís Vilanova New
[v5,07/22] instrument: [qapi] Add library loader instrument: Add basic event instrumentation - - - - --- 2017-09-12 Lluís Vilanova New
[v5,08/22] instrument: [hmp] Add library loader instrument: Add basic event instrumentation - - - - --- 2017-09-12 Lluís Vilanova New
[v5,09/22] instrument: Add basic control interface instrument: Add basic event instrumentation - - - - --- 2017-09-12 Lluís Vilanova New
[v5,10/22] instrument: Add support for tracing events instrument: Add basic event instrumentation - - - - --- 2017-09-12 Lluís Vilanova New
[v5,11/22] instrument: Track vCPUs instrument: Add basic event instrumentation - - - - --- 2017-09-12 Lluís Vilanova New
[v5,12/22] instrument: Add event 'guest_cpu_enter' instrument: Add basic event instrumentation - - - - --- 2017-09-12 Lluís Vilanova New
[v5,13/22] instrument: Support synchronous modification of vCPU state instrument: Add basic event instrumentation - - - - --- 2017-09-12 Lluís Vilanova New
[v5,14/22] exec: Add function to synchronously flush TB on a stopped vCPU instrument: Add basic event instrumentation - - - - --- 2017-09-12 Lluís Vilanova New
[v5,15/22] instrument: Add event 'guest_cpu_exit' instrument: Add basic event instrumentation - - - - --- 2017-09-12 Lluís Vilanova New
[v5,16/22] instrument: Add event 'guest_cpu_reset' instrument: Add basic event instrumentation - - - - --- 2017-09-12 Lluís Vilanova New
[v5,17/22] trace: Introduce a proper structure to describe memory accesses instrument: Add basic event instrumentation - - - - --- 2017-09-12 Lluís Vilanova New
[v5,18/22] instrument: Add event 'guest_mem_before_trans' instrument: Add basic event instrumentation - - - - --- 2017-09-12 Lluís Vilanova New
[v5,19/22] instrument: Add event 'guest_mem_before_exec' instrument: Add basic event instrumentation - - - - --- 2017-09-12 Lluís Vilanova New
[v5,20/22] instrument: Add event 'guest_user_syscall' instrument: Add basic event instrumentation - - - - --- 2017-09-12 Lluís Vilanova New
[v2,1/2] spapr: introduce common helper to write HPT address to KVM PR spapr: fix migration with nested KVM PR - - - - --- 2017-09-12 Greg Kurz New
[v2,2/2] spapr: preserve SDR1 during migration spapr: fix migration with nested KVM PR - - - - --- 2017-09-12 Greg Kurz New
[v5,21/22] instrument: Add event 'guest_user_syscall_ret' instrument: Add basic event instrumentation - - - - --- 2017-09-12 Lluís Vilanova New
[v5,22/22] instrument: Add API to manipulate guest memory instrument: Add basic event instrumentation - - - - --- 2017-09-12 Lluís Vilanova New
[v2] trace: Immediately apply per-vCPU state changes if a vCPU is being created [v2] trace: Immediately apply per-vCPU state changes if a vCPU is being created - - 1 - --- 2017-09-12 Lluís Vilanova New
[v7,01/13] gitignore: Ignore vm test images [v7,01/13] gitignore: Ignore vm test images - - - - --- 2017-09-13 Fam Zheng New
MAINTAINERS: add DUMP entry MAINTAINERS: add DUMP entry - - - - --- 2017-09-13 Peter Xu New
[PULL,1/6] vga: fix display update region calculation (split screen) [PULL,1/6] vga: fix display update region calculation (split screen) - - - - --- 2017-09-13 Gerd Hoffmann New
[PULL,6/6] virtio-gpu: don't clear QemuUIInfo information on reset Untitled series #2825 - - 1 - --- 2017-09-13 Gerd Hoffmann New
throttle: Assert that bkt->max is valid in throttle_compute_wait() throttle: Assert that bkt->max is valid in throttle_compute_wait() - - 1 - --- 2017-09-13 Alberto Garcia New
[PULL,0/4] Ui 20170913 patches - - - - --- 2017-09-13 Gerd Hoffmann New
[PULL,1/4] pixman: drop submodule [PULL,1/4] pixman: drop submodule - - - - --- 2017-09-13 Gerd Hoffmann New
[PULL,2/4] pixman: drop configure switches [PULL,1/4] pixman: drop submodule - - - - --- 2017-09-13 Gerd Hoffmann New
[PULL,3/4] console: fix dpy_gfx_replace_surface assert [PULL,1/4] pixman: drop submodule - - 1 - --- 2017-09-13 Gerd Hoffmann New
[PULL,4/4] console: add question-mark escape operator [PULL,1/4] pixman: drop submodule - - - - --- 2017-09-13 Gerd Hoffmann New
[v4,01/14] hvf: add support for Hypervisor.framework in the configure script add support for Hypervisor.framework in QEMU - - - - --- 2017-09-13 Sergio Andres Gomez Del Real New
[v4,02/14] hvf: add code base from Google's QEMU repository add support for Hypervisor.framework in QEMU - - - - --- 2017-09-13 Sergio Andres Gomez Del Real New
[v4,03/14] hvf: fix licensing issues; isolate task handling code (GPL v2-only) add support for Hypervisor.framework in QEMU - - - - --- 2017-09-13 Sergio Andres Gomez Del Real New
[v4,04/14] hvf: run hvf code through checkpatch.pl and fix style issues add support for Hypervisor.framework in QEMU - - - - --- 2017-09-13 Sergio Andres Gomez Del Real New
[v4,05/14] hvf: add code to cpus.c and do refactoring in preparation for compiling add support for Hypervisor.framework in QEMU - - - - --- 2017-09-13 Sergio Andres Gomez Del Real New
[v4,07/14] apic: add function to apic that will be used by hvf add support for Hypervisor.framework in QEMU - - - - --- 2017-09-13 Sergio Andres Gomez Del Real New
[v4,08/14] hvf: add compilation rules to Makefile.objs add support for Hypervisor.framework in QEMU - - - - --- 2017-09-13 Sergio Andres Gomez Del Real New
[v4,09/14] hvf: use new helper functions for put/get xsave add support for Hypervisor.framework in QEMU - - - - --- 2017-09-13 Sergio Andres Gomez Del Real New
[v4,10/14] hvf: implement hvf_get_supported_cpuid add support for Hypervisor.framework in QEMU - - - - --- 2017-09-13 Sergio Andres Gomez Del Real New
[v4,11/14] hvf: refactor cpuid code add support for Hypervisor.framework in QEMU - - - - --- 2017-09-13 Sergio Andres Gomez Del Real New
[v4,12/14] hvf: implement vga dirty page tracking add support for Hypervisor.framework in QEMU - - - - --- 2017-09-13 Sergio Andres Gomez Del Real New
[v4,13/14] hvf: refactor event injection code for hvf add support for Hypervisor.framework in QEMU - - - - --- 2017-09-13 Sergio Andres Gomez Del Real New
[v4,14/14] hvf: inject General Protection Fault when vmexit through vmcall add support for Hypervisor.framework in QEMU - - - - --- 2017-09-13 Sergio Andres Gomez Del Real New
hw/isa/pc87312: Mark the device with user_creatable = false hw/isa/pc87312: Mark the device with user_creatable = false - - 1 - --- 2017-09-13 Thomas Huth New
[v3] scripts: let checkpatch.pl process an entire GIT branch [v3] scripts: let checkpatch.pl process an entire GIT branch - - - - --- 2017-09-13 Daniel P. Berrangé New
[v2,1/3] iotests: use -ccw on s390x for 040, 139, and 182 iotests: cure s390x failures by switching to ccw/aliases - - 1 - --- 2017-09-13 Cornelia Huck New
[v2,2/3] iotests: use -ccw on s390x for 051 iotests: cure s390x failures by switching to ccw/aliases - - 2 - --- 2017-09-13 Cornelia Huck New
[v2,3/3] iotests: use virtio aliases for 067 iotests: cure s390x failures by switching to ccw/aliases - - 1 - --- 2017-09-13 Cornelia Huck New
[PULL,0/4] Usb 20170913 patches - - - - --- 2017-09-13 Gerd Hoffmann New
[PULL,1/4] xhci: Avoid DMA when ERSTBA is set to zero [PULL,1/4] xhci: Avoid DMA when ERSTBA is set to zero - - - - --- 2017-09-13 Gerd Hoffmann New
[PULL,2/4] MAINTAINERS: add missing USB entry [PULL,1/4] xhci: Avoid DMA when ERSTBA is set to zero - - 1 - --- 2017-09-13 Gerd Hoffmann New
[PULL,3/4] usb: drop HOST_USB [PULL,1/4] xhci: Avoid DMA when ERSTBA is set to zero - - 2 - --- 2017-09-13 Gerd Hoffmann New
[PULL,4/4] usb: only build usb-host with CONFIG_USB=y [PULL,1/4] xhci: Avoid DMA when ERSTBA is set to zero - - 2 1 --- 2017-09-13 Gerd Hoffmann New
[1/4] libqtest: add qmp_device_del() qtest: fix "device_del" out-of-order events - - - - --- 2017-09-13 Peter Xu New
[2/4] tests: use qmp_device_del() where proper qtest: fix "device_del" out-of-order events - - - - --- 2017-09-13 Peter Xu New
[3/4] libqtest: add qmp_device_add() qtest: fix "device_del" out-of-order events - - - - --- 2017-09-13 Peter Xu New
[4/4] tests: use qmp_device_add() where proper qtest: fix "device_del" out-of-order events - - - - --- 2017-09-13 Peter Xu New
[v4,1/3] hw/pci-host/gpex: Set INTx index/gsi mapping Generic PCIe host bridge INTx determination for INTx routing - - 1 1 --- 2017-09-13 Eric Auger New
[v4,2/3] hw/arm/virt: Set INTx/gsi mapping Generic PCIe host bridge INTx determination for INTx routing - - 1 1 --- 2017-09-13 Eric Auger New
[v4,3/3] hw/pci-host/gpex: Implement PCI INTx routing Generic PCIe host bridge INTx determination for INTx routing - - 1 1 --- 2017-09-13 Eric Auger New
[v6,01/22] instrument: Add documentation instrument: Add basic event instrumentation - - - - --- 2017-09-13 Lluís Vilanova New
[v6,02/22] instrument: Add configure-time flag instrument: Add basic event instrumentation - - - - --- 2017-09-13 Lluís Vilanova New
[v6,03/22] instrument: Add generic library loader instrument: Add basic event instrumentation - - - - --- 2017-09-13 Lluís Vilanova New
[v6,04/22] instrument: [linux-user] Add command line library loader instrument: Add basic event instrumentation - - - - --- 2017-09-13 Lluís Vilanova New
[v6,05/22] instrument: [bsd-user] Add command line library loader instrument: Add basic event instrumentation - - - - --- 2017-09-13 Lluís Vilanova New
[v6,06/22] instrument: [softmmu] Add command line library loader instrument: Add basic event instrumentation - - - - --- 2017-09-13 Lluís Vilanova New
block: Clean up some bad code in the vvfat driver block: Clean up some bad code in the vvfat driver - - 2 - --- 2017-09-13 Thomas Huth New
[v6,07/22] instrument: [qapi] Add library loader instrument: Add basic event instrumentation - - - - --- 2017-09-13 Lluís Vilanova New
« 1 2 ... 1863 1864 18654314 4315 »