Show patches with: none      |   304037 patches
« 1 2 ... 1894 1895 18963040 3041 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[PULL,15/27] hw/block/pflash_cfi02: Document the current CFI values [PULL,01/27] tests/pflash-cfi02: Add test for supported CFI commands 1 1 - --- 2019-07-02 Philippe Mathieu-Daudé New
[PULL,14/27] hw/block/pflash_cfi02: Remove pointless local variable [PULL,01/27] tests/pflash-cfi02: Add test for supported CFI commands - 2 1 --- 2019-07-02 Philippe Mathieu-Daudé New
[PULL,13/27] tests/pflash-cfi02: Refactor to support testing multiple configurations [PULL,01/27] tests/pflash-cfi02: Add test for supported CFI commands - 2 1 --- 2019-07-02 Philippe Mathieu-Daudé New
[PULL,12/27] hw/block/pflash_cfi02: Fix command address comparison [PULL,01/27] tests/pflash-cfi02: Add test for supported CFI commands 3 - - --- 2019-07-02 Philippe Mathieu-Daudé New
[PULL,11/27] hw/block/pflash_cfi02: Unify the MemoryRegionOps [PULL,01/27] tests/pflash-cfi02: Add test for supported CFI commands - 2 1 --- 2019-07-02 Philippe Mathieu-Daudé New
[PULL,10/27] hw/block/pflash_cfi02: Extract the pflash_data_read() function [PULL,01/27] tests/pflash-cfi02: Add test for supported CFI commands - 2 1 --- 2019-07-02 Philippe Mathieu-Daudé New
[PULL,09/27] hw/block/pflash_cfi02: Use the ldst API in pflash_read() [PULL,01/27] tests/pflash-cfi02: Add test for supported CFI commands - 2 1 --- 2019-07-02 Philippe Mathieu-Daudé New
[PULL,08/27] hw/block/pflash_cfi02: Use the ldst API in pflash_write() [PULL,01/27] tests/pflash-cfi02: Add test for supported CFI commands - 2 1 --- 2019-07-02 Philippe Mathieu-Daudé New
[PULL,07/27] hw/block/pflash_cfi02: Simplify a statement using fall through [PULL,01/27] tests/pflash-cfi02: Add test for supported CFI commands - 2 1 --- 2019-07-02 Philippe Mathieu-Daudé New
[PULL,06/27] hw/block/pflash_cfi02: Add helpers to manipulate the status bits [PULL,01/27] tests/pflash-cfi02: Add test for supported CFI commands - 2 1 --- 2019-07-02 Philippe Mathieu-Daudé New
[PULL,05/27] hw/block/pflash_cfi02: Add an enum to define the write cycles [PULL,01/27] tests/pflash-cfi02: Add test for supported CFI commands - 2 1 --- 2019-07-02 Philippe Mathieu-Daudé New
[PULL,04/27] hw/block/pflash_cfi02: Fix debug format string [PULL,01/27] tests/pflash-cfi02: Add test for supported CFI commands - 2 1 --- 2019-07-02 Philippe Mathieu-Daudé New
[PULL,03/27] hw/block/pflash: Simplify trace_pflash_data_read/write() [PULL,01/27] tests/pflash-cfi02: Add test for supported CFI commands - 1 - --- 2019-07-02 Philippe Mathieu-Daudé New
[PULL,02/27] hw/block/pflash: Simplify trace_pflash_io_read/write() [PULL,01/27] tests/pflash-cfi02: Add test for supported CFI commands - 2 - --- 2019-07-02 Philippe Mathieu-Daudé New
[PULL,01/27] tests/pflash-cfi02: Add test for supported CFI commands [PULL,01/27] tests/pflash-cfi02: Add test for supported CFI commands 1 1 1 --- 2019-07-02 Philippe Mathieu-Daudé New
[PULL,00/27] pflash-next patches - - - --- 2019-07-02 Philippe Mathieu-Daudé New
[v2,9/9] hw/block/pflash_cfi01: Hold the PRI table offset in a variable hw/block/pflash_cfi01: Add DeviceReset() handler - 1 - --- 2019-07-02 Philippe Mathieu-Daudé New
[v2,8/9] hw/block/pflash_cfi01: Replace DPRINTF by qemu_log_mask(GUEST_ERROR) hw/block/pflash_cfi01: Add DeviceReset() handler - 1 - --- 2019-07-02 Philippe Mathieu-Daudé New
[v2,7/9] hw/block/pflash_cfi01: Improve command comments hw/block/pflash_cfi01: Add DeviceReset() handler - 1 - --- 2019-07-02 Philippe Mathieu-Daudé New
[v2,6/9] hw/block/pflash_cfi01: Simplify CFI_QUERY processing hw/block/pflash_cfi01: Add DeviceReset() handler - 1 - --- 2019-07-02 Philippe Mathieu-Daudé New
[v2,5/9] hw/block/pflash_cfi01: Add the DeviceReset() handler hw/block/pflash_cfi01: Add DeviceReset() handler - - - --- 2019-07-02 Philippe Mathieu-Daudé New
[v2,4/9] hw/block/pflash_cfi01: Start state machine as READY to accept commands hw/block/pflash_cfi01: Add DeviceReset() handler - 2 - --- 2019-07-02 Philippe Mathieu-Daudé New
[v2,3/9] hw/block/pflash_cfi01: Extract pflash_mode_read_array() hw/block/pflash_cfi01: Add DeviceReset() handler - 2 - --- 2019-07-02 Philippe Mathieu-Daudé New
[v2,2/9] hw/block/pflash_cfi01: Use the correct READ_ARRAY value hw/block/pflash_cfi01: Add DeviceReset() handler - 2 - --- 2019-07-02 Philippe Mathieu-Daudé New
[v2,1/9] hw/block/pflash_cfi01: Removed an unused timer hw/block/pflash_cfi01: Add DeviceReset() handler - 3 - --- 2019-07-02 Philippe Mathieu-Daudé New
[PULL,4/4] Deprecate Python 2 support [PULL,1/4] qmp: make qmp-shell work with python3 - 3 - --- 2019-07-01 Eduardo Habkost New
[PULL,3/4] machine.py: minor delinting [PULL,1/4] qmp: make qmp-shell work with python3 - - - --- 2019-07-01 Eduardo Habkost New
[PULL,2/4] python/qemu: split QEMUMachine out from underneath __init__.py [PULL,1/4] qmp: make qmp-shell work with python3 - - - --- 2019-07-01 Eduardo Habkost New
[PULL,1/4] qmp: make qmp-shell work with python3 [PULL,1/4] qmp: make qmp-shell work with python3 - - - --- 2019-07-01 Eduardo Habkost New
[PULL,0/4] Python queue, 2019-07-01 - - - --- 2019-07-01 Eduardo Habkost New
[v2,3/3] iotests: test bitmap moving inside 254 qapi: block-dirty-bitmap-remove transaction action - - - --- 2019-07-01 John Snow New
[v2,2/3] qapi: implement block-dirty-bitmap-remove transaction action qapi: block-dirty-bitmap-remove transaction action - - - --- 2019-07-01 John Snow New
[v2,1/3] blockdev: reduce aio_context locked sections in bitmap add/remove qapi: block-dirty-bitmap-remove transaction action - 1 - --- 2019-07-01 John Snow New
[v4,8/8] target/arm: Do not build TCG objects when TCG is off Support disabling TCG on ARM - - - --- 2019-07-01 Philippe Mathieu-Daudé New
[v4,7/8] RFC target/arm: Do not build A/M-profile cpus when using KVM Support disabling TCG on ARM - - - --- 2019-07-01 Philippe Mathieu-Daudé New
[v4,6/8] RFC target/arm: Restrict R and M profiles to TCG Support disabling TCG on ARM - - - --- 2019-07-01 Philippe Mathieu-Daudé New
[v4,5/8] RFC target/arm: Do not build pre-ARMv7 cpus when using KVM Support disabling TCG on ARM - - - --- 2019-07-01 Philippe Mathieu-Daudé New
[v4,4/8] RFC target/arm: Restrict pre-ARMv7 cpus to TCG Support disabling TCG on ARM - - - --- 2019-07-01 Philippe Mathieu-Daudé New
[v4,3/8] target/arm/helper: Move M profile routines to m_helper.c Support disabling TCG on ARM - - - --- 2019-07-01 Philippe Mathieu-Daudé New
[v4,2/8] target/arm: Restrict semi-hosting to TCG Support disabling TCG on ARM - 1 - --- 2019-07-01 Philippe Mathieu-Daudé New
[v4,1/8] target/arm: Move debug routines to debug_helper.c Support disabling TCG on ARM - - - --- 2019-07-01 Philippe Mathieu-Daudé New
[v2,2/2] ipmi: Add a UUID device property Add a UUID device property to IPMI - 1 - --- 2019-07-01 Corey Minyard New
[v2,1/2] qdev: Add a no default uuid property Add a UUID device property to IPMI - - - --- 2019-07-01 Corey Minyard New
[PULL,1/1] Update OpenBIOS images to c79e0ec built from submodule. [PULL,1/1] Update OpenBIOS images to c79e0ec built from submodule. - - - --- 2019-07-01 Mark Cave-Ayland New
[PULL,0/1] qemu-openbios queue 20190701 - - - --- 2019-07-01 Mark Cave-Ayland New
migration: move port_attr inside CONFIG_LINUX migration: move port_attr inside CONFIG_LINUX - 2 1 --- 2019-07-01 Alex Bennée New
[PULL,46/46] target/arm: Declare some M-profile functions publicly [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,45/46] target/arm: Declare arm_log_exception() function publicly [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,44/46] target/arm: Restrict PSCI to TCG [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,43/46] target/arm/vfp_helper: Restrict the SoftFloat use to TCG [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,42/46] target/arm/vfp_helper: Extract vfp_set_fpscr_from_host() [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,41/46] target/arm/vfp_helper: Extract vfp_set_fpscr_to_host() [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,40/46] target/arm/vfp_helper: Move code around [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,39/46] target/arm: Move TLB related routines to tlb_helper.c [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,38/46] target/arm: Declare get_phys_addr() function publicly [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,37/46] target/arm: Move CPU state dumping routines to cpu.c [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,36/46] target/arm: Move the DC ZVA helper into op_helper [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 4 - --- 2019-07-01 Peter Maydell New
[PULL,35/46] target/arm: Fix coding style issues [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,34/46] target/arm: Fix multiline comment syntax [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,33/46] target/arm/helper: Remove unused include [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,32/46] target/arm: Add copyright boilerplate [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 3 - --- 2019-07-01 Peter Maydell New
[PULL,31/46] target/arm: Makefile cleanup (softmmu) [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,30/46] target/arm: Makefile cleanup (KVM) [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,29/46] target/arm: Makefile cleanup (ARM) [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,28/46] target/arm: Makefile cleanup (Aarch64) [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,27/46] hw/arm: Add arm SBSA reference machine, devices part [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,26/46] hw/arm: Add arm SBSA reference machine, skeleton part [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,25/46] aspeed: Link SCU to the watchdog [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 2 - --- 2019-07-01 Peter Maydell New
[PULL,24/46] aspeed: vic: Add support for legacy register interface [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,23/46] hw/misc/aspeed_xdma: New device [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,22/46] aspeed: Add support for the swift-bmc board [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 2 - --- 2019-07-01 Peter Maydell New
[PULL,21/46] aspeed/smc: add a 'sdram_base' property [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 2 - --- 2019-07-01 Peter Maydell New
[PULL,20/46] aspeed: add a RAM memory region container [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,19/46] aspeed: remove the "ram" link [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,18/46] aspeed/timer: Ensure positive muldiv delta [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 2 - --- 2019-07-01 Peter Maydell New
[PULL,17/46] aspeed/timer: Fix match calculations [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - - - --- 2019-07-01 Peter Maydell New
[PULL,16/46] aspeed/timer: Status register contains reload for stopped timer [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,15/46] aspeed/timer: Fix behaviour running Linux [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - - - --- 2019-07-01 Peter Maydell New
[PULL,14/46] aspeed: add support for multiple NICs [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,13/46] aspeed: introduce a configurable number of CPU per machine [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,12/46] hw/arm/aspeed: Add RTC to SoC [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,11/46] hw: timer: Add ASPEED RTC device [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,10/46] aspeed: add a per SoC mapping for the memory space [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 2 - --- 2019-07-01 Peter Maydell New
[PULL,09/46] aspeed: add a per SoC mapping for the interrupt space [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 2 - --- 2019-07-01 Peter Maydell New
[PULL,08/46] i.mx7d: pci: Update PCI IRQ mapping to match HW [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,07/46] pci: designware: Update MSI mapping when MSI address changes [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd 1 1 - --- 2019-07-01 Peter Maydell New
[PULL,06/46] pci: designware: Update MSI mapping unconditionally [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd 1 1 - --- 2019-07-01 Peter Maydell New
[PULL,05/46] i.mx7d: Add no-op/unimplemented PCIE PHY IP block [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,04/46] i.mx7d: Add no-op/unimplemented APBH DMA module [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,03/46] hw/arm/virt: Add support for Cortex-A7 [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 2 - --- 2019-07-01 Peter Maydell New
[PULL,02/46] hw/arm/msf2-som: Exit when the cpu is not the expected one [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 2 - --- 2019-07-01 Peter Maydell New
[PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd [PULL,01/46] hw/arm/boot: fix direct kernel boot with initrd - 1 - --- 2019-07-01 Peter Maydell New
[PULL,00/46] target-arm queue - - - --- 2019-07-01 Peter Maydell New
[v2] target/riscv: Hardwire mcounter.TM and upper bits of [m|s]counteren [v2] target/riscv: Hardwire mcounter.TM and upper bits of [m|s]counteren - 1 - --- 2019-07-01 Jonathan Behrens New
[v2,2/2] .travis.yml: Let the avocado job run the NeXTcube tests tests/acceptance: Add test of NeXTcube framebuffer using OCR - - - --- 2019-07-01 Philippe Mathieu-Daudé New
[v2,1/2] tests/acceptance: Add test of NeXTcube framebuffer using OCR tests/acceptance: Add test of NeXTcube framebuffer using OCR - - - --- 2019-07-01 Philippe Mathieu-Daudé New
[v2,4/4] hw/i386: Introduce the microvm machine type Introduce the microvm machine type - - - --- 2019-07-01 Sergio Lopez New
[v2,3/4] hw/i386: Factorize PVH related functions Introduce the microvm machine type - - - --- 2019-07-01 Sergio Lopez New
[v2,2/4] hw/i386: Add an Intel MPTable generator Introduce the microvm machine type - - - --- 2019-07-01 Sergio Lopez New
[v2,1/4] hw/virtio: Factorize virtio-mmio headers Introduce the microvm machine type - - - --- 2019-07-01 Sergio Lopez New
« 1 2 ... 1894 1895 18963040 3041 »