Show patches with: Submitter = Philippe Mathieu-Daudé       |    State = Action Required       |    Archived = No       |   473 patches
« 1 2 3 44 5 »
Patch Series S/W/F Date Submitter Delegate State
[v2,2/2] tests/acceptance: Add Test.fetch_asset(cancel_on_missing=True) Acceptance Tests: update assets location and cancel tests if missing --- 2020-09-08 Philippe Mathieu-Daudé New
[v2,1/2] tests: bump avocado version Acceptance Tests: update assets location and cancel tests if missing --- 2020-09-08 Philippe Mathieu-Daudé New
[RFC,v5,3/4] util/vfio-helpers: Introduce qemu_vfio_pci_init_msix_irqs() util/vfio-helpers: Add support for multiple IRQs --- 2020-09-08 Philippe Mathieu-Daudé New
[RFC,v5,2/4] util/vfio-helpers: Report error when IOMMU page size is not supported util/vfio-helpers: Add support for multiple IRQs --- 2020-09-08 Philippe Mathieu-Daudé New
[v2,5/6] hw/xen: Split x86-specific declaration from generic hardware ones hw/xen: Housekeeping --- 2020-09-08 Philippe Mathieu-Daudé New
[v2,3/6] sysemu/xen: Add missing 'exec/cpu-common.h' header for ram_addr_t type hw/xen: Housekeeping --- 2020-09-08 Philippe Mathieu-Daudé New
[5/5] typedefs: Restrict PCMachineState to 'hw/i386/pc.h' hw/xen: Housekeeping --- 2020-09-08 Philippe Mathieu-Daudé New
[3/5] stubs: Split accelerator / hardware related stubs hw/xen: Housekeeping --- 2020-09-08 Philippe Mathieu-Daudé New
[2/5] hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc() hw/xen: Housekeeping --- 2020-09-08 Philippe Mathieu-Daudé New
[1/5] hw/i386/q35: Remove unreachable Xen code on Q35 machine hw/xen: Housekeeping --- 2020-09-08 Philippe Mathieu-Daudé New
hw/core/cpu: Add missing 'exec/cpu-common.h' include hw/core/cpu: Add missing 'exec/cpu-common.h' include --- 2020-09-08 Philippe Mathieu-Daudé New
[v2] scripts/git.orderfile: Display meson files along with buildsys ones [v2] scripts/git.orderfile: Display meson files along with buildsys ones --- 2020-09-07 Philippe Mathieu-Daudé New
hw/s390x/css: Remove double initialization hw/s390x/css: Remove double initialization --- 2020-09-07 Philippe Mathieu-Daudé New
[v2,2/2] hw/char/serial: Remove TYPE_SERIAL_IO (superset of TYPE_SERIAL_MM) hw/char: Remove TYPE_SERIAL_IO --- 2020-09-07 Philippe Mathieu-Daudé New
[v2,1/2] hw/mips/mipssim: Use MMIO serial device on fake ISA I/O hw/char: Remove TYPE_SERIAL_IO --- 2020-09-07 Philippe Mathieu-Daudé New
[12/13] dma: Let dma_memory_read/write() take MemTxAttrs argument dma: Let the DMA API take MemTxAttrs argument and propagate MemTxResult --- 2020-09-04 Philippe Mathieu-Daudé New
[11/13] dma: Let dma_memory_rw() take MemTxAttrs argument dma: Let the DMA API take MemTxAttrs argument and propagate MemTxResult --- 2020-09-04 Philippe Mathieu-Daudé New
[09/13] dma: Let dma_memory_set() take MemTxAttrs argument dma: Let the DMA API take MemTxAttrs argument and propagate MemTxResult --- 2020-09-04 Philippe Mathieu-Daudé New
[01/13] pci: pass along the return value of dma_memory_rw dma: Let the DMA API take MemTxAttrs argument and propagate MemTxResult --- 2020-09-04 Philippe Mathieu-Daudé New
[3/3] block/nvme: Pair doorbell registers block/nvme: Use NvmeBar structure from "block/nvme.h" --- 2020-09-04 Philippe Mathieu-Daudé New
[2/3] block/nvme: Use generic NvmeBar structure block/nvme: Use NvmeBar structure from "block/nvme.h" --- 2020-09-04 Philippe Mathieu-Daudé New
[1/3] block/nvme: Group controller registers in NVMeRegs structure block/nvme: Use NvmeBar structure from "block/nvme.h" --- 2020-09-04 Philippe Mathieu-Daudé New
[2/2] hw/timer/hpet: Fix DPRINTF format string [1/2] hw/timer/hpet: Remove dead code --- 2020-09-03 Philippe Mathieu-Daudé New
[v7,07/15] block/nvme: Rename local variable block/nvme: Various cleanups required to use multiple queues --- 2020-09-03 Philippe Mathieu-Daudé New
[v7,04/15] block/nvme: Define INDEX macros to ease code review block/nvme: Various cleanups required to use multiple queues --- 2020-09-03 Philippe Mathieu-Daudé New
[v7,03/15] block/nvme: Let nvme_create_queue_pair() fail gracefully block/nvme: Various cleanups required to use multiple queues --- 2020-09-03 Philippe Mathieu-Daudé New
[RFC,12/12] dma: Assert when device writes to indirect memory (such MMIO regions) hw: Forbid DMA write accesses to MMIO regions --- 2020-09-03 Philippe Mathieu-Daudé New
[09/12] dma: Let load/store DMA functions take MemTxAttrs argument hw: Forbid DMA write accesses to MMIO regions --- 2020-09-03 Philippe Mathieu-Daudé New
[04/12] dma: Let dma_memory_rw_relaxed() take MemTxAttrs argument hw: Forbid DMA write accesses to MMIO regions --- 2020-09-03 Philippe Mathieu-Daudé New
[03/12] dma: Let dma_memory_set() take MemTxAttrs argument hw: Forbid DMA write accesses to MMIO regions --- 2020-09-03 Philippe Mathieu-Daudé New
tests/qtest/tpm: Declare input buffers const and static tests/qtest/tpm: Declare input buffers const and static --- 2020-09-02 Philippe Mathieu-Daudé New
[5/5] util/qsp: Do not declare local variable only used for assertion misc: Reduce assert side-effects --- 2020-09-02 Philippe Mathieu-Daudé New
[2/5] hw/pci-bridge: Do not declare local variable only used for assertion misc: Reduce assert side-effects --- 2020-09-02 Philippe Mathieu-Daudé New
[v6,10/15] block/nvme: Replace qemu_try_blockalign(bs) by qemu_try_memalign(pg_sz) block/nvme: Various cleanups required to use multiple queues --- 2020-08-21 Philippe Mathieu-Daudé New
hw/isa/isa-superio: Set abstract TYPE_ISA_SUPERIO instance size hw/isa/isa-superio: Set abstract TYPE_ISA_SUPERIO instance size --- 2020-08-21 Philippe Mathieu-Daudé New
[v3,2/2] meson: Do not consider qemu-keymap a 'tool' meson: Build qemu-keymap when configured using --disable-tools --- 2020-08-21 Philippe Mathieu-Daudé New
[v2] meson: Do not consider qemu-keymap a 'tool' [v2] meson: Do not consider qemu-keymap a 'tool' --- 2020-08-21 Philippe Mathieu-Daudé New
configure: Silence shift warning in version_ge() configure: Silence shift warning in version_ge() --- 2020-08-21 Philippe Mathieu-Daudé New
util/vfio-helpers: Unify trace-events size format util/vfio-helpers: Unify trace-events size format --- 2020-08-20 Philippe Mathieu-Daudé New
[v5,09/15] block/nvme: Replace qemu_try_blockalign0 by qemu_try_blockalign/memset block/nvme: Various cleanups required to use multiple queues --- 2020-08-20 Philippe Mathieu-Daudé New
[RFC,v4,1/5] block/nvme: Use an array of EventNotifier [RFC,v4,1/5] block/nvme: Use an array of EventNotifier --- 2020-08-19 Philippe Mathieu-Daudé New
[RFC,v3,4/5] util/vfio-helpers: Introduce qemu_vfio_pci_init_msix_irqs() [RFC,v3,1/5] block/nvme: Use an array of EventNotifier --- 2020-08-18 Philippe Mathieu-Daudé New
[RFC,v3,1/5] block/nvme: Use an array of EventNotifier [RFC,v3,1/5] block/nvme: Use an array of EventNotifier --- 2020-08-18 Philippe Mathieu-Daudé New
ui/gtk: Update refresh interval after widget is realized ui/gtk: Update refresh interval after widget is realized --- 2020-08-17 Philippe Mathieu-Daudé New
[RFC,v2,6/7] util/vfio-helpers: Allow to set EventNotifier to particular IRQ util/vfio-helpers: Add support for multiple IRQs --- 2020-08-13 Philippe Mathieu-Daudé New
[RFC,v2,5/7] util/vfio-helpers: Support multiple eventfd util/vfio-helpers: Add support for multiple IRQs --- 2020-08-13 Philippe Mathieu-Daudé New
[RFC,v2,2/7] util/vfio-helpers: Move IRQ 'type' from pci_init_irq() to open_pci() util/vfio-helpers: Add support for multiple IRQs --- 2020-08-13 Philippe Mathieu-Daudé New
[v4,01/14] block/nvme: Replace magic value by SCALE_MS definition [v4,01/14] block/nvme: Replace magic value by SCALE_MS definition --- 2020-08-12 Philippe Mathieu-Daudé New
[PULL,1/2] tests/acceptance/boot_linux: Extract common URL from xlnx-versal test [PULL,1/2] tests/acceptance/boot_linux: Extract common URL from xlnx-versal test --- 2020-08-12 Philippe Mathieu-Daudé New
[RFC,2/3] util/vfio-helpers: Add trace event to display device IRQs available [RFC,1/3] util/vfio-helpers: Store eventfd using int32_t type --- 2020-08-11 Philippe Mathieu-Daudé New
[RFC,1/3] util/vfio-helpers: Store eventfd using int32_t type [RFC,1/3] util/vfio-helpers: Store eventfd using int32_t type --- 2020-08-11 Philippe Mathieu-Daudé New
[PATCH-for-5.2,2/3] util/qemu-timer: Fix typo in description trivial: Remove 'and and' in descriptions --- 2020-08-11 Philippe Mathieu-Daudé New
[v2,2/2] tests/acceptance/boot_linux: Use stable URL for xlnx-versal test Untitled series #58513 --- 2020-08-10 Philippe Mathieu-Daudé New
[PATCH-for-5.2] memory: Add trace events to audit MemoryRegionOps fields [PATCH-for-5.2] memory: Add trace events to audit MemoryRegionOps fields --- 2020-08-06 Philippe Mathieu-Daudé New
[PATCH-for-5.2] exec: Remove MemoryRegion::global_locking field [PATCH-for-5.2] exec: Remove MemoryRegion::global_locking field --- 2020-08-06 Philippe Mathieu-Daudé New
[PATCH-for-5.2] Revert "mailmap: Update philmd email address" [PATCH-for-5.2] Revert "mailmap: Update philmd email address" --- 2020-08-06 Philippe Mathieu-Daudé New
[PATCH-for-5.1,v3,1/2] exec: Restrict icount to softmmu [PATCH-for-5.1,v3,1/2] exec: Restrict icount to softmmu --- 2020-08-05 Philippe Mathieu-Daudé New
[PATCH-for-5.1,v2,2/2] stubs: Remove qemu_notify_event() stubs: Fix notify-event stub linkage error on MinGW --- 2020-08-05 Philippe Mathieu-Daudé New
[PATCH-for-5.1] .travis.yml: Deprecate it in favor of GitLab CI [PATCH-for-5.1] .travis.yml: Deprecate it in favor of GitLab CI --- 2020-08-04 Philippe Mathieu-Daudé New
[PATCH-for-5.1,v2,1/1] accel/xen: Fix xen_enabled() behavior on target-agnostic objects [PATCH-for-5.1,v2,1/1] accel/xen: Fix xen_enabled() behavior on target-agnostic objects --- 2020-08-04 Philippe Mathieu-Daudé New
[PATCH-for-5.2,1/2] hw/mips/mipssim: Use MMIO serial device on fake ISA I/O hw/char: Remove TYPE_SERIAL_IO --- 2020-07-30 Philippe Mathieu-Daudé New
[PATCH-for-5.1] accel/xen: Fix xen_enabled() behavior on target-agnostic objects [PATCH-for-5.1] accel/xen: Fix xen_enabled() behavior on target-agnostic objects --- 2020-07-28 Philippe Mathieu-Daudé New
[RFC,PATCH-for-5.1,2/2] tpm: List the available TPM backends tpm: Improve error reporting --- 2020-07-22 Philippe Mathieu-Daudé New
[PATCH-for-5.1] hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean value [PATCH-for-5.1] hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean value --- 2020-07-20 Philippe Mathieu-Daudé New
[RFC,PATCH-for-5.2,5/5] hw/virtio: Simplify virtio_mem_set_requested_size() [PATCH-for-5.2,1/5] hw/core/qdev-properties: Simplify get_reserved_region() --- 2020-07-15 Philippe Mathieu-Daudé New
[RFC,PATCH-for-5.2,2/5] qom: Split ObjectPropertyAccessor as ObjectProperty[Get/Set] [PATCH-for-5.2,1/5] hw/core/qdev-properties: Simplify get_reserved_region() --- 2020-07-15 Philippe Mathieu-Daudé New
[PATCH-for-5.2,1/5] hw/core/qdev-properties: Simplify get_reserved_region() [PATCH-for-5.2,1/5] hw/core/qdev-properties: Simplify get_reserved_region() --- 2020-07-15 Philippe Mathieu-Daudé New
[PATCH-for-5.1] net/colo: Remove unused trace event [PATCH-for-5.1] net/colo: Remove unused trace event --- 2020-07-15 Philippe Mathieu-Daudé New
[PATCH-for-5.2] hw/vfio: Move some target-independent devices to common-objs [PATCH-for-5.2] hw/vfio: Move some target-independent devices to common-objs --- 2020-07-15 Philippe Mathieu-Daudé New
[PULL,19/19] python/qmp.py: add QMPProtocolError [PULL,01/19] scripts/performance: Add dissect.py script --- 2020-07-14 Philippe Mathieu-Daudé New
[PULL,17/19] python/qmp.py: Do not return None from cmd_obj [PULL,01/19] scripts/performance: Add dissect.py script --- 2020-07-14 Philippe Mathieu-Daudé New
[PULL,16/19] python/qmp.py: re-absorb MonitorResponseError [PULL,01/19] scripts/performance: Add dissect.py script --- 2020-07-14 Philippe Mathieu-Daudé New
[PULL,15/19] iotests.py: use qemu.qmp type aliases [PULL,01/19] scripts/performance: Add dissect.py script --- 2020-07-14 Philippe Mathieu-Daudé New
[PULL,11/19] python/machine.py: split shutdown into hard and soft flavors [PULL,01/19] scripts/performance: Add dissect.py script --- 2020-07-14 Philippe Mathieu-Daudé New
[PULL,10/19] tests/acceptance: Don't test reboot on cubieboard [PULL,01/19] scripts/performance: Add dissect.py script --- 2020-07-14 Philippe Mathieu-Daudé New
[PULL,05/19] python/machine.py: Perform early cleanup for wait() calls, too [PULL,01/19] scripts/performance: Add dissect.py script --- 2020-07-14 Philippe Mathieu-Daudé New
[PULL,03/19] python/machine.py: Close QMP socket in cleanup [PULL,01/19] scripts/performance: Add dissect.py script --- 2020-07-14 Philippe Mathieu-Daudé New
[PULL,02/19] python/machine.py: consolidate _post_shutdown() [PULL,01/19] scripts/performance: Add dissect.py script --- 2020-07-14 Philippe Mathieu-Daudé New
[PULL,01/19] scripts/performance: Add dissect.py script [PULL,01/19] scripts/performance: Add dissect.py script --- 2020-07-14 Philippe Mathieu-Daudé New
softmmu/vl: Include "qemu/rcu.h" for rcu_disable_atfork() softmmu/vl: Include "qemu/rcu.h" for rcu_disable_atfork() --- 2020-07-09 Philippe Mathieu-Daudé New
[v3,16/16] block/nvme: Use per-queuepair IRQ notifier and AIO context Untitled series #59175 --- 2020-07-04 Philippe Mathieu-Daudé New
[v3,15/16] block/nvme: Move nvme_poll_cb() earlier Untitled series #59175 --- 2020-07-04 Philippe Mathieu-Daudé New
[v3,14/16] block/nvme: Extract nvme_poll_queue() Untitled series #59175 --- 2020-07-04 Philippe Mathieu-Daudé New
[v3,08/16] block/nvme: Use union of NvmeIdCtrl / NvmeIdNs structures Untitled series #59175 --- 2020-07-04 Philippe Mathieu-Daudé New
[v3,06/16] block/nvme: Use common error path in nvme_add_io_queue() Untitled series #59175 --- 2020-07-04 Philippe Mathieu-Daudé New
[v3,05/16] block/nvme: Improve error message when IO queue creation failed Untitled series #59175 --- 2020-07-04 Philippe Mathieu-Daudé New
[RFC,v2,15/23] hw/m68k/mcf520x: Emit warning when old code is used [v2,01/23] qom/object: Update documentation --- 2020-07-04 Philippe Mathieu-Daudé New
[RFC,v2,10/23] hw/display/vga-isa-mm: Emit warning when old code is used [v2,01/23] qom/object: Update documentation --- 2020-07-04 Philippe Mathieu-Daudé New
[RFC,v2,07/23] hw/display/blizzard: Emit warning when old code is used [v2,01/23] qom/object: Update documentation --- 2020-07-04 Philippe Mathieu-Daudé New
[RFC,v2,02/23] hw/core/qdev: Add qdev_warn_deprecated_function_used() helper [v2,01/23] qom/object: Update documentation --- 2020-07-04 Philippe Mathieu-Daudé New
[v2,01/23] qom/object: Update documentation [v2,01/23] qom/object: Update documentation --- 2020-07-04 Philippe Mathieu-Daudé New
[v2,12/12] block/nvme: Use per-queue AIO context Untitled series #59294 --- 2020-06-30 Philippe Mathieu-Daudé New
[v2,11/12] block/nvme: Simplify nvme_create_queue_pair() arguments Untitled series #59294 --- 2020-06-30 Philippe Mathieu-Daudé New
[v2,10/12] block/nvme: Replace BDRV_POLL_WHILE by AIO_WAIT_WHILE Untitled series #59294 --- 2020-06-30 Philippe Mathieu-Daudé New
[v2,03/12] block/nvme: Let nvme_create_queue_pair() fail gracefully Untitled series #59294 --- 2020-06-30 Philippe Mathieu-Daudé New
[v3,2/4] hw/block/nvme: Use QEMU_PACKED on hardware/packet structures hw/block/nvme: Fix I/O BAR structure --- 2020-06-30 Philippe Mathieu-Daudé New
[v2,1/4] hw/block/nvme: Update specification URL hw/block/nvme: Fix I/O BAR structure --- 2020-06-30 Philippe Mathieu-Daudé New
[17/17] block/nvme: Check BDRVNVMeState::plugged out of nvme_process_completion [01/17] block/nvme: Avoid further processing if trace event not enabled --- 2020-06-25 Philippe Mathieu-Daudé New
[16/17] block/nvme: Check BDRVNVMeState::plugged out of nvme_kick() [01/17] block/nvme: Avoid further processing if trace event not enabled --- 2020-06-25 Philippe Mathieu-Daudé New
[RFC,15/17] block/nvme: Use per-queue AIO context [01/17] block/nvme: Avoid further processing if trace event not enabled --- 2020-06-25 Philippe Mathieu-Daudé New
« 1 2 3 44 5 »